Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.26.
Browse files Browse the repository at this point in the history
Changelog diff is:

diff --git a/Changes b/Changes
index d748ef1..9e98fa8 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,10 @@ Revision history for Perl extension Perl-PrereqScanner-Lite

 {{$NEXT}}

+0.26 2015-05-14T16:15:05Z
+
+    - Fix moose scanner (@charsbar++)
+
 0.25 2015-04-18T12:14:20Z

     - Fix some Moose scanners bugs
  • Loading branch information
moznion committed May 14, 2015
1 parent ec70063 commit 1c30680
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ Revision history for Perl extension Perl-PrereqScanner-Lite

{{$NEXT}}

0.26 2015-05-14T16:15:05Z

- Fix moose scanner (@charsbar++)

0.25 2015-04-18T12:14:20Z

- Fix some Moose scanners bugs
Expand Down
5 changes: 4 additions & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,8 @@
"web" : "https://github.com/moznion/Perl-PrereqScanner-Lite"
}
},
"version" : "0.25"
"version" : "0.26",
"x_contributors" : [
"Kenichi Ishigaki <ishigaki@cpan.org>"
]
}
2 changes: 1 addition & 1 deletion lib/Perl/PrereqScanner/Lite.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use Compiler::Lexer;
use CPAN::Meta::Requirements;
use Perl::PrereqScanner::Lite::Constants;

our $VERSION = "0.25";
our $VERSION = "0.26";

sub new {
my ($class, $opt) = @_;
Expand Down

0 comments on commit 1c30680

Please sign in to comment.