Module-Info
view release on metacpan or search on metacpan
0.35 2013-09-08 14:10:31 CEST
- Handle 'package NAME VERSION' syntax (patch by Norbert Gruener)
- Added repository and license info to metadata
- Tweaked format of Changes (this file) to match CPAN::Changes::Spec
0.34 2013-05-21 21:48:49 CEST
- 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 2013-02-9 13:12:22 CET
- Fix tests under Perl 5.6.2 when some core modules have been
upgraded (patch by Andreas Koenig).
0.32 2010-09-8 23:15:13 CEST
- Add archlib and privlib to the search path for core modules
(patch by Jonas B. Nielsen).
0.31_01 2010-04-12 23:53:53 CEST
- Many test fixes.
0.31 2007-05-28 21:40:10 CEST
- Fixed tests in presence of version.pm 0.72 or newer.
- Added -h option to module_info.
0.30 2005-12-20 20:17:09 CET
- Renamed the forked B::Utils to B::BUtils to avoid clashes
until it is merged into the mainline.
0.29 2005-11-22 21:28:26 CET
- Fixed version() for complex expressions.
- Corrected some POD errors in module_info.
0.28_50 2005-07-10 21:48:19 CEST
- 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 2005-04-17 17:10:33 CET
- 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 2005-03-4 07:56:58 CET
- 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 2004-07-11 17:15:36 CEST
- Fix tests for Perl 5.8.x and 5.6.x.
0.25 2004-07-11 16:36:11 CEST
- Fix test to work around modules_required reporting
0.20 2003-05-22 10:30:31 CEST
- 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 2003-04-1 15:45:43 CEST
- Added package_versions() (patch by Ken Williams)
- Fixed handling of v-strings in use/require
0.18 2003-03-8 17:44:24 CET
- Upgraded bundled B::Utils to 0.04 + Schwern patches
- Fixed detection of require() statements in non-trivial BEGIN blocks
0.17 2003-03-2 11:01:55 CET
- Added module_info
- Fixed a warning when enumerating packages
0.16 2003-01-1 21:21:31 CET
- Capture stderr output on MacOS Classic (thanks to Axel Rose for
the patch)
0.15 2002-12-23 15:08:14 CET
- Added die_on_compilation_error() method.
- MacOS classic: fixed methods requiring loading.
0.14 2002-12-8 11:42:11 CET
- Don't show modules loaded via $ENV{PERL5OPT}
- Fixed the case where an op may be NULL when searching for require
0.13 2002-12-7 10:29:42 CET
- 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
( run in 0.390 second using v1.01-cache-2.11-cpan-26ccb49234f )