Clone stopped working in several tests in 5.14.2. Remove it in favor of Storable::dclone.
Clone handles being passed scalar data, but dclone does not.
This commit is contained in:
parent
1b4f7c33fa
commit
be37f12ab1
23 changed files with 70 additions and 49 deletions
|
|
@ -133,7 +133,6 @@ checkModule("File::Path", "2.07" );
|
|||
checkModule("Module::Find", "0.06" );
|
||||
checkModule("Class::C3", "0.21" );
|
||||
checkModule("Params::Validate", "0.91" );
|
||||
checkModule("Clone", "0.31" );
|
||||
checkModule('JavaScript::Packer', '1.002' );
|
||||
checkModule('CSS::Packer', '1.000' );
|
||||
checkModule('HTML::Packer', "1.000" );
|
||||
|
|
@ -162,6 +161,7 @@ checkModule('Kwargs', );
|
|||
checkModule('Data::ICal', '0.16' );
|
||||
checkModule('common::sense', '3.2' );
|
||||
checkModule('Geo::Coder::Googlev3', '0.07' );
|
||||
checkModule('Storable', '2.00' );
|
||||
|
||||
failAndExit("Required modules are missing, running no more checks.") if $missingModule;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue