Skip to content

Commit

Permalink
v0.8.0
Browse files Browse the repository at this point in the history
 [00 Major / Features]
 - gentoo-perlmod-version.pl is now fatpacked.
 - This means the code should run better in mixed environments as well as between perl upgrades

 [Dependencies::Stats]
 - Dependencies changed since 0.7.1, see misc/*.deps* for details
 - develop: +2 -1 (suggests: ↑1)
  • Loading branch information
kentfredric committed Jul 16, 2015
1 parent 301fe54 commit 8586dac
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Release history for Gentoo-PerlMod-Version

{{$NEXT}}

0.8.0 2015-07-16T23:24:29Z 301fe54
[00 Major / Features]
- gentoo-perlmod-version.pl is now fatpacked.
- This means the code should run better in mixed environments as well as between perl upgrades
Expand Down
2 changes: 1 addition & 1 deletion lib/Gentoo/PerlMod/Version.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package Gentoo::PerlMod::Version;

our $VERSION = '0.8.0';
our $VERSION = '0.8.1';

# ABSTRACT: Convert arbitrary Perl Modules' versions into normalized Gentoo versions.

Expand Down
2 changes: 1 addition & 1 deletion lib/Gentoo/PerlMod/Version/Env.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package Gentoo::PerlMod::Version::Env;

our $VERSION = '0.8.0';
our $VERSION = '0.8.1';

# ABSTRACT: Get/parse settings from %ENV

Expand Down
2 changes: 1 addition & 1 deletion lib/Gentoo/PerlMod/Version/Error.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package Gentoo::PerlMod::Version::Error;

our $VERSION = '0.8.0';
our $VERSION = '0.8.1';

# ABSTRACT: Various error message and diagnostic bits.

Expand Down

0 comments on commit 8586dac

Please sign in to comment.