Skip Menu |

This queue is for tickets about the Text-Balanced CPAN distribution.

Report information
The Basics
Id: 87788
Status: resolved
Priority: 0/
Queue: Text-Balanced

People
Owner: Nobody in particular
Requestors: shay [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 2.02
Fixed in: (no value)



Subject: [PATCH] Sync with bleadperl
Please could you consider rolling a new CPAN release with this patch included? This is the only divergence between the current CPAN release and bleadperl, and it would be great to get the two back in sync. It isn't urgent, but if you were able to do this before the next Perl release on 20th August I would be very grateful.
Subject: sync-with-blead.patch
diff -ruN C:\Dev\Temp\cache\untarred\Text-Balanced-2.02\t/01_compile.t C:\Dev\Git\perl\cpan\Text-Balanced\t/01_compile.t --- C:\Dev\Temp\cache\untarred\Text-Balanced-2.02\t/01_compile.t 2009-07-29 16:44:15.000000000 +0100 +++ C:\Dev\Git\perl\cpan\Text-Balanced\t/01_compile.t 2013-03-13 08:36:22.971864000 +0000 @@ -4,10 +4,6 @@ BEGIN { $| = 1; $^W = 1; - if ($ENV{PERL_CORE}) { - chdir('t') if -d 't'; - @INC = qw(../lib); - } } use Test::More tests => 1; diff -ruN C:\Dev\Temp\cache\untarred\Text-Balanced-2.02\t/02_extbrk.t C:\Dev\Git\perl\cpan\Text-Balanced\t/02_extbrk.t --- C:\Dev\Temp\cache\untarred\Text-Balanced-2.02\t/02_extbrk.t 2009-07-29 16:44:15.000000000 +0100 +++ C:\Dev\Git\perl\cpan\Text-Balanced\t/02_extbrk.t 2013-03-13 08:36:22.974364000 +0000 @@ -1,10 +1,3 @@ -BEGIN { - if ($ENV{PERL_CORE}) { - chdir('t') if -d 't'; - @INC = qw(../lib); - } -} - # Before `make install' is performed this script should be runnable with # `make test'. After `make install' it should work as `perl test.pl' diff -ruN C:\Dev\Temp\cache\untarred\Text-Balanced-2.02\t/03_extcbk.t C:\Dev\Git\perl\cpan\Text-Balanced\t/03_extcbk.t --- C:\Dev\Temp\cache\untarred\Text-Balanced-2.02\t/03_extcbk.t 2009-07-29 16:44:15.000000000 +0100 +++ C:\Dev\Git\perl\cpan\Text-Balanced\t/03_extcbk.t 2013-03-13 08:36:22.974364000 +0000 @@ -1,10 +1,3 @@ -BEGIN { - if ($ENV{PERL_CORE}) { - chdir('t') if -d 't'; - @INC = qw(../lib); - } -} - # Before `make install' is performed this script should be runnable with # `make test'. After `make install' it should work as `perl test.pl' diff -ruN C:\Dev\Temp\cache\untarred\Text-Balanced-2.02\t/04_extdel.t C:\Dev\Git\perl\cpan\Text-Balanced\t/04_extdel.t --- C:\Dev\Temp\cache\untarred\Text-Balanced-2.02\t/04_extdel.t 2009-07-29 16:44:15.000000000 +0100 +++ C:\Dev\Git\perl\cpan\Text-Balanced\t/04_extdel.t 2013-03-13 08:36:22.976864000 +0000 @@ -1,10 +1,3 @@ -BEGIN { - if ($ENV{PERL_CORE}) { - chdir('t') if -d 't'; - @INC = qw(../lib); - } -} - # Before `make install' is performed this script should be runnable with # `make test'. After `make install' it should work as `perl test.pl' diff -ruN C:\Dev\Temp\cache\untarred\Text-Balanced-2.02\t/05_extmul.t C:\Dev\Git\perl\cpan\Text-Balanced\t/05_extmul.t --- C:\Dev\Temp\cache\untarred\Text-Balanced-2.02\t/05_extmul.t 2009-07-29 16:44:15.000000000 +0100 +++ C:\Dev\Git\perl\cpan\Text-Balanced\t/05_extmul.t 2013-03-13 08:36:22.979364000 +0000 @@ -1,10 +1,3 @@ -BEGIN { - if ($ENV{PERL_CORE}) { - chdir('t') if -d 't'; - @INC = qw(../lib); - } -} - # Before `make install' is performed this script should be runnable with # `make test'. After `make install' it should work as `perl test.pl' diff -ruN C:\Dev\Temp\cache\untarred\Text-Balanced-2.02\t/06_extqlk.t C:\Dev\Git\perl\cpan\Text-Balanced\t/06_extqlk.t --- C:\Dev\Temp\cache\untarred\Text-Balanced-2.02\t/06_extqlk.t 2009-07-29 16:44:15.000000000 +0100 +++ C:\Dev\Git\perl\cpan\Text-Balanced\t/06_extqlk.t 2013-03-13 08:36:22.981864000 +0000 @@ -1,10 +1,3 @@ -BEGIN { - if ($ENV{PERL_CORE}) { - chdir('t') if -d 't'; - @INC = qw(../lib); - } -} - #! /usr/local/bin/perl -ws # Before `make install' is performed this script should be runnable with # `make test'. After `make install' it should work as `perl test.pl' diff -ruN C:\Dev\Temp\cache\untarred\Text-Balanced-2.02\t/07_exttag.t C:\Dev\Git\perl\cpan\Text-Balanced\t/07_exttag.t --- C:\Dev\Temp\cache\untarred\Text-Balanced-2.02\t/07_exttag.t 2009-07-29 16:44:15.000000000 +0100 +++ C:\Dev\Git\perl\cpan\Text-Balanced\t/07_exttag.t 2013-03-13 08:36:22.984364000 +0000 @@ -1,10 +1,3 @@ -BEGIN { - if ($ENV{PERL_CORE}) { - chdir('t') if -d 't'; - @INC = qw(../lib); - } -} - # Before `make install' is performed this script should be runnable with # `make test'. After `make install' it should work as `perl test.pl' diff -ruN C:\Dev\Temp\cache\untarred\Text-Balanced-2.02\t/08_extvar.t C:\Dev\Git\perl\cpan\Text-Balanced\t/08_extvar.t --- C:\Dev\Temp\cache\untarred\Text-Balanced-2.02\t/08_extvar.t 2009-07-29 16:44:15.000000000 +0100 +++ C:\Dev\Git\perl\cpan\Text-Balanced\t/08_extvar.t 2013-03-13 08:36:22.986864000 +0000 @@ -1,10 +1,3 @@ -BEGIN { - if ($ENV{PERL_CORE}) { - chdir('t') if -d 't'; - @INC = qw(../lib); - } -} - # Before `make install' is performed this script should be runnable with # `make test'. After `make install' it should work as `perl test.pl' diff -ruN C:\Dev\Temp\cache\untarred\Text-Balanced-2.02\t/09_gentag.t C:\Dev\Git\perl\cpan\Text-Balanced\t/09_gentag.t --- C:\Dev\Temp\cache\untarred\Text-Balanced-2.02\t/09_gentag.t 2009-07-29 16:44:15.000000000 +0100 +++ C:\Dev\Git\perl\cpan\Text-Balanced\t/09_gentag.t 2013-03-13 08:36:22.989364000 +0000 @@ -1,10 +1,3 @@ -BEGIN { - if ($ENV{PERL_CORE}) { - chdir('t') if -d 't'; - @INC = qw(../lib); - } -} - # Before `make install' is performed this script should be runnable with # `make test'. After `make install' it should work as `perl test.pl'
From: paul [...] liekut.de
This patch still applies cleanly against bleadperl (3c856c47) and removes the differences between the CPAN distribution version and that found in bleadperl. The patch has been (re)submitted as a pull request to the github repository: https://github.com/gitpan/Text-Balanced/pull/1 Hope this helps! Cheers, Paul
Now fixed in v2.03, just uploaded.