diff options
| author | fukachan <fukachan> | 2018-01-13 08:14:18 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2018-01-13 08:14:18 +0000 |
| commit | 333002c1699c03d8fe5747901862b9bb9daba6ee (patch) | |
| tree | 43fd5747bc9f4ac8607dae330d6ca23455db1142 | |
| parent | 3f86253b61e9a72501befe50556d51a760cd1a80 (diff) | |
| download | fml8-333002c1699c03d8fe5747901862b9bb9daba6ee.tar.gz fml8-333002c1699c03d8fe5747901862b9bb9daba6ee.tar.bz2 fml8-333002c1699c03d8fe5747901862b9bb9daba6ee.zip | |
Initial revision
| -rw-r--r-- | cpan/dist/Exporter-Lite/Changes | 47 | ||||
| -rw-r--r-- | cpan/dist/Exporter-Lite/META.json | 57 | ||||
| -rw-r--r-- | cpan/dist/Exporter-Lite/README | 18 | ||||
| -rw-r--r-- | cpan/dist/Time-modules/META.json | 44 |
4 files changed, 166 insertions, 0 deletions
diff --git a/cpan/dist/Exporter-Lite/Changes b/cpan/dist/Exporter-Lite/Changes new file mode 100644 index 00000000..d72acdb7 --- /dev/null +++ b/cpan/dist/Exporter-Lite/Changes @@ -0,0 +1,47 @@ +Revision history for Perl module Exporter::Lite + +0.08 2016-01-13 + - Fixed typo in name of Constant::Export::Lazy in SEE ALSO. MANWAR++ + - Simplified Makefile.PL + +0.07 2015-10-09 + - Updated github repo URL after changing my github username + +0.06 2014-07-29 + - Improved the abstract - explicit mention that functions are supported + - Improved the SYNOPSIS - split into separate code blocks + - Improved the DESCRIPTION. Made clearer that as soon as you specify + an import symbol, you have to also specify any you want from @EXPORT. + - Removed the BUGS and CAVEATS section from the doc; it was just being + self-deprecating about whether it deserved the "lite" moniker. + +0.05 2014-03-26 + - Improved the DESCRIPTION section, particularly the first paragraph. + - Added a bunch more Exporter modules to the SEE ALSO section. + +0.04 2014-03-26 + - Added Constant::Exporter::Lazy to SEE ALSO + - Had forgotten to put README and Changes in MANIFEST. Sigh. + +0.03 2014-03-25 + - Now maintained by NEILB + - Fixed typo reported by dsteinbrunner in RT#87096 + - Now use strict and warnings + - Added github repo to metadata and pod + - Added README + - Specified min perl version 5.6.0 in metadata + - Set PREREQ_PM, TEST_REQUIRES, CONFIGURE_REQUIRES in Makefile.PL + - Added a load of modules to SEE ALSO. + +0.02_01 2014-03-24 + - All but the final bullet in 0.03 were first done in this dev release + +0.02 Sat Nov 11 18:09:19 CST 2006 + - Added a Changes file. :) + - Added a license notice. (jjore@cpan.org) [rt.cpan.org 20323] + - Fixed the version check test for 5.10. [rt.cpan.org 13648] + - Now depending on Test::More rather than shipping it. + +0.01 Sat Dec 16 2001 + - First working release + diff --git a/cpan/dist/Exporter-Lite/META.json b/cpan/dist/Exporter-Lite/META.json new file mode 100644 index 00000000..9bbe5c05 --- /dev/null +++ b/cpan/dist/Exporter-Lite/META.json @@ -0,0 +1,57 @@ +{ + "abstract" : "unknown", + "author" : [ + "unknown" + ], + "dynamic_config" : 1, + "generated_by" : "ExtUtils::MakeMaker version 7.02, CPAN::Meta::Converter version 2.150005", + "license" : [ + "perl_5" + ], + "meta-spec" : { + "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", + "version" : "2" + }, + "name" : "Exporter-Lite", + "no_index" : { + "directory" : [ + "t", + "inc" + ] + }, + "prereqs" : { + "build" : { + "requires" : { + "ExtUtils::MakeMaker" : "0" + } + }, + "configure" : { + "requires" : { + "ExtUtils::MakeMaker" : "6.3" + } + }, + "runtime" : { + "requires" : { + "Carp" : "0", + "perl" : "5.006", + "strict" : "0", + "warnings" : "0" + } + }, + "test" : { + "requires" : { + "Test::More" : "0.34" + } + } + }, + "release_status" : "stable", + "resources" : { + "repository" : { + "type" : "git", + "url" : "https://github.com/neilb/Exporter-Lite.git", + "web" : "https://github.com/neilb/Exporter-Lite" + } + }, + "version" : "0.08", + "x_serialization_backend" : "JSON::PP version 2.27203" +} diff --git a/cpan/dist/Exporter-Lite/README b/cpan/dist/Exporter-Lite/README new file mode 100644 index 00000000..8feea06c --- /dev/null +++ b/cpan/dist/Exporter-Lite/README @@ -0,0 +1,18 @@ + + README for Perl module Exporter::Lite + +This module is a lightweight version of the core Exporter module, +providing a subset of that module's functionality. + +You can read a nicely formatted version of the documentation for +this module online: + + https://metacpan.org/pod/Exporter::Lite + +You should be able to install this using your usual method for installing +modules from CPAN. If you don't have a usual method yet, have a look at: + + http://www.cpan.org/modules/INSTALL.html + +This module was written by Michael G Schwern. +It is now being maintained by Neil Bowers <neilb@cpan.org> diff --git a/cpan/dist/Time-modules/META.json b/cpan/dist/Time-modules/META.json new file mode 100644 index 00000000..672fc35d --- /dev/null +++ b/cpan/dist/Time-modules/META.json @@ -0,0 +1,44 @@ +{ + "abstract" : "Parse and format time values", + "author" : [ + "David Muir Sharnoff <cpan@dave.sharnoff.org>" + ], + "dynamic_config" : 1, + "generated_by" : "ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter version 2.112150", + "license" : [ + "unknown" + ], + "meta-spec" : { + "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", + "version" : "2" + }, + "name" : "Time-modules", + "no_index" : { + "directory" : [ + "t", + "inc" + ] + }, + "prereqs" : { + "build" : { + "requires" : { + "ExtUtils::MakeMaker" : 0 + } + }, + "configure" : { + "requires" : { + "ExtUtils::MakeMaker" : 0 + } + }, + "runtime" : { + "requires" : {} + } + }, + "release_status" : "stable", + "resources" : { + "repository" : { + "url" : "http://github.com/muir/Time-modules" + } + }, + "version" : "2013.0912" +} |
