Skip to content

Commit

Permalink
v0.000005
Browse files Browse the repository at this point in the history
 [Dependencies::Stats]
 - Dependencies changed since 0.000004, see misc/*.deps* for details
 - test: +3 -1

 [Tests]
 - Bundling Test::Requires temporarily till upstream re-establish perl 5.6 support in their installer
   tokuhirom/Test-Requires#11
  • Loading branch information
kentfredric committed Jul 19, 2015
1 parent f2f12fb commit 7db0597
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Revision history for {{$dist->name}}

{{$NEXT}}

0.000005 2015-07-19T20:45:18Z f2f12fb
[Dependencies::Stats]
- Dependencies changed since 0.000004, see misc/*.deps* for details
- test: +3 -1
Expand Down
2 changes: 1 addition & 1 deletion lib/Asset/Pack.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ package Asset::Pack;
use Path::Tiny 0.069 qw( path ); # path()->visit without broken ref returns
use Try::Tiny qw( try catch );

our $VERSION = '0.000005';
our $VERSION = '0.000006';

# ABSTRACT: Easily pack assets into Perl Modules that can be fat-packed

Expand Down

0 comments on commit 7db0597

Please sign in to comment.