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.49 by root, Fri Feb 28 17:33:09 2020 UTC vs.
Revision 1.50 by root, Fri Feb 28 18:02:01 2020 UTC

596security purposes requires care. 596security purposes requires care.
597 597
598Likewise, file sizes when the uulib library was written were tiny compared 598Likewise, file sizes when the uulib library was written were tiny compared
599to today, so do not expect this library to handle files larger than 2GB. 599to today, so do not expect this library to handle files larger than 2GB.
600 600
601Lastly, this module uses a very "C-like" interface, which means it doesn't
602protect you from invalid points as you might expect from "more perlish"
603modules - for example, accessing a file item object after callinbg
604C<CleanUp> will likely result in crashes, memory corruption, or worse.
605
601=head1 AUTHOR 606=head1 AUTHOR
602 607
603Marc Lehmann <schmorp@schmorp.de>, the original uulib library was written 608Marc Lehmann <schmorp@schmorp.de>, the original uulib library was written
604by Frank Pilhofer <fp@informatik.uni-frankfurt.de>, and later heavily 609by Frank Pilhofer <fp@informatik.uni-frankfurt.de>, and later heavily
605bugfixed by Marc Lehmann. 610bugfixed by Marc Lehmann.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines