- New upstream release 1.000033
- Use a more strict matching heuristic when attempting to infer the "primary"
module name in a parsed .pm file
- Only report "main" as the module name if code was seen outside another
namespace, fixing bad results for pod files (CPAN RT#107525)
- Fix file operation in tests for VMS
- Simplify find command using -delete
- New upstream release 1.000024
- Support installations on older perls with an ExtUtils::MakeMaker earlier
than 6.63_03
- Don't bother trying to run the release tests
- Package new documentation files from upstream: CONTRIBUTING LICENSE README.md
- New upstream release 1.000022
- New is_indexable() object method (CPAN RT#84357)
- Eliminated dependency on IO::File (and by virtue, XS)
- Removed cruft in test infrastructure left behind from separation from
Module::Build
- Repository moved to https://github.com/Perl-Toolchain-Gang/Module-Metadata
- .pm file is now wholly ascii, for nicer fatpacking (CPAN RT#95086)
- Some code micro-optimizations
(https://github.com/Perl-Toolchain-Gang/Module-Metadata/pull/4)
- Fixed all out of date prereq declarations
- 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
(CPAN RT#87782)
- Drop redundant Group: tag
- New upstream release 1.000019
- Warnings now disabled inside during the evaluation of generated version sub
(CPAN RT#89282)
- BR: perl(Config), perl(File::Basename) and perl(IO::File) for the test suite
- New upstream release 1.000010
- Performance improvement: the creation of a Module::Metadata object
for a typical module file has been sped up by about 40%
- Fix t/metadata.t failure under Cygwin
- Portability fix-ups for new_from_module() and test failures on VMS
- This release by VPIT -> update source URL
- Drop buildreqs for Perl core modules that aren't dual-lived
- Drop %defattr, redundant since rpm 4.4
- Don't need to remove empty directories from the buildroot
- New upstream release 1.000009
- Adds 'provides' method to generate a CPAN META provides data structure
correctly; use of package_versions_from_directory is discouraged
- Fatal errors now use 'croak' instead of 'die'; Carp added as
prerequisite
- Improve %description
- Include all buildreqs explicitly required and classify them by Build,
Module, Regular test suite, and Release tests
- Run main test suite and release tests separately
- Drop explicit versioned runtime dependency on perl(version) as no supported
release now requires it