diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-04-06 21:42:43 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-04-06 21:42:43 +0000 |
commit | b8a524e96d5b75be96d6a98368b9c29153780cfe (patch) | |
tree | f4d927c1b965c048dcc014b5dc1226cbc95cf23a /ext | |
parent | 231c9faeb17b45588bbde0b49d0d32f25d2a1286 (diff) | |
download | perl-b8a524e96d5b75be96d6a98368b9c29153780cfe.tar.gz |
Quote $VERSION in Encode.pm.
regen_config_h as requested.
p4raw-id: //depot/perlio@9599
Diffstat (limited to 'ext')
-rw-r--r-- | ext/Encode/Encode.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Encode/Encode.pm b/ext/Encode/Encode.pm index fde3891b6f..aca4577d8c 100644 --- a/ext/Encode/Encode.pm +++ b/ext/Encode/Encode.pm @@ -1,7 +1,7 @@ package Encode; use strict; -our $VERSION = 0.02; +our $VERSION = '0.02'; require DynaLoader; require Exporter; |