ossp-pkg/string-divert/Divert.pm 1.6 -> 1.7
--- Divert.pm 2003/09/22 12:58:25 1.6
+++ Divert.pm 2004/11/03 08:06:45 1.7
@@ -36,15 +36,10 @@
require Exporter;
-our $VERSION = '0.93';
+our $VERSION = '0.94';
our @ISA = qw(Exporter);
-our @EXPORT_OK = qw(new destroy DESTROY
- name overwrite storage
- assign append string bool
- fold unfold folding folder
- divert undivert diversion
- overload);
+our @EXPORT_OK = qw();
# object construction
sub new ($;$) {
|
|