Blame Changes

Packit 6539e1
Revision history for Module-Metadata
Packit 6539e1
Packit 6539e1
1.000033  2016-07-24 23:32:58Z
Packit 6539e1
  - fix file operation in tests for VMS
Packit 6539e1
Packit 6539e1
1.000032  2016-04-23 22:36:24Z (TRIAL RELEASE)
Packit 6539e1
  - use a more strict matching heuristic when attempting to infer the
Packit 6539e1
    "primary" module name in a parsed .pm file
Packit 6539e1
  - only report "main" as the module name if code was seen outside another
Packit 6539e1
    namespace, fixing bad results for pod files (RT#107525)
Packit 6539e1
Packit 6539e1
1.000031  2015-11-24 03:57:55Z (TRIAL RELEASE)
Packit 6539e1
  - be less noisy on failure when building as part of perl core (see perl
Packit 6539e1
    RT#126685)
Packit 6539e1
Packit 6539e1
1.000030  2015-11-20 03:03:24Z (TRIAL RELEASE)
Packit 6539e1
  - temp dirs cleaned up during tests (Steve Hay)
Packit 6539e1
  - more accurately mark tests as TODO, so as to have a quieter and less
Packit 6539e1
    confusing test run without passing TODO tests. This release is primarily
Packit 6539e1
    intended for the perl 5.23.5 release.
Packit 6539e1
Packit 6539e1
1.000029  2015-09-11 16:25:43Z (TRIAL RELEASE)
Packit 6539e1
  - fix missing "use" statement in refactored test helper (only affected older
Packit 6539e1
    perls, due to other module interactions)
Packit 6539e1
Packit 6539e1
1.000028  2015-09-11 04:24:39Z (TRIAL RELEASE)
Packit 6539e1
  - refactored and expanded test cases
Packit 6539e1
  - fixed a $VERSION extraction issue on perl 5.6.2 (RT#105978, PR#17)
Packit 6539e1
  - fix the detection of package Foo when $Foo::VERSION is set (RT#85961)
Packit 6539e1
Packit 6539e1
1.000027  2015-04-11 00:21:26Z
Packit 6539e1
  - work around issues with an unconfigured Log::Contextual (Kent Fredric)
Packit 6539e1
  - allow tests to pass in a perl with no taint support (James Raspass)
Packit 6539e1
Packit 6539e1
1.000026  2015-01-17 19:22:34Z
Packit 6539e1
  - patched tests to be less noisy in blead builds (Dave Mitchell, RT#101491)
Packit 6539e1
Packit 6539e1
1.000025  2015-01-04 18:56:00Z
Packit 6539e1
  - evaluate version assignment in a clean environment, to fix assignment in a
Packit 6539e1
    block (RT#101095)
Packit 6539e1
Packit 6539e1
1.000024  2014-06-03 01:52:46Z
Packit 6539e1
  - fix inaccurate prerequisite declaration on Test::More (in 1.000023)
Packit 6539e1
Packit 6539e1
1.000023  2014-06-02 02:37:17Z
Packit 6539e1
  - support installations on older perls with an ExtUtils::MakeMaker earlier
Packit 6539e1
    than 6.63_03
Packit 6539e1
Packit 6539e1
1.000022 - 2014-04-29
Packit 6539e1
  - work around change in comparison behaviour in Test::More 0.95_01 by being
Packit 6539e1
    more explicit with our tests - now explicitly checking the string form of
Packit 6539e1
    the extracted version, rather than the entire version object
Packit 6539e1
  - ensure the extracted version is returned as a version object in all cases
Packit 6539e1
    (RT#87782, Randy Stauner)
Packit 6539e1
Packit 6539e1
1.000021 - 2014-04-29
Packit 6539e1
  - fix use of newer interface from File::Path, to avoid another prereq on
Packit 6539e1
    older perls (Graham Knop, PR#7)
Packit 6539e1
  - fixed all out of date prereq declarations
Packit 6539e1
Packit 6539e1
1.000020 - 2014-04-27
Packit 6539e1
  - new is_indexable() object method (ether, RT#84357)
Packit 6539e1
  - eliminated dependency on IO::File (and by virtue, XS) - thanks, leont!
Packit 6539e1
  - removed cruft in test infrastructure left behind from separation from
Packit 6539e1
    Module::Build (ether)
Packit 6539e1
  - repository moved to https://github.com/Perl-Toolchain-Gang/Module-Metadata
Packit 6539e1
  - .pm file is now wholly ascii, for nicer fatpacking (RT#95086)
Packit 6539e1
  - some code micro-optimizations (Olivier Mengué, PR#4)
Packit 6539e1
Packit 6539e1
1.000019 - 2013-10-06
Packit 6539e1
  - warnings now disabled inside during the evaluation of generated version
Packit 6539e1
    sub (BinGOs, RT#89282)
Packit 6539e1
Packit 6539e1
1.000018 - 2013-09-11
Packit 6539e1
  - re-release of detainting fix without unstated non-core test dependencies
Packit 6539e1
Packit 6539e1
1.000017 - 2013-09-10
Packit 6539e1
  - detaint version, if needed (RT#88576, Chris Williams)
Packit 6539e1
Packit 6539e1
1.000016 - 2013-08-21
Packit 6539e1
  - Re-release to fix prereqs and other metadata
Packit 6539e1
Packit 6539e1
1.000015 - 2013-08-21
Packit 6539e1
  - Change wording about safety/security to satisfy CVE-2013-1437
Packit 6539e1
Packit 6539e1
1.000014 - 2013-05-09
Packit 6539e1
  - Remove "now installs to 'site' for perl 5.12+" from last version
Packit 6539e1
Packit 6539e1
1.000013 - 2013-05-08
Packit 6539e1
  - Fix reliance on recent Test::Builder
Packit 6539e1
  - Make tests perl 5.6 compatible
Packit 6539e1
  - now installs to 'site' for perl 5.12+, as per p5p recommendation
Packit 6539e1
Packit 6539e1
1.000012 - 2013-05-04
Packit 6539e1
  - improved package detection heuristics (thanks, Edward Zborowski!)
Packit 6539e1
  - fix ->contains_pod (RT#84932, Tokuhiro Matsuno)
Packit 6539e1
  - fix detection of pod after __END__ (RT79656, Tokuhiro Matsuno)
Packit 6539e1
Packit 6539e1
1.000011 - 2012-08-16
Packit 6539e1
  - LEONT++ hasn't found any issues with my changes; mark it done (or at
Packit 6539e1
    least ready for smoking). (APEIRON)
Packit 6539e1
Packit 6539e1
1.000010_003 - 2012-08-16 01:00:00
Packit 6539e1
  - Remove other spurious message (APEIRON)
Packit 6539e1
Packit 6539e1
1.000010_002 - 2012-08-15 20:15:00
Packit 6539e1
  - APEIRON is an idiot (APEIRON)
Packit 6539e1
Packit 6539e1
1.000010_001 - 2012-08-15 20:00:00
Packit 6539e1
  - Dev release to test removing a warning about modules not using the
Packit 6539e1
    'eval $VERSION' syntax which causes lots of spew. (APEIRON)
Packit 6539e1
Packit 6539e1
1.000010 - 2012-07-29 19:30:00
Packit 6539e1
  - Performance improvement: the creation of a Module::Metadata object
Packit 6539e1
    for a typical module file has been sped up by about 40% (VPIT)
Packit 6539e1
  - Fix t/metadata.t failure under Cygwin (JDHEDDEN)
Packit 6539e1
  - Portability fix-ups for new_from_module() and test failures on VMS (CBERRY)
Packit 6539e1
Packit 6539e1
1.000009 - 2012-02-08 12:00:00
Packit 6539e1
  - API of 'provides' changed to require a 'version' argument to future
Packit 6539e1
    proof the function against CPAN Meta Spec changes (DAGOLDEN)
Packit 6539e1
  - Fatal errors now use 'croak' instead of 'die'; Carp added as
Packit 6539e1
    prerequisite (DAGOLDEN)
Packit 6539e1
Packit 6539e1
1.000008 - 2012-02-07 22:30:00
Packit 6539e1
  - Adds 'provides' method to generate a CPAN META provides data structure
Packit 6539e1
    correctly; use of package_versions_from_directory is discouraged (DAGOLDEN)
Packit 6539e1
Packit 6539e1
1.000007 - 2011-09-07 12:00:00
Packit 6539e1
  - Apply VMS fixes backported from blead (Craig A. Berry)
Packit 6539e1
Packit 6539e1
1.000006 - 2011-08-29 04:00:00
Packit 6539e1
  - Support PACKAGE BLOCK syntax (VPIT)
Packit 6539e1
Packit 6539e1
1.000005 - 2011-08-02 09:45:00
Packit 6539e1
  - Localize $package::VERSION during version discovery (MIYAGAWA)
Packit 6539e1
  - Fix references to Module::Build::ModuleInfo [RT #66133] (DAGOLDEN)
Packit 6539e1
  - Added 'new_from_handle()' method [RT #68875] (DAGOLDEN)
Packit 6539e1
  - Improved documentation (SYNOPSIS, broke out class/object method, and
Packit 6539e1
    other minor edits) (DAGOLDEN)
Packit 6539e1
Packit 6539e1
1.000004 - 2011-02-03 07:55:00
Packit 6539e1
  - Fix broken metadata.t when @INC has relative paths (JJORE)
Packit 6539e1
Packit 6539e1
1.000003 - 2011-01-06 21:35:00
Packit 6539e1
  - Pod cleanup (DAGOLDEN)
Packit 6539e1
Packit 6539e1
1.000002 - 2010-12-10 12:00:00
Packit 6539e1
  - Remove Module::Metadata::Version and depend directly on version.pm
Packit 6539e1
    (DAGOLDEN)
Packit 6539e1
  - Munge versions that fail even "lax" version number rules to try
Packit 6539e1
    to return something sensible (DAGOLDEN)
Packit 6539e1
Packit 6539e1
1.000001 - 2010-07-09 00:52:37
Packit 6539e1
  - fix build code to prevent Author.PL being mistakenly run during make
Packit 6539e1
    and add some extra author-side tools (MSTROUT)
Packit 6539e1
Packit 6539e1
1.000000 - 2010-07-07
Packit 6539e1
  - Initial release (MSTROUT)
Packit 6539e1
  - Code extracted from Module::Build + Module::Build::Version (MSTROUT)
Packit 6539e1
  - Tests extracted from Module::Build (DAGOLDEN)
Packit 6539e1
  - POD coverage (MSTROUT)
Packit 6539e1
  - Use of Log::Contextual when loaded with fallback to warn() (MSTROUT)