platform/upstream/perl.git
13 years agoRemove training whitespace in Pod which can confuse pod/buildtoc
Nicholas Clark [Fri, 21 Jan 2011 09:28:46 +0000 (09:28 +0000)]
Remove training whitespace in Pod which can confuse pod/buildtoc

Some whitespace is being interpreted as "not a blank line" causing it (and
possibly other parsers) to assume that subsequent text is part of the preceding
=head or =item

13 years agoRemove training whitespace in Pod which can confuse pod/buildtoc
Nicholas Clark [Fri, 21 Jan 2011 09:26:24 +0000 (09:26 +0000)]
Remove training whitespace in Pod which can confuse pod/buildtoc

Some whitespace is being interpreted as "not a blank line" causing it (and
possibly other parsers) to assume that subsequent text is part of the preceding
=head or =item

13 years agoIn buildtoc, remove a superfluous length in output()
Nicholas Clark [Thu, 20 Jan 2011 17:12:50 +0000 (17:12 +0000)]
In buildtoc, remove a superfluous length in output()

If \S matches, then length must be non-zero, and therefore true.
This dates to commit 8ebc5c0145d2e355, when output() was added.

13 years agoIn buildtoc, remove a superfluous "\n " passed to output()
Nicholas Clark [Thu, 20 Jan 2011 16:54:17 +0000 (16:54 +0000)]
In buildtoc, remove a superfluous "\n " passed to output()

This is actually a hangover from the original code which used print directly,
left in as part of the refactoring that added sub output in 8ebc5c0145d2e355.
The machinations of output() mean that this "\n " generate no actual output,
hence the output of buildtoc is unchanged.

13 years agoConvert threads-shared/t/disabled.t from Test to Test::More.
Nicholas Clark [Wed, 19 Jan 2011 12:01:44 +0000 (12:01 +0000)]
Convert threads-shared/t/disabled.t from Test to Test::More.

Curiously it was the only test of Threads::Shared that used Test.

13 years agoConvert lib/Pod/t/utils.t from Test to Test::More
Nicholas Clark [Wed, 19 Jan 2011 11:36:30 +0000 (11:36 +0000)]
Convert lib/Pod/t/utils.t from Test to Test::More

Curiously this test file is not part of the Pod-Parser distribution.

13 years agodepend on files needed for porting/buildtoc.t
Tony Cook [Fri, 21 Jan 2011 08:11:57 +0000 (19:11 +1100)]
depend on files needed for porting/buildtoc.t

13 years agoquote the pod filename used in the regexp to avoid \ issues on Win32
Tony Cook [Fri, 21 Jan 2011 08:03:36 +0000 (19:03 +1100)]
quote the pod filename used in the regexp to avoid \ issues on Win32

13 years agoUpdate Changes in Module::CoreList for the 2.42_01 release
Chris 'BinGOs' Williams [Fri, 21 Jan 2011 07:41:22 +0000 (07:41 +0000)]
Update Changes in Module::CoreList for the 2.42_01 release

13 years agoregcomp.c: Refactor macro so works on EBCDIC, clarity
Karl Williamson [Fri, 21 Jan 2011 04:11:28 +0000 (21:11 -0700)]
regcomp.c: Refactor macro so works on EBCDIC, clarity

_C_C_T was being passed both a test and the value to put the test on, whereas
the value is actually setup inside the macro, which is not a clean interface,
and would not work on EBCDIC, as the loop bounds are for ASCII.  By just
passing the test name, the macro can generate code that will work also on
EBCDIC.

Unfortunately, the same can't happen for the NOLOC version of the macro, as it
needs to look at more than a single byte, so needs an address.

13 years agomktables: Clarify comment
Karl Williamson [Thu, 20 Jan 2011 15:38:58 +0000 (08:38 -0700)]
mktables: Clarify comment

13 years agoFixed patch for 5.10.0 link.
Michael Stevens [Thu, 20 Jan 2011 13:55:46 +0000 (13:55 +0000)]
Fixed patch for 5.10.0 link.

13 years agoUpdate old activestate links to point to git.
Michael Stevens [Thu, 20 Jan 2011 13:39:46 +0000 (13:39 +0000)]
Update old activestate links to point to git.

13 years agoFix pod bug - bare =item
Michael Stevens [Wed, 19 Jan 2011 12:41:29 +0000 (12:41 +0000)]
Fix pod bug - bare =item

