Skip to content

Commit

Permalink
Bump to 4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Wistow committed Jan 23, 2013
1 parent fd2013f commit 16fa007
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changes
@@ -1,3 +1,6 @@
2013-01-23 - 4.6
Add warning about future removal from core

2012-11-05 - 4.5
Fix docs
Fix problem with PAUSE upload
Expand Down
2 changes: 1 addition & 1 deletion lib/Module/Pluggable.pm
Expand Up @@ -11,7 +11,7 @@ use if $] > 5.017, 'deprecate';
# 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 {
Expand Down
2 changes: 1 addition & 1 deletion lib/Module/Pluggable/Object.pm
Expand Up @@ -10,7 +10,7 @@ use vars qw($VERSION);

use if $] > 5.017, 'deprecate';

$VERSION = '4.5';
$VERSION = '4.6';


sub new {
Expand Down

0 comments on commit 16fa007

Please sign in to comment.