ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Convert-UUlib/UUlib.pm
(Generate patch)

Comparing Convert-UUlib/UUlib.pm (file contents):
Revision 1.22 by root, Fri Feb 25 22:02:55 2005 UTC vs.
Revision 1.23 by root, Thu Mar 3 17:13:33 2005 UTC

3use Carp; 3use Carp;
4 4
5require Exporter; 5require Exporter;
6require DynaLoader; 6require DynaLoader;
7 7
8$VERSION = "1.05"; 8$VERSION = "1.051";
9 9
10@ISA = qw(Exporter DynaLoader); 10@ISA = qw(Exporter DynaLoader);
11 11
12@_consts = qw( 12@_consts = qw(
13 ACT_COPYING ACT_DECODING ACT_ENCODING ACT_IDLE ACT_SCANNING 13 ACT_COPYING ACT_DECODING ACT_ENCODING ACT_IDLE ACT_SCANNING
534 534
535 CleanUp(); 535 CleanUp();
536 536
537=head1 AUTHOR 537=head1 AUTHOR
538 538
539Marc Lehmann <pcg@goof.com>, the original uulib library was written 539Marc Lehmann <schmorp@schmorp.de>, the original uulib library was written
540by Frank Pilhofer <fp@informatik.uni-frankfurt.de>, and later heavily 540by Frank Pilhofer <fp@informatik.uni-frankfurt.de>, and later heavily
541bugfixed by Marc Lehmann. 541bugfixed by Marc Lehmann.
542 542
543=head1 SEE ALSO 543=head1 SEE ALSO
544 544

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines