summaryrefslogtreecommitdiff
path: root/cpan/Module-Metadata
Commit message (Collapse)AuthorAgeFilesLines
* Update Module-Metadata to CPAN version 1.000009Chris 'BinGOs' Williams2012-02-082-14/+33
| | | | | | | | | | [DELTA] 1.0.9 2012-02-08 12:00:00 - API of 'provides' changed to require a 'version' argument to future proof the function against CPAN Meta Spec changes (DAGOLDEN) - Fatal errors now use 'croak' instead of 'die'; Carp added as prerequisite (DAGOLDEN)
* Update Module-Metadata to CPAN version 1.000008Chris 'BinGOs' Williams2012-02-082-6/+166
| | | | | | | | [DELTA] 1.0.8 2012-02-07 22:30:00 - Adds 'provides' method to generate a CPAN META provides data structure correctly; use of package_versions_from_directory is discouraged (DAGOLDEN)
* Update Module-Metadata to CPAN version 1.000007Chris 'BinGOs' Williams2011-09-071-1/+1
| | | | | | | [DELTA] 1.0.7 2001-09-07 12:00:00 - Apply VMS fixes backported from blead (Craig A. Berry)
* Update Module-Metadata to CPAN version 1.000006Chris 'BinGOs' Williams2011-09-072-6/+42
| | | | | | | | | | | | | | | [DELTA] 1.0.6 2011-08-29 04:00:00 - Support PACKAGE BLOCK syntax (VPIT) [Additional info] Reapplied the changes made by Craig Berry for VMS in commit 63f27fd71dd22aa00021eb1e4fde4faa55ec9524 Raised [https://rt.cpan.org/Public/Bug/Display.html?id=70781] to upstream these changes.
* No dots in directory names, please.Craig A. Berry2011-08-054-3/+3
| | | | | | | Dot is the directory delimiter on VMS, so it's awkward at best to use it in directory names. 4eb81ef279, "Update Module-Metadata to CPAN version 1.000005" introduced two new directories with dots in the name, which confused the manifest checker and broke the build on VMS.
* Update Module-Metadata to CPAN version 1.000005Chris 'BinGOs' Williams2011-08-035-51/+142
| | | | | | | | | | | | [DELTA] 1.0.5 2011-08-02 09:45:00 - Localize $package::VERSION during version discovery (MIYAGAWA) - Fix references to Module::Build::ModuleInfo [RT #66133] (DAGOLDEN) - Added 'new_from_handle()' method [RT #68875] (DAGOLDEN) - Improved documentation (SYNOPSIS, broke out class/object method, and other minor edits) (DAGOLDEN)
* Updated Module::Metadata to CPAN version 1.000004David Golden2011-02-032-8/+8
| | | | | | | [DELTA] 1.0.4 2011-02-03 07:55:00 - Fix broken metadata.t when @INC has relative paths (JJORE)
* Update Module::Metadata to 1.000003David Golden2011-01-061-8/+4
|
* Add Module::Metadata as a dual-life core moduleDavid Golden2011-01-065-0/+2538
This commit adds Module::Metadata 1.000002 as a dual-life module. It gathers package and POD information from Perl module files. It is a standalone module based on Module::Build::ModuleInfo for use by other module installation toolchain components. Module::Build::ModuleInfo has been deprecated in favor of this module instead.