Option 'comment' does not work when used in conjunction with { compress
=> 'obfuscate' }
I attached a patch for this but I assume you will have your own way for
dealing with this issue.
Subject: | Packer.pm.patch |
378c378
< $opts->{copyright} = ( $opts->{copyright} and $opts->{compress} eq 'clean' ) ? ( '/* ' . $opts->{copyright} . ' */' ) : '';
---
> $opts->{copyright} = ( $opts->{copyright} ) ? ( '/* ' . $opts->{copyright} . ' */' ) : '';