Skip to content

Commit

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

diff --git a/Changes b/Changes
index 28c8488..c9acc4a 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension App::envfile

+0.03  Thu Jul 14 00:23:51 2011
+    - suppress warnings on envfile
+
 0.02  Tue Jul 12 00:57:36 2011
     - refactor (advised by tokuhirom++)
  • Loading branch information
xaicron committed Jul 13, 2011
1 parent b30e353 commit cf95700
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,8 @@
Revision history for Perl extension App::envfile Revision history for Perl extension App::envfile


0.03 Thu Jul 14 00:23:51 2011
- suppress warnings on envfile

0.02 Tue Jul 12 00:57:36 2011 0.02 Tue Jul 12 00:57:36 2011
- refactor (advised by tokuhirom++) - refactor (advised by tokuhirom++)


Expand Down
2 changes: 1 addition & 1 deletion lib/App/envfile.pm
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package App::envfile;
use strict; use strict;
use warnings; use warnings;
use 5.008_001; use 5.008_001;
our $VERSION = '0.02'; our $VERSION = '0.03';


sub new { sub new {
my $class = shift; my $class = shift;
Expand Down

0 comments on commit cf95700

Please sign in to comment.