~ubuntu-branches/ubuntu/vivid/libtest-manifest-perl/vivid

« back to all changes in this revision

Viewing changes to lib/Test/Manifest.pm

  • Committer: Package Import Robot
  • Author(s): gregor herrmann
  • Date: 2014-09-04 14:38:55 UTC
  • mfrom: (1.2.5)
  • Revision ID: package-import@ubuntu.com-20140904143855-begijdlku1hrkv6d
Tags: 2.02-1
* Add debian/upstream/metadata
* Imported upstream version 2.02
* Drop spelling.patch, merged upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
@EXPORT    = qw(run_t_manifest);
14
14
@EXPORT_OK = qw(get_t_files make_test_manifest manifest_name);
15
15
 
16
 
$VERSION = '2.01';
 
16
$VERSION = '2.02';
17
17
 
18
18
my %SeenInclude = ();
19
19
my %SeenTest = ();