~ubuntu-branches/ubuntu/lucid/libfile-remove-perl/lucid

« back to all changes in this revision

Viewing changes to t/99_pmv.t

  • Committer: Bazaar Package Importer
  • Author(s): gregor herrmann
  • Date: 2008-07-10 21:00:37 UTC
  • mfrom: (1.1.8 upstream) (2.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20080710210037-pd1ya3lmop5g731o
Tags: 1.42-1
* New upstream release.
* debian/copyright: adjust to wording in upstream README; add
  copyright/license information for files under inc/.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
        $^W = 1;
9
9
}
10
10
 
11
 
my $MODULE = 'Test::MinimumVersion 0.007';
 
11
my $MODULE = 'Test::MinimumVersion 0.008';
12
12
 
13
13
# Don't run tests for installs
14
14
use Test::More;