# 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.
#       #i  file        # Distribution information file generated by `Dist-Zilla`.
#       #*  file        # Distribution file generated by `Dist-Zilla` from third-party template.
#

#   ------------------------------------------------------------------------------------------------
#   Source files
#   ------------------------------------------------------------------------------------------------

#.  dist/COPYING            # Template for distribution `COPYING`.
#.  dist/README             # Template for distribution `README`.

#/  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/                    # (Templates of) Perl modules.
lib/Software/License/AGPL_3/or_later.pm
lib/Software/License/GPL_1/or_later.pm
lib/Software/License/GPL_2/or_later.pm
lib/Software/License/GPL_3/or_later.pm
lib/Software/License/LGPL_2_1/or_later.pm
lib/Software/License/LGPL_3_0/or_later.pm
lib/Software/License/OrLaterPack.pod

#/  sf/                     # SourceForge support files.
                            # TODO

#/  t/                      # Test scripts.
t/01-test.t

#/  tools/                  # Development or build tools.
#.  tools/Tools.pm          # Collection of Perl functions used in templates.

#.  .geany                  # Geany (text editor I use) configuration file.
#.  COPYING                 # Symlink to `doc/14-copying.pod`.
Changes                     # Version history.
GPLv3                       # GNU General Public License version 3.
#.  MANIFEST                # Symlink to `manifest.txt`.
#.  README                  # 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.


#   ------------------------------------------------------------------------------------------------
#   Distribution files
#   ------------------------------------------------------------------------------------------------

#   Software-License-OrLaterPack *distribution* contains files generated by `Dist-Zilla`. There are
#   3 kinds of generated files:
#
#       1.  Distribution (meta)information (denoted by `#i`).
#       2.  Files generated from `Software-License-OrLaterPack` sources (listed above in "Source
#           files" section).
#       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.

#*  t/00-compile.t
#*  xt/*
#*  Build.PL
#i  MANIFEST
#i  META.json
#i  META.yml

# end of file #
