summaryrefslogtreecommitdiffstats
path: root/perl/perl-Package-Constants/README
diff options
context:
space:
mode:
author Andreas Voegele2016-01-06 06:56:11 +0100
committer Willy Sudiarto Raharjo2016-01-09 01:12:22 +0100
commitd9e93289f42ee94a2b6e71334c12c17937cb80c7 (patch)
treed889d6a17f14551917633bae4af6b0ac5c541ea8 /perl/perl-Package-Constants/README
parentbdf203508edfb715fead306947621d200c22105f (diff)
downloadslackbuilds-d9e93289f42ee94a2b6e71334c12c17937cb80c7.tar.gz
perl/perl-Package-Constants: Added (perl module).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-Package-Constants/README')
-rw-r--r--perl/perl-Package-Constants/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/perl/perl-Package-Constants/README b/perl/perl-Package-Constants/README
new file mode 100644
index 0000000000..0c2132f6ac
--- /dev/null
+++ b/perl/perl-Package-Constants/README
@@ -0,0 +1,3 @@
+Package::Constants lists all the constants defined in a certain
+package. This can be useful for, among others, setting up an
+autogenerated @EXPORT/@EXPORT_OK for a Constants.pm file.