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

« back to all changes in this revision

Viewing changes to t/01make_test_manifest.t

  • Committer: Package Import Robot
  • Author(s): gregor herrmann, Ryan Niebur, Ansgar Burchardt, gregor herrmann, Salvatore Bonaccorso, Axel Beckert
  • Date: 2014-08-23 20:57:20 UTC
  • mfrom: (1.2.4)
  • Revision ID: package-import@ubuntu.com-20140823205720-o427zvlf6wkl0vf7
Tags: 2.01-1
[ Ryan Niebur ]
* Email change: Jonathan Yu -> jawnsy@cpan.org

[ Ansgar Burchardt ]
* debian/control: Convert Vcs-* fields to Git.

[ gregor herrmann ]
* debian/control: update {versioned,alternative} (build) dependencies.

[ Salvatore Bonaccorso ]
* Change search.cpan.org based URIs to metacpan.org based URIs

[ Axel Beckert ]
* debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-
  copyright"

[ gregor herrmann ]
* New upstream release.
* Switch to "3.0 (quilt)" source format.
* Update copyright years and license stanzas.
* Declare compliance with Debian Policy 3.9.5.
* Bump debhelper compatibility level to 8.
* Add build dependency on Test::More 0.95.
* Add a spelling fix patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
if($^O eq 'VMS')        # http://perldoc.perl.org/perlvms.html#unlink-LIST
8
8
        {
9
9
        1 while ( unlink $test_manifest );
10
 
        } 
11
 
else 
 
10
        }
 
11
else
12
12
        {
13
13
        unlink $test_manifest;
14
14
        }