This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Unicode::UCD: Allow some fncs to work under minitest
authorKarl Williamson <public@khwilliamson.com>
Fri, 1 Jun 2012 16:47:47 +0000 (10:47 -0600)
committerKarl Williamson <public@khwilliamson.com>
Sat, 2 Jun 2012 14:29:16 +0000 (08:29 -0600)
commitcb3150f5b0332f96187b6d8efd8a10246cfa7abd
tree99f2f32d7ebae5c9c1a0d18221dda70ed729f426
parentce0a582eab08aac737722f8720e192b8f094262c
Unicode::UCD: Allow some fncs to work under minitest

Some of the functions defined in this module are needed for minitest,
where dclone is not available.  This defines and uses a substitute
dclone when Storable::dclone is not available.

It also conditionally loads Unicode::Normalize.  The function that uses
that module is not executed in minitest.
lib/Unicode/UCD.pm