CPAN-Changes

 view release on metacpan or  search on metacpan

corpus/dists/Module-Info.changes  view on Meta::CPAN

0.34  Tue May 21 21:48:49 CEST 2013
    * Replace Test::Soundex in tests with Class::Struct, since
      Text::Soundex will not be in core in Perl 5.19 and up.
    * Replace ExtUtils::MY_Metafile with META_MERGE in Makefile.PL.

0.33  Sat Feb  9 13:12:22 CET 2013
    * Fix tests under Perl 5.6.2 when some core modules have been
      upgraded (patch by Andreas Koenig).

0.32  Wed Sep  8 23:15:13 CEST 2010
    + Add archlib and privlib to the search path for core modules
      (patch by Jonas B. Nielsen).

0.31_01  Mon Apr 12 23:53:53 CEST 2010
    * Many test fixes.

0.31  Mon May 28 21:40:10 CEST 2007
    * Fixed tests in presence of version.pm 0.72 or newer.
    - Added -h option to module_info.

0.30  Tue Dec 20 20:17:09 CET 2005
    * Renamed the forked B::Utils to B::BUtils to avoid clashes
      until it is merged into the mainline.

0.29  Tue Nov 22 21:28:26 CET 2005
    * Fixed version() for complex expressions.
    - Corrected some POD errors in module_info.

0.28_50  Sun Jul 10 21:48:19 CEST 2005
    * Added support for version.pm (based upon a
      patch by John Peacock).
    * Fixed the safe() attribute to be per-object instead
      of global.

0.28  Sun Apr 17 17:10:33 CET 2005
    - Correct the attributions of the fixes in 0.27 (I swapped
      authors' names).
    * Added Module::Build support as an alternative to
      ExtUtils::MakeMaker.
    * Added safe() option to forbid unsafe operations (currently
      executes version() code in a Safe compartment and forbids most
      other operations).
    * Fixed compatibility down to Perl 5.004_04.

0.27  Fri Mar  4 07:56:58 CET 2005
    - Added missing localization of $_ in version().
      (thanks to Johan Lodin)
    - Fixed new_from_loaded() to return nothing when the module
      is in fact not loaded. (thanks to Boris Zentner)

0.26  Sun Jul 11 17:15:36 CEST 2004
    - Fix tests for Perl 5.8.x and 5.6.x.

0.25  Sun Jul 11 16:36:11 CEST 2004
    - Fix test to work around modules_required reporting

corpus/dists/Module-Info.changes  view on Meta::CPAN

0.20  Thu May 22 10:30:31 CEST 2003
    - Fixed a warning in module_info (thanks to Nathan Torkington)
    - Corrected number of skipped tests for Perl versions earlier
      than 5.6.1 (thanks to Mike Fragassi)
    - Fixed syntax error with Perl 5.004

0.19  Tue Apr  1 15:45:43 CEST 2003
    * Added package_versions() (patch by Ken Williams)
    - Fixed handling of v-strings in use/require

0.18  Sat Mar  8 17:44:24 CET 2003
    * Upgraded bundled B::Utils to 0.04 + Schwern patches
    - Fixed detection of require() statements in non-trivial BEGIN blocks

0.17  Sun Mar  2 11:01:55 CET 2003
    + Added module_info
    - Fixed a warning when enumerating packages

0.16  Wed Jan  1 21:21:31 CET 2003
    - Capture stderr output on MacOS Classic (thanks to Axel Rose for
      the patch)

0.15  Mon Dec 23 15:08:14 CET 2002
    * Added die_on_compilation_error() method.
    * MacOS classic: fixed methods requiring loading.

0.14  Sun Dec  8 11:42:11 CET 2002
    - Don't show modules loaded via $ENV{PERL5OPT}
    - Fixed the case where an op may be NULL when searching for require

0.13  Sat Dec  7 10:29:42 CET 2002
    - pfunc can now distinguish between class and object methods
    - B::Utils no longer loading Exporter to avoid loading a bunch of
      modules
    - B::Utils's fake carp/croak were broken
    - B::Utils::opgrep() was not finding ops properly
    - Test made more polite for systems who's path_sep is not :
    - Fixing case where an op filter may encounter a NULL op when
      checking for entersubs
    - Quote filename in the call to B::Module::Info, allows
      using directories with spaces

corpus/dists/Module-Info.parsed  view on Meta::CPAN

      "date" => "2013-02-09T13:12:22Z",
      "entries" => [
        {
          "line" => 7,
          "raw" => "    * Fix tests under Perl 5.6.2 when some core modules have been\n      upgraded (patch by Andreas Koenig).\n\n",
          "style" => "*",
          "text" => "Fix tests under Perl 5.6.2 when some core modules have been upgraded (patch by Andreas Koenig)."
        }
      ],
      "line" => 6,
      "raw" => "0.33  Sat Feb  9 13:12:22 CET 2013\n",
      "raw_date" => "Sat Feb  9 13:12:22 CET 2013",
      "version" => "0.33"
    },
    {
      "date" => "2010-09-08T23:15:13Z",
      "entries" => [
        {
          "line" => 11,
          "raw" => "    + Add archlib and privlib to the search path for core modules\n      (patch by Jonas B. Nielsen).\n\n",
          "style" => "+",
          "text" => "Add archlib and privlib to the search path for core modules (patch by Jonas B. Nielsen)."

corpus/dists/Module-Info.parsed  view on Meta::CPAN

      "date" => "2005-12-20T20:17:09Z",
      "entries" => [
        {
          "line" => 22,
          "raw" => "    * Renamed the forked B::Utils to B::BUtils to avoid clashes\n      until it is merged into the mainline.\n\n",
          "style" => "*",
          "text" => "Renamed the forked B::Utils to B::BUtils to avoid clashes until it is merged into the mainline."
        }
      ],
      "line" => 21,
      "raw" => "0.30  Tue Dec 20 20:17:09 CET 2005\n",
      "raw_date" => "Tue Dec 20 20:17:09 CET 2005",
      "version" => "0.30"
    },
    {
      "date" => "2005-11-22T21:28:26Z",
      "entries" => [
        {
          "line" => 26,
          "raw" => "    * Fixed version() for complex expressions.\n",
          "style" => "*",
          "text" => "Fixed version() for complex expressions."
        },
        {
          "line" => 27,
          "raw" => "    - Corrected some POD errors in module_info.\n\n",
          "style" => "-",
          "text" => "Corrected some POD errors in module_info."
        }
      ],
      "line" => 25,
      "raw" => "0.29  Tue Nov 22 21:28:26 CET 2005\n",
      "raw_date" => "Tue Nov 22 21:28:26 CET 2005",
      "version" => "0.29"
    },
    {
      "date" => "2005-07-10T21:48:19Z",
      "entries" => [
        {
          "line" => 30,
          "raw" => "    * Added support for version.pm (based upon a\n      patch by John Peacock).\n",
          "style" => "*",
          "text" => "Added support for version.pm (based upon a patch by John Peacock)."

corpus/dists/Module-Info.parsed  view on Meta::CPAN

          "text" => "Added safe() option to forbid unsafe operations (currently executes version() code in a Safe compartment and forbids most other operations)."
        },
        {
          "line" => 43,
          "raw" => "    * Fixed compatibility down to Perl 5.004_04.\n\n",
          "style" => "*",
          "text" => "Fixed compatibility down to Perl 5.004_04."
        }
      ],
      "line" => 35,
      "raw" => "0.28  Sun Apr 17 17:10:33 CET 2005\n",
      "raw_date" => "Sun Apr 17 17:10:33 CET 2005",
      "version" => "0.28"
    },
    {
      "date" => "2005-03-04T07:56:58Z",
      "entries" => [
        {
          "line" => 46,
          "raw" => "    - Added missing localization of \$_ in version().\n      (thanks to Johan Lodin)\n",
          "style" => "-",
          "text" => "Added missing localization of \$_ in version(). (thanks to Johan Lodin)"
        },
        {
          "line" => 48,
          "raw" => "    - Fixed new_from_loaded() to return nothing when the module\n      is in fact not loaded. (thanks to Boris Zentner)\n\n",
          "style" => "-",
          "text" => "Fixed new_from_loaded() to return nothing when the module is in fact not loaded. (thanks to Boris Zentner)"
        }
      ],
      "line" => 45,
      "raw" => "0.27  Fri Mar  4 07:56:58 CET 2005\n",
      "raw_date" => "Fri Mar  4 07:56:58 CET 2005",
      "version" => "0.27"
    },
    {
      "date" => "2004-07-11T17:15:36Z",
      "entries" => [
        {
          "line" => 52,
          "raw" => "    - Fix tests for Perl 5.8.x and 5.6.x.\n\n",
          "style" => "-",
          "text" => "Fix tests for Perl 5.8.x and 5.6.x."

corpus/dists/Module-Info.parsed  view on Meta::CPAN

          "text" => "Upgraded bundled B::Utils to 0.04 + Schwern patches"
        },
        {
          "line" => 89,
          "raw" => "    - Fixed detection of require() statements in non-trivial BEGIN blocks\n\n",
          "style" => "-",
          "text" => "Fixed detection of require() statements in non-trivial BEGIN blocks"
        }
      ],
      "line" => 87,
      "raw" => "0.18  Sat Mar  8 17:44:24 CET 2003\n",
      "raw_date" => "Sat Mar  8 17:44:24 CET 2003",
      "version" => "0.18"
    },
    {
      "date" => "2003-03-02T11:01:55Z",
      "entries" => [
        {
          "line" => 92,
          "raw" => "    + Added module_info\n",
          "style" => "+",
          "text" => "Added module_info"
        },
        {
          "line" => 93,
          "raw" => "    - Fixed a warning when enumerating packages\n\n",
          "style" => "-",
          "text" => "Fixed a warning when enumerating packages"
        }
      ],
      "line" => 91,
      "raw" => "0.17  Sun Mar  2 11:01:55 CET 2003\n",
      "raw_date" => "Sun Mar  2 11:01:55 CET 2003",
      "version" => "0.17"
    },
    {
      "date" => "2003-01-01T21:21:31Z",
      "entries" => [
        {
          "line" => 96,
          "raw" => "    - Capture stderr output on MacOS Classic (thanks to Axel Rose for\n      the patch)\n\n",
          "style" => "-",
          "text" => "Capture stderr output on MacOS Classic (thanks to Axel Rose for the patch)"
        }
      ],
      "line" => 95,
      "raw" => "0.16  Wed Jan  1 21:21:31 CET 2003\n",
      "raw_date" => "Wed Jan  1 21:21:31 CET 2003",
      "version" => "0.16"
    },
    {
      "date" => "2002-12-23T15:08:14Z",
      "entries" => [
        {
          "line" => 100,
          "raw" => "    * Added die_on_compilation_error() method.\n",
          "style" => "*",
          "text" => "Added die_on_compilation_error() method."
        },
        {
          "line" => 101,
          "raw" => "    * MacOS classic: fixed methods requiring loading.\n\n",
          "style" => "*",
          "text" => "MacOS classic: fixed methods requiring loading."
        }
      ],
      "line" => 99,
      "raw" => "0.15  Mon Dec 23 15:08:14 CET 2002\n",
      "raw_date" => "Mon Dec 23 15:08:14 CET 2002",
      "version" => "0.15"
    },
    {
      "date" => "2002-12-08T11:42:11Z",
      "entries" => [
        {
          "line" => 104,
          "raw" => "    - Don't show modules loaded via \$ENV{PERL5OPT}\n",
          "style" => "-",
          "text" => "Don't show modules loaded via \$ENV{PERL5OPT}"
        },
        {
          "line" => 105,
          "raw" => "    - Fixed the case where an op may be NULL when searching for require\n\n",
          "style" => "-",
          "text" => "Fixed the case where an op may be NULL when searching for require"
        }
      ],
      "line" => 103,
      "raw" => "0.14  Sun Dec  8 11:42:11 CET 2002\n",
      "raw_date" => "Sun Dec  8 11:42:11 CET 2002",
      "version" => "0.14"
    },
    {
      "date" => "2002-12-07T10:29:42Z",
      "entries" => [
        {
          "line" => 108,
          "raw" => "    - pfunc can now distinguish between class and object methods\n",
          "style" => "-",
          "text" => "pfunc can now distinguish between class and object methods"

corpus/dists/Module-Info.parsed  view on Meta::CPAN

          "text" => "Fixed various problems with perl 5.6.1 on Win32 (probably due to ithreads)"
        },
        {
          "line" => 125,
          "raw" => "    - Use IPC::Open3 under Windows 95/98/ME, since 2>&1 does not work\n\n",
          "style" => "-",
          "text" => "Use IPC::Open3 under Windows 95/98/ME, since 2>&1 does not work"
        }
      ],
      "line" => 107,
      "raw" => "0.13  Sat Dec  7 10:29:42 CET 2002\n",
      "raw_date" => "Sat Dec  7 10:29:42 CET 2002",
      "version" => "0.13"
    },
    {
      "date" => "2002-02-02T19:41:01Z",
      "entries" => [
        {
          "line" => 128,
          "raw" => "    * Added pfunc\n",
          "style" => "*",
          "text" => "Added pfunc"



( run in 0.854 second using v1.01-cache-2.11-cpan-49f99fa48dc )