--- Urlader/Urlader.pm 2012/06/17 12:56:16 1.9 +++ Urlader/Urlader.pm 2013/06/10 06:16:16 1.12 @@ -198,7 +198,7 @@ use common::sense; BEGIN { - our $VERSION = '1.0'; + our $VERSION = '1.01'; use XSLoader; XSLoader::load __PACKAGE__, $VERSION; @@ -277,7 +277,7 @@ =item Gathering files -Gathering all the files needed for distribution cna be a big +Gathering all the files needed for distribution can be a big problem. Right now, Urlader does not assist you in this task in any way, however, just like perl source stripping, it is planned to unbundle the relevant technology from B (L) for @@ -401,6 +401,10 @@ running with elevated privileges - it does no input sanitisation, and is trivially exploitable. +=head1 SEE ALSO + +F<< L >>(1), used to pack urlader payloads. + =head1 AUTHOR Marc Lehmann