summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-09-07 11:46:40 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-09-07 11:46:40 +0000
commitad95c6e182499b977b9e82cd165b06b867730861 (patch)
treead4a5d54ee271c155b9120a7449c309ee90dae5f /ext
parentb35bc0c6c55657527d346e6d05f46024491a31b0 (diff)
downloadperl-ad95c6e182499b977b9e82cd165b06b867730861.tar.gz
Bump version of PerlIO::scalar
p4raw-id: //depot/perl@28799
Diffstat (limited to 'ext')
-rw-r--r--ext/PerlIO/scalar/scalar.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/PerlIO/scalar/scalar.pm b/ext/PerlIO/scalar/scalar.pm
index 1eead60c93..9bd506fe26 100644
--- a/ext/PerlIO/scalar/scalar.pm
+++ b/ext/PerlIO/scalar/scalar.pm
@@ -1,5 +1,5 @@
package PerlIO::scalar;
-our $VERSION = '0.04';
+our $VERSION = '0.05';
use XSLoader ();
XSLoader::load 'PerlIO::scalar';
1;