ossp-pkg/string-divert/Divert.pm 1.7 -> 1.8
--- Divert.pm 2004/11/03 08:06:45 1.7
+++ Divert.pm 2004/11/03 08:10:00 1.8
@@ -39,6 +39,7 @@
our $VERSION = '0.94';
our @ISA = qw(Exporter);
+our @EXPORT = qw();
our @EXPORT_OK = qw();
# object construction
@@ -436,6 +437,7 @@
package String::Divert::__OVERLOAD__;
our @ISA = qw(Exporter String::Divert);
+our @EXPORT = qw();
our @EXPORT_OK = qw();
# define operator overloading
|
|