Skip Menu |

This queue is for tickets about the Filter-Crypto CPAN distribution.

Report information
The Basics
Id: 54370
Status: new
Priority: 0/
Queue: Filter-Crypto

People
Owner: Nobody in particular
Requestors: CHORNY [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.30
Fixed in: (no value)



Subject: problem with __DATA__
'__DATA__' is not accessible when running encrypted file. Test program (b.pl): while(<DATA>) { print; } __DATA__ This is LINE1 This is LINE2 This is LINE3 Encryption: crypt_file -o bcrypt.pl <b.pl Decryption: crypt_file -o bdecr.pl <bcrypt.pl b.pl and bdecr.pl are same files, but bcrypt.pl when run prints nothing. P.S. Derived this from question here: http://stackoverflow.com/questions/2212060/what-does-the-filtercrypto-module-do-to-the-data-section -- Alexandr Ciornii, http://chorny.net