13 years agoPorting pod lint.
Michael Stevens [Wed, 19 Jan 2011 14:01:19 +0000 (14:01 +0000)]
Porting pod lint.

13 years agoFixes 'raw' layer for perl#80764
Leon Timmermans [Thu, 20 Jan 2011 21:06:38 +0000 (22:06 +0100)]
Fixes 'raw' layer for perl#80764

Made a ':raw' open do what it advertises to do (first open the file,
then binmode it), instead of leaving off the top layer.

13 years agoUse PerlIOBase_open for pop, utf8 and bytes layers
Leon Timmermans [Thu, 20 Jan 2011 21:04:39 +0000 (22:04 +0100)]
Use PerlIOBase_open for pop, utf8 and bytes layers

13 years agoDefine PerlIOBase_open
Leon Timmermans [Thu, 20 Jan 2011 20:08:34 +0000 (21:08 +0100)]
Define PerlIOBase_open

13 years agoFix a typo in the description of \p{} fixes
Jesse Vincent [Fri, 21 Jan 2011 00:37:14 +0000 (19:37 -0500)]
Fix a typo in the description of \p{} fixes

13 years agoBump the version we're describing in perldelta acknowledgements
Jesse Vincent [Fri, 21 Jan 2011 00:30:17 +0000 (19:30 -0500)]
Bump the version we're describing in perldelta acknowledgements

13 years agoRemove the "for later" from the 5.13.9 perldelta
Jesse Vincent [Fri, 21 Jan 2011 00:27:40 +0000 (19:27 -0500)]
Remove the "for later" from the 5.13.9 perldelta

13 years agoBump the perl -V copyright message, as it's now 2011
Jesse Vincent [Thu, 20 Jan 2011 23:36:35 +0000 (18:36 -0500)]
Bump the perl -V copyright message, as it's now 2011

13 years agoUpdate perlhist.pod with today's date and my name
Jesse Vincent [Thu, 20 Jan 2011 23:08:49 +0000 (18:08 -0500)]
Update perlhist.pod with today's date and my name

13 years agoWhen I dropped the Module::CoreList version due to potential conflicts
Jesse Vincent [Thu, 20 Jan 2011 23:05:19 +0000 (18:05 -0500)]
When I dropped the Module::CoreList version due to potential conflicts
with 5.12.3 after discussions with BinGOs, I missed one place the version
number was defined.

13 years agoprovide an explicit cast to the enum parameter for C++
Tony Cook [Thu, 20 Jan 2011 22:51:37 +0000 (09:51 +1100)]
provide an explicit cast to the enum parameter for C++

13 years agoFurther perldelta cleanup
Jesse Vincent [Thu, 20 Jan 2011 22:56:36 +0000 (17:56 -0500)]
Further perldelta cleanup

13 years agoPorting/release_managers_guide.pod: check the target before launching nukes
Ævar Arnfjörð Bjarmason [Thu, 20 Jan 2011 22:31:29 +0000 (22:31 +0000)]
Porting/release_managers_guide.pod: check the target before launching nukes

Suggest that people run "git status" *before* they go and nuke any
untracked files with "git clean -dxf".

This avoids mistakes where the release manager has accidentally left
an important but untracked file in the checked out directory. We have
built files we know about in in .gitignore, so the "git status" won't
be noisy unless it should be.

13 years agopod/perldelta.pod: remove duplicate =head1 section
Ævar Arnfjörð Bjarmason [Thu, 20 Jan 2011 21:50:14 +0000 (21:50 +0000)]
pod/perldelta.pod: remove duplicate =head1 section

Remove a duplicate =head1 section added by Jesse Vincent in
a682409c219ffe979cf918e229e77d5cff923b68.

13 years agoRemove v5.12.3 from Module::CoreList (temporarily) for the release of
Jesse Vincent [Thu, 20 Jan 2011 21:11:32 +0000 (16:11 -0500)]
Remove v5.12.3 from Module::CoreList (temporarily) for the release of
v5.13.9 - Downgrade CoreList to 2.42_01 dev release.

13 years agoUpdate Module::CoreList for 5.13.9
Jesse Vincent [Thu, 20 Jan 2011 20:54:35 +0000 (15:54 -0500)]
Update Module::CoreList for 5.13.9

