ac883dd Update to 0.36

Authored and Committed by pghmcfc 8 years ago
    Update to 0.36
    
    - New upstream release 0.36:
      - Use croak instead of die; use eval syntax instead of universal::isa (as
        perlcritic wishes)
      - Load File::Copy and Perl::OSType only when used (copy_to, move_to)
      - Always use canonpath on arguments to splitdir
      - Fix 'Operation "eq": no method found' error (CPAN RT#77259)
      - Add some fixes and tests for contains() with updir stuff (GH#43)
      - Fix Carp::Croak to Carp::croak
      - Fixed and improved Travis testing configuration
      - Fix Pod typos
      - Check all print calls in spew and explicitly call (and check) close
    
        
file modified
+24 -7
file modified
+1 -1