'Module::Pluggable' => {
'MAINTAINER' => 'simonw',
- 'DISTRIBUTION' => 'SIMONW/Module-Pluggable-4.5.tar.gz',
+ 'DISTRIBUTION' => 'SIMONW/Module-Pluggable-4.6.tar.gz',
'FILES' => q[cpan/Module-Pluggable],
'UPSTREAM' => 'cpan',
'CUSTOMIZED' => ['Makefile.PL'],
use base qw(Exporter);
use vars qw($VERSION @EXPORT_OK);
+use if $] > 5.017, 'deprecate';
+
$VERSION = '0.4';
@EXPORT_OK = qw(list_packages);
use vars qw($VERSION $FORCE_SEARCH_ALL_PATHS);
use Module::Pluggable::Object;
+use if $] > 5.017, 'deprecate';
+
# ObQuote:
# Bob Porter: Looks like you've been missing a lot of work lately.
# Peter Gibbons: I wouldn't say I've been missing it, Bob!
-$VERSION = '4.5'; # core release only!
+$VERSION = '4.6'; # core release only!
$FORCE_SEARCH_ALL_PATHS = 0;
sub import {
use Devel::InnerPackage;
use vars qw($VERSION);
-$VERSION = '4.5';
+use if $] > 5.017, 'deprecate';
+
+$VERSION = '4.6';
sub new {