FileCache: use parent instead of base
authorRicardo Signes <rjbs@cpan.org>
Mon, 9 Sep 2013 02:00:46 +0000 (22:00 -0400)
committerRicardo Signes <rjbs@cpan.org>
Thu, 12 Sep 2013 23:49:16 +0000 (19:49 -0400)
ext/FileCache/lib/FileCache.pm

index 09583b0..149e881 100644 (file)
@@ -1,6 +1,6 @@
 package FileCache;
 
-our $VERSION = '1.08';
+our $VERSION = '1.09';
 
 =head1 NAME
 
@@ -94,7 +94,7 @@ no strict 'refs';
 use vars qw(%saw $cacheout_maxopen);
 $cacheout_maxopen = 16;
 
-use base 'Exporter';
+use parent 'Exporter';
 our @EXPORT = qw[cacheout cacheout_close];