summaryrefslogtreecommitdiff
path: root/lib/Autom4te/C4che.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Autom4te/C4che.pm')
-rw-r--r--lib/Autom4te/C4che.pm11
1 files changed, 7 insertions, 4 deletions
diff --git a/lib/Autom4te/C4che.pm b/lib/Autom4te/C4che.pm
index 6226cd63..2032f59c 100644
--- a/lib/Autom4te/C4che.pm
+++ b/lib/Autom4te/C4che.pm
@@ -31,12 +31,15 @@ This Perl module handles the cache of M4 runs used by autom4te.
=cut
-use Data::Dumper;
-use Autom4te::Request;
-use Carp;
+use 5.006;
use strict;
use warnings;
+use Carp;
+use Data::Dumper;
+
+use Autom4te::Request;
+
=over 4
=item @request
@@ -50,7 +53,7 @@ work with "my" vars, and I do not know whether the current behavior
=cut
-use vars qw(@request);
+use vars qw (@request);
=item C<$req = Autom4te::C4che-E<gt>retrieve (%attr)>