Package: libsocialtext-wikitest-perl / 0.06-4

Metadata

Package Version Patches format
libsocialtext-wikitest-perl 0.06-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix pod.patch | (download)

lib/Socialtext/WikiFixture/Null.pm | 6 0 + 6 - 0 !
1 file changed, 6 deletions(-)

 remove pod fragment so that we don't get a manpage stub


perl 5.12.patch | (download)

t/fixture-selenese.t | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix a test failure with perl 5.12.0 due to improved regexp comparisons

The regexp implementation changed in the Perl 5.11 series, and
test_deeply() now compares them more carefully, as shown by

 perl -MTest::More=no_plan -e 'is_deeply(qr/a/s, qr/a/)'