# manifest.txt #

#   This file is part of Software-License-OrLaterPack.

#   Legend:
#       # Comment.
#       file            # Source file which goes to distribution (probably, modified).
#       #/  dir/        # Comment on directory purpose.
#       #-  file        # Source file which does *not* go to distribution.
#       #+  file        # Distribution file generated from `Software-License-OrLaterPack` source.
#       #i  file        # Distribution information file generated by `Dist-Zilla`.
#       #*  file        # Distribution file generated by `Dist-Zilla` from third-party template.
#
#   Software-License-OrLaterPack *distribution* contains files generated by `Dist-Zilla`. There are
#   3 kinds of generated files:
#
#       1.  Files generated from `Software-License-OrLaterPack` sources (denoted by `#+`).
#       2.  Distribution (meta)information (denoted by `#i`).
#       3.  Files generated from third-party templates (denoted by `#*`).
#
#   Files generated from third-party templates usually have a comment at the top, e. g.:
#
#       This file was generated with NAME
#
#   where *NAME* is a name of the `Dist-Zilla` plugin generated the file.
#   Software-Licence-OrLaterPack copyright and license are not applicable to such files.


#/  doc/                                        # Documentation in POD format.
#-  doc/01-what.pod
#-  doc/02-start.pod
#-  doc/03-list.pod
#-  doc/04-why.pod
#-  doc/05-forms.pod
#-  doc/06-source.pod
#-  doc/07-distribution.pod
#-  doc/08-installing.pod
#-  doc/09-hacking.pod
#-  doc/00-documentation.pod
#-  doc/11-bugs.pod
#-  doc/12-glossary.pod
#-  doc/13-also.pod
#-  doc/14-copying.pod

#+  lib/Software/License/AGPL_3/or_later.pm     # Generated from `tools/or_later.pm.ptp`.
#+  lib/Software/License/GPL_1/or_later.pm      # Generated from `tools/or_later.pm.ptp`.
#+  lib/Software/License/GPL_2/or_later.pm      # Generated from `tools/or_later.pm.ptp`.
#+  lib/Software/License/GPL_3/or_later.pm      # Generated from `tools/or_later.pm.ptp`.
#+  lib/Software/License/LGPL_2_1/or_later.pm   # Generated from `tools/or_later.pm.ptp`.
#+  lib/Software/License/LGPL_3_0/or_later.pm   # Generated from `tools/or_later.pm.ptp`.
#+  lib/Software/License/OrLaterPack.pod        # Generated from `doc/*.pod`.

#/  sf/                     # SourceForge support files.
                            # TODO

#/  t/                      # Test scripts.
#*  t/00-compile.t          # Generated with `Dist::Zilla::Plugin::Test::Compile`.
t/01-test.t                 # Functional test.

#/  xt/                     # Extra tests.
#*  xt/*                    # All the files are generated by various `Dist::Zilla` plugins.

#/  tools/                  # Development or build tools.
#-  tools/Tools.pm          # Collection of Perl functions used in templates.
#-  tools/or_later.pm.ptp   # Template, all `or_later.pm` modules generated from this file.

#-  .geany                  # Geany (text editor I use) configuration file.
#*  Build.PL                # Generated by `Dist::Zilla::Plugin::ModuleBuildTiny`.
#-  COPYING                 # Symlink to `doc/14-copying.pod`.
#+  COPYING                 # Generated from `doc/14-copying.pod`.
Changes                     # Version history.
GPLv3                       # GNU General Public License version 3.
#-  MANIFEST                # Symlink to `manifest.txt`.
#i  MANIFEST                # List of files in distribution.
#i  META.json               # Distribution meta information in JSON format.
#i  META.yml                # Distribution meta information in YML format.
#-  README                  # TODO
#+  README                  # Generated from `doc/*.pod`.
#-  TODO                    # TODO
#-  dist.ini                # `Dist-Zilla` configuration file.
manifest.txt                # This file.
#-  weaver.ini              # `PodWeaver` configuration file.

    #   `COPYING` and `README` are not copied to distribution because they are generated from
    #   templates:
    #
    #       *   Distribution `COPYING` is plain text, while source `COPYING` is a symlink to
    #           `doc/12-Copying.pod` — file in POD format.
    #
    #   `.dist.ini` and `weaver.ini` have no meaning in distribution, because distribution cannot
    #   be built from distribution. Distribution can be built only from source.

# end of file #
