--- Convert-UUlib/UUlib.pm 2020/02/28 17:33:09 1.49 +++ Convert-UUlib/UUlib.pm 2020/02/28 18:02:01 1.50 @@ -598,6 +598,11 @@ Likewise, file sizes when the uulib library was written were tiny compared to today, so do not expect this library to handle files larger than 2GB. +Lastly, this module uses a very "C-like" interface, which means it doesn't +protect you from invalid points as you might expect from "more perlish" +modules - for example, accessing a file item object after callinbg +C will likely result in crashes, memory corruption, or worse. + =head1 AUTHOR Marc Lehmann , the original uulib library was written