~ubuntu-branches/ubuntu/oneiric/libwww-perl/oneiric

« back to all changes in this revision

Viewing changes to t/live/apache-listing.t

  • Committer: Bazaar Package Importer
  • Author(s): Damyan Ivanov, Jonathan Yu, Damyan Ivanov
  • Date: 2009-11-23 22:34:41 UTC
  • mfrom: (1.4.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20091123223441-j4h7h2fidei8y225
Tags: 5.834-1
[ Jonathan Yu ]
* New upstream release

[ Damyan Ivanov ]
* update dependencies on compression libraries
  + drop libcompress-zlib-perl and libcompress-bzip2-perl (no longer used
    upstream)
  + merge perl (>= 5.10.0) | libio-compress-perl and perl (>= 5.10.1) |
    libio-compress-perl

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
my @urls = (
11
11
            "http://www.apache.org/dist/apr/?C=N&O=D",
12
12
            "http://perl.apache.org/rpm/distrib/",
13
 
            "http://stein.cshl.org/WWW/software/",
14
13
            "http://www.cpan.org/modules/by-module/",
15
14
           );
16
15
plan tests => scalar(@urls);