Skip to content

Commit

Permalink
0.06
Browse files Browse the repository at this point in the history
  • Loading branch information
dann committed Dec 27, 2011
1 parent b7ff485 commit e98812a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
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 Perl::Metrics::Lite

0.06 Mon Dec 27 20:27:00 2011
* Use auto_include_deps
* No functional change

0.05 Mon Dec 24 14:00:00 2011
* Added POD for scripts

Expand Down
3 changes: 2 additions & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ sub auto_set_repository { }
use inc::Module::Install;

name 'Perl-Metrics-Lite';
perl_version '5.005';
all_from 'lib/Perl/Metrics/Lite.pm';
readme_markdown_from 'lib/Perl/Metrics/Lite.pm';

Expand All @@ -36,5 +37,5 @@ test_requires(

install_script('bin/measureperl');
install_script('bin/measureperl-checkstyle');
auto_include;
auto_include_deps;
WriteAll;
2 changes: 1 addition & 1 deletion lib/Perl/Metrics/Lite.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use Perl::Metrics::Lite::Report::Text;
use Perl::Metrics::Lite::Analysis;
use Perl::Metrics::Lite::Analysis::File;

our $VERSION = '0.05';
our $VERSION = '0.06';

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

0 comments on commit e98812a

Please sign in to comment.