Skip to content

Commit

Permalink
v0.002000
Browse files Browse the repository at this point in the history
 [01 - Installer Changed]
 - Installer now migrated to use ExtUtils::MakeMaker
 - https://questhub.io/realm/perl/quest/5388cc12bbd0be5b2500011f

 [Dependencies::Stats]
 - Dependencies changed since 0.001001, see misc/*.deps* for details
 - build: -1
 - configure: +2 -1 (recommends: +1)
 - develop: +24 ↑2 -14 (recommends: +1, suggests: +2 -1)
 - test: +3 ↓1 (recommends: +3)

 [Tests]
 - More test coverage
  • Loading branch information
kentfredric committed Aug 18, 2015
1 parent dc0f081 commit c26bf0c
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 @@
Release history for lib-byversion

{{$NEXT}}

0.002000 2015-08-18T03:45:00Z dc0f081
[01 - Installer Changed]
- Installer now migrated to use ExtUtils::MakeMaker
- https://questhub.io/realm/perl/quest/5388cc12bbd0be5b2500011f
Expand Down
2 changes: 1 addition & 1 deletion lib/lib/byversion.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package lib::byversion;

our $VERSION = '0.002000';
our $VERSION = '0.002001';

# ABSTRACT: add paths to @INC depending on which version of Perl is running.

Expand Down

0 comments on commit c26bf0c

Please sign in to comment.