From b75c8c73cd7f3c92a16e03fb046f4e2a99363bc7 Mon Sep 17 00:00:00 2001 From: "Michael G. Schwern" Date: Tue, 5 Dec 2000 16:23:28 -0500 Subject: $VERSION crusade, strict, tests, etc... all over lib/ Message-ID: <20001205212328.C6473@blackrider.aocn.com> Carp::Heavy parts not very applicable because of recent changes. p4raw-id: //depot/perl@8013 --- lib/AnyDBM_File.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/AnyDBM_File.pm') diff --git a/lib/AnyDBM_File.pm b/lib/AnyDBM_File.pm index 58ffda768e..ce850491e5 100644 --- a/lib/AnyDBM_File.pm +++ b/lib/AnyDBM_File.pm @@ -1,6 +1,7 @@ package AnyDBM_File; use 5.005_64; +our $VERSION = '1.00'; our @ISA = qw(NDBM_File DB_File GDBM_File SDBM_File ODBM_File) unless @ISA; my $mod; -- cgit v1.2.1