Skip to content

Commit

Permalink
change Changes & version++
Browse files Browse the repository at this point in the history
  • Loading branch information
nekokak committed Dec 26, 2012
1 parent 0c10d39 commit 491f00e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Revision history for Perl extension Test::Attribute::AutoLevel

0.06
2012/12/26
- added depth option. (thanks xaicron)

0.05
2011/12/15
- use Capture::Tiny.
Expand Down
3 changes: 3 additions & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ META.yml
README
t/00_compile.t
t/basic.t
t/depth.t
t/depth_test
t/internal_test
t/SomeTest.pm
xt/01_perlcritic.t
xt/02_pod.t
xt/perlcriticrc
2 changes: 1 addition & 1 deletion lib/Test/Attribute/AutoLevel.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Test::Attribute::AutoLevel;
use strict;
use warnings;
use 5.008001;
our $VERSION = '0.05';
our $VERSION = '0.06';

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

0 comments on commit 491f00e

Please sign in to comment.