The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revison History for App::Fetchware

1.002     2013-11-23 01:23:55 America/New_York
    * Fixed bin/fetchware not being properly indexed by PAUSE due to using both
      # PODNAME and a package fetchware; in the same file.

1.001     2013-11-23 00:31:02 America/New_York
    * Fixed numerous simple test failures reported automatically from CPAN
      Testers.
      * See: http://www.cpantesters.org/distro/A/App-Fetchware.html for listing
        of failed test reports. All of them failed :) Be sure to select the
        reports for version 1.00, which corresponds to the version of fetchware
        that was tested.
    * Replaced given/when with regular ifs due to 5.18 deprecation of given/when. 
      * RIP given/when and smartmatch and ~~. With any luck you'll be
        reincarnated soon.

1.000     2013-11-20 00:29:13 America/New_York
    * Initial release!