Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.08.
Browse files Browse the repository at this point in the history
Changelog diff is:

diff --git a/Changes b/Changes
index c20f22c..9c12617 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,9 @@
 Revision history for Perl extension Perl::Metrics::Lite

-0.07 Sat Jan 28 3:55:00 2011
+0.08 Sat Mar 14:14:00 2012
+	* Get the line number correctly (kzys++)
+
+0.07 Sat Jan 28 3:55:00 2012
 	* Requires PPI 1.205 (kzys++)

 0.061 Mon Dec 27 20:27:00 2011
  • Loading branch information
dann committed Mar 3, 2012
1 parent b0281f2 commit 17bd07f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Changes
@@ -1,6 +1,9 @@
Revision history for Perl extension Perl::Metrics::Lite

0.07 Sat Jan 28 3:55:00 2011
0.08 Sat Mar 14:14:00 2012
* Get the line number correctly (kzys++)

0.07 Sat Jan 28 3:55:00 2012
* Requires PPI 1.205 (kzys++)

0.061 Mon Dec 27 20:27:00 2011
Expand Down
2 changes: 1 addition & 1 deletion lib/Perl/Metrics/Lite.pm
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.07';
our $VERSION = '0.08';

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

0 comments on commit 17bd07f

Please sign in to comment.