Bumped to 2.43_01 (a dev release I don't expect to be CPANed on its
own), since when we push to CPAN for 5.12.3, we'll have slightly
different data.

13 years agoAdd acknowledgements to perldelta
Jesse Vincent [Thu, 20 Jan 2011 20:44:44 +0000 (15:44 -0500)]
Add acknowledgements to perldelta

13 years agoAssert binary incompatibility with 5.13.8, as appears to be standard practice during...
Jesse Vincent [Thu, 20 Jan 2011 19:38:11 +0000 (14:38 -0500)]
Assert binary incompatibility with 5.13.8, as appears to be standard practice during blead series'

13 years agoBump the perl version in various places to 5.13.9
Jesse Vincent [Thu, 20 Jan 2011 19:36:28 +0000 (14:36 -0500)]
Bump the perl version in various places to 5.13.9

13 years agoBumping the version of Net::Ping per Porting/cmpVERSION.pl
Jesse Vincent [Thu, 20 Jan 2011 19:31:13 +0000 (14:31 -0500)]
Bumping the version of Net::Ping per Porting/cmpVERSION.pl

13 years agoBump version of IO::Handle per porting/cmpVERSION.pl
Jesse Vincent [Thu, 20 Jan 2011 19:30:11 +0000 (14:30 -0500)]
Bump version of IO::Handle per porting/cmpVERSION.pl

13 years agoBumping version of Pod::Perldoc per porting/cmpVERSION.pl
Jesse Vincent [Thu, 20 Jan 2011 19:29:39 +0000 (14:29 -0500)]
Bumping version of Pod::Perldoc per porting/cmpVERSION.pl

13 years agoBumping version of Dumpvalue.pm per Porting/cmpVERSION.pl
Jesse Vincent [Thu, 20 Jan 2011 19:29:09 +0000 (14:29 -0500)]
Bumping version of Dumpvalue.pm per Porting/cmpVERSION.pl

13 years agoBumping version of Storable for release per Porting/cmpVERSION.pl
Jesse Vincent [Thu, 20 Jan 2011 19:28:12 +0000 (14:28 -0500)]
Bumping version of Storable for release per Porting/cmpVERSION.pl

13 years agoBumping version of ExtUtils::ParseXS per porting/cmpVERSION.pl
Jesse Vincent [Thu, 20 Jan 2011 19:28:02 +0000 (14:28 -0500)]
Bumping version of ExtUtils::ParseXS per porting/cmpVERSION.pl

13 years agoBumping version of ExtUtils::Install per porting/cmpVERSION.pl
Jesse Vincent [Thu, 20 Jan 2011 19:27:35 +0000 (14:27 -0500)]
Bumping version of ExtUtils::Install per porting/cmpVERSION.pl

13 years agoBumping versions for Locale::Maketext per porting/cmpVERSION.pl
Jesse Vincent [Thu, 20 Jan 2011 19:27:05 +0000 (14:27 -0500)]
Bumping versions for Locale::Maketext per porting/cmpVERSION.pl

13 years agoBumping versions for B-Lint and B-Deparse per Porting/cmpVERSION.pl
Jesse Vincent [Thu, 20 Jan 2011 19:26:22 +0000 (14:26 -0500)]
Bumping versions for B-Lint and B-Deparse per Porting/cmpVERSION.pl

13 years agoBumped Cwd and File::Spec versions for release per cmpVERSION.pl
Jesse Vincent [Thu, 20 Jan 2011 19:25:26 +0000 (14:25 -0500)]
Bumped Cwd and File::Spec versions for release per cmpVERSION.pl

13 years agoBumped Math-BigInt, Math-BigInt-FastCalc and Math-BigRat versions for release per...
Jesse Vincent [Thu, 20 Jan 2011 19:24:39 +0000 (14:24 -0500)]
Bumped Math-BigInt, Math-BigInt-FastCalc and Math-BigRat versions for release per cmpVERSION.pl

13 years agoBumped bignum's versions for release per cmpVERSION.pl
Jesse Vincent [Thu, 20 Jan 2011 19:24:06 +0000 (14:24 -0500)]
Bumped bignum's versions for release per cmpVERSION.pl

13 years agoVersion bumps for OS2 non-dual-life modules identified by
Jesse Vincent [Thu, 20 Jan 2011 19:06:04 +0000 (14:06 -0500)]
Version bumps for OS2 non-dual-life modules identified by

./perl -Ilib Porting/cmpVERSION.pl -xd . v5.13.8

13 years agoVersion bumps for non-dual-life pragmas identified by
Jesse Vincent [Thu, 20 Jan 2011 19:05:47 +0000 (14:05 -0500)]
Version bumps for non-dual-life pragmas identified by

./perl -Ilib Porting/cmpVERSION.pl -xd . v5.13.8

13 years agoVersion bump for UNIVERSAL.pm identified by
Jesse Vincent [Thu, 20 Jan 2011 19:05:27 +0000 (14:05 -0500)]
Version bump for UNIVERSAL.pm identified by

./perl -Ilib Porting/cmpVERSION.pl -xd . v5.13.8

13 years agoVersion bumps for File:: non-dual-life modules identified by
Jesse Vincent [Thu, 20 Jan 2011 19:04:31 +0000 (14:04 -0500)]
Version bumps for File:: non-dual-life modules identified by

./perl -Ilib Porting/cmpVERSION.pl -xd . v5.13.8

13 years agoVersion bumps for DBM::Filter non-dual-life modules identified by
Jesse Vincent [Thu, 20 Jan 2011 19:04:08 +0000 (14:04 -0500)]
Version bumps for DBM::Filter non-dual-life modules identified by

./perl -Ilib Porting/cmpVERSION.pl -xd . v5.13.8

13 years agoVersion bumps for Benchmark non-dual-life modules identified by
Jesse Vincent [Thu, 20 Jan 2011 19:03:55 +0000 (14:03 -0500)]
Version bumps for Benchmark non-dual-life modules identified by

./perl -Ilib Porting/cmpVERSION.pl -xd . v5.13.8

13 years agoVersion bumps for re non-dual-life modules identified by
Jesse Vincent [Thu, 20 Jan 2011 19:03:43 +0000 (14:03 -0500)]
Version bumps for re non-dual-life modules identified by

./perl -Ilib Porting/cmpVERSION.pl -xd . v5.13.8

13 years agoVersion bumps for Sys::Hostname non-dual-life modules identified by
Jesse Vincent [Thu, 20 Jan 2011 19:03:26 +0000 (14:03 -0500)]
Version bumps for Sys::Hostname non-dual-life modules identified by

./perl -Ilib Porting/cmpVERSION.pl -xd . v5.13.8

13 years agoVersion bumps for Socket non-dual-life modules identified by
Jesse Vincent [Thu, 20 Jan 2011 19:03:12 +0000 (14:03 -0500)]
Version bumps for Socket non-dual-life modules identified by

./perl -Ilib Porting/cmpVERSION.pl -xd . v5.13.8

13 years agoVersion bumps for POSIX non-dual-life modules identified by
Jesse Vincent [Thu, 20 Jan 2011 19:02:55 +0000 (14:02 -0500)]
Version bumps for POSIX non-dual-life modules identified by

./perl -Ilib Porting/cmpVERSION.pl -xd . v5.13.8

13 years agoVersion bumps for IPC::Open3 non-dual-life modules identified by
Jesse Vincent [Thu, 20 Jan 2011 19:02:38 +0000 (14:02 -0500)]
Version bumps for IPC::Open3 non-dual-life modules identified by

./perl -Ilib Porting/cmpVERSION.pl -xd . v5.13.8

13 years agoVersion bumps for Hash::Util non-dual-life modules identified by
Jesse Vincent [Thu, 20 Jan 2011 19:02:20 +0000 (14:02 -0500)]
Version bumps for Hash::Util non-dual-life modules identified by

./perl -Ilib Porting/cmpVERSION.pl -xd . v5.13.8

13 years agoVersion bumps for Devel-Peek non-dual-life modules identified by
Jesse Vincent [Thu, 20 Jan 2011 19:02:05 +0000 (14:02 -0500)]
Version bumps for Devel-Peek non-dual-life modules identified by

./perl -Ilib Porting/cmpVERSION.pl -xd . v5.13.8

13 years agoVersion bumps for ext/B non-dual-life modules identified by
Jesse Vincent [Thu, 20 Jan 2011 19:01:39 +0000 (14:01 -0500)]
Version bumps for ext/B non-dual-life modules identified by

./perl -Ilib Porting/cmpVERSION.pl -xd . v5.13.8

13 years agoperldelta: more boilerplate removal and cleanup
Jesse Vincent [Thu, 20 Jan 2011 18:43:24 +0000 (13:43 -0500)]
perldelta: more boilerplate removal and cleanup

13 years agoperldelta Removing boilerplate and fixing pod errors
Jesse Vincent [Thu, 20 Jan 2011 18:37:02 +0000 (13:37 -0500)]
perldelta Removing boilerplate and fixing pod errors

13 years agoperlrecharclass.pod: Update for /a
Karl Williamson [Thu, 20 Jan 2011 03:50:30 +0000 (20:50 -0700)]
perlrecharclass.pod: Update for /a

13 years agoperlunicode: Add explanatory text
Karl Williamson [Thu, 20 Jan 2011 03:49:44 +0000 (20:49 -0700)]
perlunicode: Add explanatory text

13 years agoTypos and nits in pods
Karl Williamson [Thu, 20 Jan 2011 03:48:57 +0000 (20:48 -0700)]
Typos and nits in pods

13 years agofurther work on perldelta for 5.13.9
Jesse Vincent [Thu, 20 Jan 2011 02:35:35 +0000 (21:35 -0500)]
further work on perldelta for 5.13.9

13 years agoperldelta fixes
Karl Williamson [Thu, 20 Jan 2011 02:30:09 +0000 (19:30 -0700)]
perldelta fixes

13 years agoperldelta: Pod-LaTeX is already listed
Father Chrysostomos [Wed, 19 Jan 2011 22:49:19 +0000 (14:49 -0800)]
perldelta: Pod-LaTeX is already listed

13 years agoperldelta: module updates
Father Chrysostomos [Wed, 19 Jan 2011 22:47:42 +0000 (14:47 -0800)]
perldelta: module updates

13 years agoperldelta: gethost* unimplemented messages
Father Chrysostomos [Wed, 19 Jan 2011 22:46:06 +0000 (14:46 -0800)]
perldelta: gethost* unimplemented messages

13 years agoperldelta: warnings on non-chars and surrogates
Father Chrysostomos [Wed, 19 Jan 2011 22:41:06 +0000 (14:41 -0800)]
perldelta: warnings on non-chars and surrogates

13 years agoperldelta: 949cf498 (allowing all non-chars) is already done
Father Chrysostomos [Wed, 19 Jan 2011 22:11:59 +0000 (14:11 -0800)]
perldelta: 949cf498 (allowing all non-chars) is already done

13 years agoperldelta: CPANPLUS*, Term::UI and Params::Check are already done
Father Chrysostomos [Wed, 19 Jan 2011 22:10:32 +0000 (14:10 -0800)]
perldelta: CPANPLUS*, Term::UI and Params::Check are already done

13 years agoperldelta: 0019012ad (module updates) is already done
Father Chrysostomos [Wed, 19 Jan 2011 22:08:24 +0000 (14:08 -0800)]
perldelta: 0019012ad (module updates) is already done

13 years agoperldelta: File::Fetch and Archive::* are already mentioned
Father Chrysostomos [Wed, 19 Jan 2011 22:07:16 +0000 (14:07 -0800)]
perldelta: File::Fetch and Archive::* are already mentioned

13 years agoperldelta: Module::Metadata is already listed
Father Chrysostomos [Wed, 19 Jan 2011 22:05:42 +0000 (14:05 -0800)]
perldelta: Module::Metadata is already listed

13 years agoperldelta: version.pm
Father Chrysostomos [Wed, 19 Jan 2011 22:05:17 +0000 (14:05 -0800)]
perldelta: version.pm

13 years agoperldelta: no entry is necessary for c1b879e57aecb
Father Chrysostomos [Wed, 19 Jan 2011 22:03:39 +0000 (14:03 -0800)]
perldelta: no entry is necessary for c1b879e57aecb

That commit just fixes up a recently-added test to work on VMS.

13 years agoperldelta: Perl::OSType is already listed
Father Chrysostomos [Wed, 19 Jan 2011 22:01:16 +0000 (14:01 -0800)]
perldelta: Perl::OSType is already listed

13 years agoperldelta: Apollo
Father Chrysostomos [Wed, 19 Jan 2011 22:00:41 +0000 (14:00 -0800)]
perldelta: Apollo

13 years agoperldelta: t/porting/filenames.t
Father Chrysostomos [Wed, 19 Jan 2011 21:56:49 +0000 (13:56 -0800)]
perldelta: t/porting/filenames.t

