8c56814 Update to 0.400

Authored and Committed by pghmcfc 9 years ago
    Update to 0.400
    
    - New upstream release 0.400
      - Depends.pm: use $DLEXT instead of $SO for library filename extensions
      - MANIFEST: remove MYMETA.* files
      - Use DynaLoader::mod2fname if available
      - Added Android support
      - In addition to the package variables $inc, $libs and @typemaps, write an
        'Inline' method to <package>::Install::Files for easier interoperability
        with the Inline module
      - Accompany the 'Inline' method with a 'deps' method in
        <package>::Install::Files in addition to the @deps package variable
      - Make ExtUtils::Depends->load use the 'Inline' and 'deps' methods by
        default, falling back to the package variables if the methods are not
        defined
      - Make the docs recommend the 'Inline' and 'deps' approach for creating
        <package>::Install::Files manually, without ExtUtils::Depends::save_config
    - This release by TSCH → update source URL
    - BR:/R: perl(DynaLoader)
    - As we now need Test::More ≥ 0.88, drop EL-5 support
    
        
file modified
+26 -10
file modified
+1 -1