Skip to content

Commit

Permalink
preparing to release 0.91
Browse files Browse the repository at this point in the history
  • Loading branch information
alranel committed Feb 6, 2011
1 parent c9b67f0 commit a4948bd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changes
@@ -1,3 +1,5 @@
version 0.91 (2011-02-06):

- collection methods are now inherited by subclasses
- fixed POD glitches
- added a CAVEATS section to the POD
Expand Down
1 change: 1 addition & 0 deletions MANIFEST
Expand Up @@ -15,4 +15,5 @@ t/13-reverse.t
t/14-norecurse.t
t/15-self.t
t/16-args.t
t/17-subclass.t
t/classes.pm
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -21,7 +21,7 @@ my %WriteMakefileArgs = (
'PREREQ_PM' => {
'Moose' => '1.21',
},
'VERSION' => '0.90',
'VERSION' => '0.91',
'test' => {
'TESTS' => 't/*.t'
},
Expand Down
2 changes: 1 addition & 1 deletion lib/MooseX/Collect.pm
Expand Up @@ -2,7 +2,7 @@ package MooseX::Collect;
use strict;
use warnings;

our $VERSION = '0.90';
our $VERSION = '0.91';

sub import {
my ($class, %args) = @_;
Expand Down

0 comments on commit a4948bd

Please sign in to comment.