summaryrefslogtreecommitdiff
path: root/cpan/Module-Metadata
Commit message (Collapse)AuthorAgeFilesLines
* upgrade Module-Metadata to 1.000033Karen Etheridge2016-07-254-15/+19
|
* Use catfile, not catdir in metadata.t.Craig A. Berry2016-06-301-1/+1
| | | | | | | Otherwise $basename comes up empty on VMS. Already pushed upstream as: https://github.com/Perl-Toolchain-Gang/Module-Metadata/commit/59b3f5b45ff862a1a422a409518255736fe81b66
* Do not dump verbose diagnostics in perl core.Karen Etheridge2016-05-161-1/+1
| | | | For: RT # 128160
* upgrade Module-Metadata to 1.000032Karen Etheridge2016-05-164-20/+123
|
* Update Module-Metadata to version 1.000031Karen Etheridge2015-11-242-6/+6
| | | | | | 1.000031 2015-11-24 03:57:55Z (TRIAL RELEASE) - be less noisy on failure when building as part of perl core (see perl RT#126685)
* Update Module-Metadata to version 1.000030Karen Etheridge2015-11-202-15/+27
| | | | | | | | 1.000030 2015-11-20 03:03:24Z (TRIAL RELEASE) - temp dirs cleaned up during tests (Steve Hay) - more accurately mark tests as TODO, so as to have a quieter and less confusing test run without passing TODO tests. This release is primarily intended for the perl 5.23.5 release.
* Clean-up temporary directories in Module-Metadata testsSteve Hay2015-10-191-1/+1
| | | | | Already merged upstream, and no version bump required for this test-only module.
* Upgrade Module-Metadata from 1.000027 to 1.000029-TRIALKaren Etheridge2015-10-015-450/+1083
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1.000029 2015-09-11 16:25:43Z (TRIAL RELEASE) - fix missing "use" statement in refactored test helper (only affected older perls, due to other module interactions) 1.000028 2015-09-11 04:24:39Z (TRIAL RELEASE) - refactored and expanded test cases - fixed a $VERSION extraction issue on perl 5.6.2 (RT#105978, PR#17) - fix the detection of package Foo when $Foo::VERSION is set (RT#85961) from https://cpan.metacpan.org/authors/id/E/ET/ETHER/Module-Metadata-1.000029-TRIAL.tar.gz distribution files omitted: CONTRIBUTING Changes INSTALL LICENSE MANIFEST META.json META.yml Makefile.PL README dist.ini t/00-report-prereqs.dd t/00-report-prereqs.t weaver.ini xt/author/00-compile.t xt/author/compat_lc.t xt/author/eol.t xt/author/kwalitee.t xt/author/mojibake.t xt/author/no-tabs.t xt/release/changes_has_content.t xt/release/cpan-changes.t xt/release/distmeta.t xt/release/minimum-version.t xt/release/pod-coverage.t xt/release/pod-no404s.t xt/release/pod-syntax.t xt/release/portability.t
* Upgrade Module-Metadata from version 1.000026 to 1.000027Steve Hay2015-06-053-34/+28
|
* Module::Metadata 1.000026Karen Etheridge2015-01-172-12/+27
|
* Update Module-Metadata to CPAN version 1.000025Chris 'BinGOs' Williams2015-01-044-30/+40
| | | | | | | | [DELTA] 1.000025 2015-01-04 18:56:00Z - evaluate version assignment in a clean environment, to fix assignment in a block (RT#101095)
* Upgrade Module::Metadata from version 1.000023 to 1.000024Steve Hay2014-06-032-3/+3
|
* Upgrade Module-Metadata from version 1.000022 to 1.000023Steve Hay2014-06-028-8/+11
|
* Update Module-Metadata to CPAN version 1.000022Chris 'BinGOs' Williams2014-05-287-1634/+416
| | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] 1.000022 - 2014-04-29 - work around change in comparison behaviour in Test::More 0.95_01 by being more explicit with our tests - now explicitly checking the string form of the extracted version, rather than the entire version object - ensure the extracted version is returned as a version object in all cases (RT#87782, Randy Stauner) 1.000021 - 2014-04-29 - fix use of newer interface from File::Path, to avoid another prereq on older perls (Graham Knop, PR#7) - fixed all out of date prereq declarations 1.000020 - 2014-04-27 - new is_indexable() object method (ether, RT#84357) - eliminated dependency on IO::File (and by virtue, XS) - thanks, leont! - removed cruft in test infrastructure left behind from separation from Module::Build (ether) - repository moved to https://github.com/Perl-Toolchain-Gang/Module-Metadata - .pm file is now wholly ascii, for nicer fatpacking (RT#95086) - some code micro-optimizations (Olivier Mengué, PR#4)
* Upgrade Module-Metadata from version 1.000018 to 1.000019Steve Hay2013-10-072-1/+8
|
* Upgrade Module::Metadata from version 1.000017 to 1.000018Steve Hay2013-09-112-1/+30
| | | | The taint.t test can now be included since it no longer uses Test::Fatal.
* EXCLUDE Module-Metadata's t/taint.t: we don't have Test::Fatal in coreSteve Hay2013-09-111-20/+0
|
* Upgrade Module::Metadata from version 1.000016 to 1.000017Steve Hay2013-09-118-3/+35
|
* Upgrade Module-Metadata from 1.000014 to 1.000016Steve Hay2013-08-221-4/+6
|
* Updated Module-Metadata to CPAN version 1.000014Chris 'BinGOs' Williams2013-05-245-36/+221
| | | | | | | | | | | | | | | | | [DELTA] 1.000014 - 2014-05-09 - Remove "now installs to 'site' for perl 5.12+" from last version 1.000013 - 2013-05-08 - Fix reliance on recent Test::Builder - Make tests perl 5.6 compatible - now installs to 'site' for perl 5.12+, as per p5p recommendation 1.000012 - 2013-05-04 - improved package detection heuristics (thanks, Edward Zborowski!) - fix ->contains_pod (RT#84932, Tokuhiro Matsuno) - fix detection of pod after __END__ (RT79656, Tokuhiro Matsuno)
* Upgrade Module-Metadata to 1.000011Steve Hay2012-08-196-49/+203
|
* Upgrade Module-Metadata to 1.000010Steve Hay2012-08-092-9/+49
|
* 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.