From 90564d9841a592d4954f5fb3ef7a8ffd42cd7c65 Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Sun, 10 Oct 1999 05:15:26 +0000 Subject: [PATCH] add $VERSION p4raw-id: //depot/perl@4332 --- lib/Exporter.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Exporter.pm b/lib/Exporter.pm index adc843b..585109e 100644 --- a/lib/Exporter.pm +++ b/lib/Exporter.pm @@ -4,6 +4,7 @@ require 5.001; $ExportLevel = 0; $Verbose ||= 0; +$VERSION = '5.562'; sub export_to_level { require Exporter::Heavy; -- 2.7.4