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

Comparing cvsroot/App-Staticperl/mkbundle (file contents):
Revision 1.46 by root, Thu Aug 24 10:35:11 2023 UTC vs.
Revision 1.47 by root, Thu Aug 24 11:01:37 2023 UTC

793# open my $fh, ">x" or die; print $fh $src;#d# 793# open my $fh, ">x" or die; print $fh $src;#d#
794# exit 1; 794# exit 1;
795# } 795# }
796 } 796 }
797 797
798 $src = $compress->($src); 798 $src = $compress->($src); # maybe this should be cached, as well
799 799
800 print "adding $pm (original size $size, stored size ", length $src, ")\n" 800 print "adding $pm (original size $size, stored size ", length $src, ")\n"
801 if $VERBOSE >= 2; 801 if $VERBOSE >= 2;
802 802
803 push @index, ((length $pm) << 25) | length $data; 803 push @index, ((length $pm) << 25) | length $data;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines