[Bug 611015] perl-Pugs-Compiler-Rule fails to build

bugzilla at redhat.com bugzilla at redhat.com
Sun Jul 25 11:04:00 UTC 2010


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=611015

Iain Arnell <iarnell at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |iarnell at gmail.com

--- Comment #1 from Iain Arnell <iarnell at gmail.com> 2010-07-25 07:03:59 EDT ---
This should be simple to fix. It's only t/ast/00-basic.t that is failing due to
different indentation of Data::Dumper. And as a bonus, when it fails, it writes
out a new t/ast/00-basic.t_ file with the correct indentation.

make test # fails
diff -b t/ast/00-basic.t t/ast/00-basic.t_ # no difference
mv -f t/ast/00-basic.t_ t/ast/00-basic.t
make test # succeeds

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the perl-devel mailing list