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 <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Iain Arnell <[email protected]> 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.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to