13 years agoperldelta: CGI.pm
Father Chrysostomos [Wed, 19 Jan 2011 21:54:48 +0000 (13:54 -0800)]
perldelta: CGI.pm

13 years agoperldelta: $[ docs
Father Chrysostomos [Wed, 19 Jan 2011 21:53:23 +0000 (13:53 -0800)]
perldelta: $[ docs

I do not think this is deserving of mention. It just restores (and
slightly corrects) some documentation that was inadvertently deleted
in an earlier 5.13.x release.

13 years agoperldelta: JSON::PP
Father Chrysostomos [Wed, 19 Jan 2011 21:50:35 +0000 (13:50 -0800)]
perldelta: JSON::PP

13 years agoperldelta: [perl #81230] object destruction
Father Chrysostomos [Wed, 19 Jan 2011 21:47:31 +0000 (13:47 -0800)]
perldelta: [perl #81230] object destruction

13 years agoperldelta: DTrace on Solaris
Father Chrysostomos [Wed, 19 Jan 2011 21:36:01 +0000 (13:36 -0800)]
perldelta: DTrace on Solaris

13 years agoperldelta: <> overloading
Father Chrysostomos [Wed, 19 Jan 2011 21:31:48 +0000 (13:31 -0800)]
perldelta: <> overloading

13 years agoperldelta: perlbug and From:
Father Chrysostomos [Wed, 19 Jan 2011 21:29:22 +0000 (13:29 -0800)]
perldelta: perlbug and From:

13 years agoperldelta: Encode 2.42 is already mentioned
Father Chrysostomos [Wed, 19 Jan 2011 21:27:54 +0000 (13:27 -0800)]
perldelta: Encode 2.42 is already mentioned

13 years agoperldelta: close/unopened warnings
Father Chrysostomos [Wed, 19 Jan 2011 21:27:16 +0000 (13:27 -0800)]
perldelta: close/unopened warnings

13 years agoperldelta: magic and freeing
Father Chrysostomos [Wed, 19 Jan 2011 21:23:22 +0000 (13:23 -0800)]
perldelta: magic and freeing

13 years agoperldelta: CPAN::Meta::YAML
Father Chrysostomos [Wed, 19 Jan 2011 21:16:56 +0000 (13:16 -0800)]
perldelta: CPAN::Meta::YAML

13 years agoperldelta: ord("") docs
Father Chrysostomos [Wed, 19 Jan 2011 21:16:11 +0000 (13:16 -0800)]
perldelta: ord("") docs

13 years agoperldelta: Threads::* upgrades
Father Chrysostomos [Wed, 19 Jan 2011 21:13:14 +0000 (13:13 -0800)]
perldelta: Threads::* upgrades

13 years agoperldelta: threads* upgrades are already listed
Father Chrysostomos [Wed, 19 Jan 2011 21:11:13 +0000 (13:11 -0800)]
perldelta: threads* upgrades are already listed

13 years agoperldelta: regexp debug output
Father Chrysostomos [Wed, 19 Jan 2011 21:10:48 +0000 (13:10 -0800)]
perldelta: regexp debug output

13 years agoperldelta: pv_escape
Father Chrysostomos [Wed, 19 Jan 2011 21:06:45 +0000 (13:06 -0800)]
perldelta: pv_escape

13 years agoperldelta: Log-Message-Simple is already mentioned
Father Chrysostomos [Wed, 19 Jan 2011 21:01:57 +0000 (13:01 -0800)]
perldelta: Log-Message-Simple is already mentioned

13 years agoperlunicode.pod: Update for /a
Karl Williamson [Wed, 19 Jan 2011 18:18:51 +0000 (11:18 -0700)]
perlunicode.pod: Update for /a

13 years agoFirst pass through git log for perldelta for 5.13.9
Jesse Vincent [Wed, 19 Jan 2011 14:40:15 +0000 (09:40 -0500)]
First pass through git log for perldelta for 5.13.9

13 years agoRevert "Update Unicode-Collate to CPAN version 0.70 and enable XS version"
Chris 'BinGOs' Williams [Wed, 19 Jan 2011 14:14:46 +0000 (14:14 +0000)]
Revert "Update Unicode-Collate to CPAN version 0.70 and enable XS version"

This reverts commit 211cc5012284f4bd900fcaa630adbcac69ca6112.