summaryrefslogtreecommitdiffstats
path: root/perl/perl-Module-Manifest/README
diff options
context:
space:
mode:
author LEVAI Daniel <leva@ecentrum.hu>2013-03-11 21:13:23 -0400
committer dsomero <xgizzmo@slackbuilds.org>2013-03-22 07:16:43 -0400
commitf25f4b899579be84dfe19b97efda732631be51eb (patch)
treef1d774e3ea08975769d8249e19cd0ddc4600ad18 /perl/perl-Module-Manifest/README
parent2f411486ab4113a6e8baa9f66f3bb64710062857 (diff)
downloadslackbuilds-f25f4b899579be84dfe19b97efda732631be51eb.tar.gz
slackbuilds-f25f4b899579be84dfe19b97efda732631be51eb.tar.xz
perl/perl-Module-Manifest: Added (Parse distribution MANIFEST file)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'perl/perl-Module-Manifest/README')
-rw-r--r--perl/perl-Module-Manifest/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/perl/perl-Module-Manifest/README b/perl/perl-Module-Manifest/README
new file mode 100644
index 0000000000..d9db35af03
--- /dev/null
+++ b/perl/perl-Module-Manifest/README
@@ -0,0 +1,5 @@
+perl-Module-Manifest (Parse and examine a distribution MANIFEST file)
+Module::Manifest is a simple utility module created originally for use
+in Module::Inspector. It can load a MANIFEST file that comes in a Perl
+distribution tarball, examine the contents, and perform some simple
+tasks. It can also load the MANIFEST.SKIP file and check that.