From b8a524e96d5b75be96d6a98368b9c29153780cfe Mon Sep 17 00:00:00 2001 From: Nick Ing-Simmons Date: Fri, 6 Apr 2001 21:42:43 +0000 Subject: Quote $VERSION in Encode.pm. regen_config_h as requested. p4raw-id: //depot/perlio@9599 --- ext/Encode/Encode.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/Encode') 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; -- cgit v1.2.1