summaryrefslogtreecommitdiffstats
path: root/perl/perl-inc-latest/README
diff options
context:
space:
mode:
author Edinaldo P. Silva2015-05-17 08:49:18 +0200
committer Willy Sudiarto Raharjo2015-05-17 08:49:18 +0200
commitc59aaa479f506e541d9c5443df5439eef05204c9 (patch)
tree5e229a4b12df3f5dbf4615d912b4a5ed227e629b /perl/perl-inc-latest/README
parenta5ef8182e033dd1c965482f55f14d79bc38a2cfa (diff)
downloadslackbuilds-c59aaa479f506e541d9c5443df5439eef05204c9.tar.gz
perl/perl-inc-latest: Added (bootstrap helper module).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-inc-latest/README')
-rw-r--r--perl/perl-inc-latest/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/perl/perl-inc-latest/README b/perl/perl-inc-latest/README
new file mode 100644
index 0000000000..a85eb90d30
--- /dev/null
+++ b/perl/perl-inc-latest/README
@@ -0,0 +1,7 @@
+perl-inc-latest (use modules bundled in inc/ if they are newer than installed ones)
+
+WARNING -- THIS IS AN EXPERIMENTAL MODULE.
+It was originally bundled (as an experiment) with Module::Build and has been split out for more general use.
+
+The inc::latest module helps bootstrap configure-time dependencies for CPAN distributions.
+These dependencies get bundled into the inc directory within a distribution and are used by Makefile.PL or Build.PL.