Help for this page

Select Code to Download


  1. or download this
    use vars '$have_Storable';
    $have_Storable = do {
        eval {
    ...
    
    # ...
    # code predicated on the setting of $have_Storable
    
  2. or download this
    {
        local $Regexp::Assemble::have_Storable = 0;
    ...
        my $clone = $orig->clone;
        is_deeply( $orig, $clone, 'clone path' );
    }