voodoo for ancient perls
[p5sagit/Try-Tiny.git] / lib / Try / Tiny.pm
index 53ffa59..665a8e9 100644 (file)
@@ -1,10 +1,14 @@
 package Try::Tiny;
 
 use strict;
-use warnings;
+#use warnings;
 
-use base qw(Exporter);
-use vars qw(@EXPORT @EXPORT_OK $VERSION);
+use vars qw(@EXPORT @EXPORT_OK $VERSION @ISA);
+
+BEGIN {
+       require Exporter;
+       @ISA = qw(Exporter);
+}
 
 $VERSION = "0.01";