Index of /ports_security/p5-Crypt-License

Icon  Name                    Last modified      Size  
[DIR] Parent Directory - [   ] Makefile 28-May-2011 14:11 513 [   ] distinfo 03-Jan-2007 04:21 210 [TXT] pkg-descr 20-Feb-2006 23:50 863 [   ] pkg-plist 22-Jan-2006 05:50 332
Crypt::License decodes an encrypted file and attempts to decrypt it by first,
looking for a hash pointer in the caller program called $ptr2_License. The
hash contains the path to the License file and an optional 'private' key list
of modules which will decrypt only with the 'private' key. OR, a hash key of
'next' with no particular value that indicates to look to the next caller on
the stack for the License pointer. If the pointer is not present or the
License file is not found successfully, then no further action is taken. If the
License file is successfully opened, and the contents validated then the
attached encrypted module is loaded and the seconds remaining until License
expiration are returned or now() in the case of no expiration. Undef is
returned for an expired license (module fails to load).

WWW: http://search.cpan.org/dist/Crypt-License/