Checking in changes prior to tagging of version 0.05. Changelog diff is:

diff --git a/perl/Changes b/perl/Changes
index 33fb36c..15603ea 100644
--- a/perl/Changes
+++ b/perl/Changes
@@ -1,3 +1,7 @@
+0.05
+
+    - change type detection for old perl
+
 0.04

     - check SvROK first(reported by yappo++)
This commit is contained in:
Tokuhiro Matsuno 2009-07-03 18:15:45 +09:00
parent 34ed3bc9e3
commit cb5c878b77
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
0.05
- change type detection for old perl
0.04 0.04
- check SvROK first(reported by yappo++) - check SvROK first(reported by yappo++)

View File

@ -4,7 +4,7 @@ use warnings;
use XSLoader; use XSLoader;
use 5.008001; use 5.008001;
our $VERSION = '0.04'; our $VERSION = '0.05';
our $PreferInteger = 0; our $PreferInteger = 0;
XSLoader::load(__PACKAGE__, $VERSION); XSLoader::load(__PACKAGE__, $VERSION);