~ubuntu-branches/ubuntu/raring/parrot/raring-proposed

« back to all changes in this revision

Viewing changes to runtime/parrot/library/TAP/Harness.pir

  • Committer: Bazaar Package Importer
  • Author(s): Allison Randal
  • Date: 2011-07-30 18:45:03 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20110730184503-34d4mprtfx6pt5h3
Tags: 3.6.0-1
* New upstream release
* debian/watch:
  - Modified regular expression to capture numbered directory name
    (patch from Dominique Dumont).
* debian/rules:
  - Split build-arch and build-indep, resolving lintian warning.
  - Update path to pbc_disassemble for manpage generation (patch
    from Dominique Dumont).
* debian/patches:
  - Added patch 02_fix_perl_interpreter_path.patch, resolving
    lintian warnings.
* debian/control:
  - Added DM-Upload-Allowed field.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (C) 2010, Parrot Foundation.
 
1
# Copyright (C) 2010-2011, Parrot Foundation.
2
2
 
3
3
=head1 NAME
4
4
 
9
9
Simplified port of TAP::Harness (version 3.21)
10
10
and TAP::Harness::Archive (version 0.14)
11
11
 
12
 
See L<http://search.cpan.org/~andya/Test-Harness/>
13
 
end L<http://search.cpan.org/~wonko/TAP-Harness-Archive/>.
 
12
See L<http://search.cpan.org/dist/Test-Harness/>
 
13
end L<http://search.cpan.org/dist/TAP-Harness-Archive/>.
14
14
 
15
15
=head3 Class TAP;Harness
16
16