The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 1.013 - 2014-09-06

  • Fixed dozens of CPAN Tester FAIL reports. These reports FAILed mostly beause they were run under a smoker, which is a different environment, then I test Fetchware under.
    • Fixed the upgrade tests actually using the users own fetchware package path. Now a temp file is used instead.
    • Switch use of $^X to $Config{perlpath}, which solves some bugs in some smoker configurations.
    • Fixed a hilarious bug due to localizations. I used a direct string comparison where $! was in the string, and I guess under different locales you can get languages other than english to come from using $! in a string.

Documentation

Fetchware is a package manager for source code distributions.

Modules

App::Fetchware is Fetchware's API used to make extensions.
Manages App::Fetchware's internal representation of Fetchwarefiles.
Used by fetchware extensions to create their configuration options.
Used by fetchware extensions to export their API subroutines.
Helps Fetchware extensions create Fetchwarefiles.
Miscelaneous functions for App::Fetchware.
An App::Fetchware extension that downloads files based on an HTML page.
Provides testing subroutines for App::Fetchware.