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

Changes for version 1.010 - 2013-12-14

  • Fixed github#4 by added a more reliable checksum parser that should be generic enough to parse anything simple and reasonable.
  • Fixed a bug related to github#4 that caused ftp timestamp parsing to fail if file listing had symbolic links in it.
  • Also fixed the "uninitialized variables" bug again. The previous fix was horrible. It took a few tries to figure it out, and almost resulted in breaking fetchware's command line interface again, but my command line tests saved me from that nightmare. Tests rule!

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.
Miscelaneous functions for App::Fetchware.
An App::Fetchware extension that downloads files based on an HTML page.
Provides testing subroutines for App::Fetchware.