Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.08. Changelog diff is:
Browse files Browse the repository at this point in the history
diff --git a/Changes b/Changes
index f0728cc..20c5401 100644
--- a/Changes
+++ b/Changes
@@ -3,6 +3,8 @@ Revision history for Perl extension Geography::JapanesePrefectures
 0.08

         - do not use Test::Class.
+        - depend to perl 5.8.1.
+          5.8.0 has a lot of issue

 0.07
  • Loading branch information
tokuhirom committed Jul 7, 2009
1 parent cff3ab4 commit daa19d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Changes
Expand Up @@ -3,6 +3,8 @@ Revision history for Perl extension Geography::JapanesePrefectures
0.08

- do not use Test::Class.
- depend to perl 5.8.1.
5.8.0 has a lot of issue

0.07

Expand Down
2 changes: 1 addition & 1 deletion lib/Geography/JapanesePrefectures.pm
@@ -1,7 +1,7 @@
package Geography::JapanesePrefectures;
use strict;
use warnings;
use 5.00800;
use 5.008001;
our $VERSION = '0.08';

use Geography::JapanesePrefectures::Unicode;
Expand Down

0 comments on commit daa19d4

Please sign in to comment.