|
Check-in Number:
|
4543 | |
| Date: |
2004-Apr-23 17:03:27 (local)
2004-Apr-23 15:03:27 (UTC) |
| User: | rse |
| Branch: | |
| Comment: |
fix exporting of API |
| Tickets: |
|
| Inspections: |
|
| Files: |
|
ossp-pkg/cvsfusion/RCS.pm 1.5 -> 1.6
--- RCS.pm 2004/04/23 14:57:09 1.5
+++ RCS.pm 2004/04/23 15:03:27 1.6
@@ -36,7 +36,7 @@
use IO::File;
@ISA = qw(Exporter);
-@EXPORT_OK = qw(new destroy DESTROY dump);
+@EXPORT_OK = qw(new destroy DESTROY dump tool load save parse format);
# create new object
sub new ($;$) {
|
|