Marcin Owsiany wrote:
> +# 4: either text: shell-quoted sed to run on the snippet. Ie,
> 's/#PACKAGE#/$PACKAGE/'
> +# or a sub to run on each line of the snippet. Ie sub {
> s/#PACKAGE#/$PACKAGE/ }
I had not thought about making it operate on each line rather than the
whole file, but I think I like it.
> + } else {
I use the other brace style in debhelper.
> +use base 'Test::Class';
This would add a build dep on libtest-class-perl, it might be easier to
get this into the freeze if any added tests just used Test::More.
--
see shy jo
signature.asc
Description: Digital signature

