summaryrefslogtreecommitdiff
path: root/cpan/Module-Metadata/t/lib
Commit message (Collapse)AuthorAgeFilesLines
* upgrade Module-Metadata to 1.000036Karen Etheridge2019-04-181-4/+9
| | | | | 1.000036 2019-04-18 18:25:15Z - properly clean up temp dirs after testing
* upgrade Module-Metadata to 1.000035Karen Etheridge2019-04-171-3/+21
| | | | | | | | | 1.000035 2019-04-18 02:43:11Z - quieten noisy tests (issue #31) 1.000034 2018-07-19 20:26:18Z (TRIAL RELEASE) - fix how relative paths are absolutized, so they work properly on MSWin32 (Christian Walde, PR#24)
* 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-011-0/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.000022 to 1.000023Steve Hay2014-06-024-14/+0
|
* Update Module-Metadata to CPAN version 1.000022Chris 'BinGOs' Williams2014-05-283-1324/+0
| | | | | | | | | | | | | | | | | | | | | | | | | [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.000016 to 1.000017Steve Hay2013-09-113-0/+6
|
* Updated Module-Metadata to CPAN version 1.000014Chris 'BinGOs' Williams2013-05-241-0/+13
| | | | | | | | | | | | | | | | | [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-193-0/+13
|
* No dots in directory names, please.Craig A. Berry2011-08-052-0/+0
| | | | | | | 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-032-0/+6
| | | | | | | | | | | | [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)
* Add Module::Metadata as a dual-life core moduleDavid Golden2011-01-063-0/+1318
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.