Skip to content

Commit

Permalink
Fix MANIFEST, update ChangeLog and bump to version 0.9133
Browse files Browse the repository at this point in the history
  • Loading branch information
bingos committed Sep 29, 2012
1 parent ec63f3e commit b0d1300
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 4 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
@@ -1,3 +1,7 @@
Changes for 0.9133 Sat Sep 29 11:49:02 2012
================================================
* Fix MANIFEST for last release

Changes for 0.9132 Sat Sep 29 11:40:53 2012
================================================
* Resolve RT #79925, Module::Metadata was missing
Expand Down
1 change: 1 addition & 0 deletions MANIFEST
Expand Up @@ -37,6 +37,7 @@ inc/bundle/Module/CoreList/TieHashDelta.pm
inc/bundle/Module/Load.pm
inc/bundle/Module/Load/Conditional.pm
inc/bundle/Module/Loaded.pm
inc/bundle/Module/Metadata.pm
inc/bundle/Module/Pluggable.pm
inc/bundle/Module/Pluggable/Object.pm
inc/bundle/Object/Accessor.pm
Expand Down
2 changes: 1 addition & 1 deletion META.yml
Expand Up @@ -18,4 +18,4 @@ resources:
license: http://dev.perl.org/licenses/
homepage: http://github.com/jib/cpanplus-devel
repository: http://github.com/jib/cpanplus-devel
version: 0.9132
version: 0.9133
2 changes: 1 addition & 1 deletion lib/CPANPLUS.pm
Expand Up @@ -13,7 +13,7 @@ BEGIN {
use vars qw( @EXPORT @ISA $VERSION );
@EXPORT = qw( shell fetch get install );
@ISA = qw( Exporter );
$VERSION = "0.9132"; #have to hardcode or cpan.org gets unhappy
$VERSION = "0.9133"; #have to hardcode or cpan.org gets unhappy
}

### purely for backward compatibility, so we can call it from the commandline:
Expand Down
2 changes: 1 addition & 1 deletion lib/CPANPLUS/Internals.pm
Expand Up @@ -42,7 +42,7 @@ use vars qw[@ISA $VERSION];
CPANPLUS::Internals::Report
];

$VERSION = "0.9132";
$VERSION = "0.9133";

=pod
Expand Down
2 changes: 1 addition & 1 deletion lib/CPANPLUS/Shell/Default.pm
Expand Up @@ -26,7 +26,7 @@ local $Data::Dumper::Indent = 1; # for dumpering from !
BEGIN {
use vars qw[ $VERSION @ISA ];
@ISA = qw[ CPANPLUS::Shell::_Base::ReadLine ];
$VERSION = "0.9132";
$VERSION = "0.9133";
}

load CPANPLUS::Shell;
Expand Down

0 comments on commit b0d1300

Please sign in to comment.