libtest-portability-files-perl 0.05-2 source package in Ubuntu

Changelog

libtest-portability-files-perl (0.05-2) unstable; urgency=low

  [ Jonathan Yu ]
  * Applied a patch from Chris Dolan (RT#21631) to fix issue with setting
    tests to false.

  [ Nathan Handler ]
  * debian/watch: Update to ignore development releases.

  [ Damyan Ivanov ]
  * Add debian/README.source to document quilt usage, as required by
    Debian Policy since 3.8.0.

 -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  23 Jun 2009 10:37:26 +0100

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Karmic
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe perl

Builds

Karmic: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libtest-portability-files-perl_0.05.orig.tar.gz 14.2 KiB 60714e29ceab47962ce624593e1e972e0b92ab4c07711a686ad0d650d90be7f7
libtest-portability-files-perl_0.05-2.diff.gz 2.1 KiB 91493bc86068a7ac12988cf012a59325e9368e8cb3219bcfe4a4aea42af1de07
libtest-portability-files-perl_0.05-2.dsc 1.5 KiB 3aba8edabbfcff0f8f6b0455f540623f95245781f6a48b3a7e2d576835f56695

Available diffs

View changes file

Binary packages built by this source

libtest-portability-files-perl: Perl module to check that file names in a distribution are portable

 Test::Portability::Files is used to check the portability across operating
 systems of the names of the files present in the distribution of a module.
 The tests use the advices given in perlport/"Files and Filesystems". The
 author of a distribution can select which tests to execute.
 .
 To use this module, simply copy the code from the synopsis in a test file
 named t/portfs.t for example, and add it to your MANIFEST. You can delete the
 call to options() to enable only most common tests.