Bug#549743: [rt.cpan.org #50348] FTBFS when compiling "non-interactively"

Salvatore Bonaccorso salvatore.bonaccorso at gmail.com
Mon Nov 2 07:38:27 UTC 2009


Hmm

On Sun, Nov 01, 2009 at 10:15:36PM +0100, Salvatore Bonaccorso wrote:
> Thus: What would be about the following?
> ---(patch)--------------------------------------------------------------
> --- t/MyTestSpecific.pm	(revision 46640)
> +++ t/MyTestSpecific.pm	(working copy)
> @@ -26,6 +26,8 @@
>  use GnuPG::Interface;
>  use GnuPG::Handles;
>  
> +use Any::Moose;
> +
>  use vars qw( @ISA           @EXPORT
>  	     $stdin         $stdout           $stderr
>  	     $gpg_program   $handles          $gnupg
> @@ -38,6 +40,11 @@
>  	      texts                  file_match
>  	    );
>  
> +sub BUILD {
> +    my ( $self, $args ) = @_;
> +    $self->hash_init( meta_interactive => 0 );
> +    $self->hash_init(%$args);
> +}
>  
>  for my $gpg qw(gpg gpg2) {
>      my $gpg_find = "which $gpg";
> ------------------------------------------------------------------------

Hmm no this indeed will not work. I reverted my proposed patch in
SVN. I'm in contact with Jesse, the upstream maintainer, let's see if
he has some idea how this can be solved.

Bests
Salvatore
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-perl-maintainers/attachments/20091102/b9d67102/attachment.pgp>


More information about the pkg-perl-maintainers mailing list