diff Calcon.pm @ 3:cb79baed256e

remove Exporter to avoid "can't locate object method nw". Why this can happen?
author kono
date Sat, 25 Jan 2003 12:43:45 +0900
parents 144819f5d2f6
children d3e2e1d1a16c
line wrap: on
line diff
--- a/Calcon.pm	Fri Jan 24 13:41:18 2003 +0900
+++ b/Calcon.pm	Sat Jan 25 12:43:45 2003 +0900
@@ -4,11 +4,11 @@
 
 use 5.008;
 use strict;
-use warnings;
-
-require Exporter;
-
-our @ISA = qw(Exporter);
+# use warnings;
+
+#require Exporter;
+
+#our @ISA = qw(Exporter);
 
 # Items to export into callers namespace by default. Note: do not export
 # names by default without a very good reason. Use EXPORT_OK instead.
@@ -17,15 +17,15 @@
 # This allows declaration	use Calcon ':all';
 # If you do not need this, moving things directly into @EXPORT or @EXPORT_OK
 # will save memory.
-our %EXPORT_TAGS = ( 'all' => [ qw(
-	
-) ] );
-
-our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );
-
-our @EXPORT = qw(
-	
-);
+#our %EXPORT_TAGS = ( 'all' => [ qw(
+#	
+#) ] );
+
+#our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );
+
+#our @EXPORT = qw(
+
+#);
 
 our $VERSION = '0.01';