ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/App-Staticperl/mkbundle
(Generate patch)

Comparing App-Staticperl/mkbundle (file contents):
Revision 1.25 by root, Thu Feb 24 07:01:46 2011 UTC vs.
Revision 1.26 by root, Thu Feb 24 14:34:44 2011 UTC

720} 720}
721 721
722length $data < 2**25 722length $data < 2**25
723 or die "ERROR: bundle too large (only 32MB supported)\n"; 723 or die "ERROR: bundle too large (only 32MB supported)\n";
724 724
725my $varpfx = "bundle_" . substr +(Digest::MD5::md5_hex $data), 0, 16; 725my $varpfx = "bundle";
726 726
727############################################################################# 727#############################################################################
728# output 728# output
729 729
730print "generating $PREFIX.h... " 730print "generating $PREFIX.h... "

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines