~ubuntu-branches/ubuntu/vivid/libtest-portability-files-perl/vivid

« back to all changes in this revision

Viewing changes to t/release-mojibake.t

  • Committer: Package Import Robot
  • Author(s): Florian Schlichting, Salvatore Bonaccorso, Ryan Niebur, Ansgar Burchardt, gregor herrmann, Florian Schlichting
  • Date: 2013-08-10 20:21:57 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20130810202157-xcutdwtfu64g5qd6
Tags: 0.06-1
[ Salvatore Bonaccorso ]
* debian/control: Changed: Replace versioned (build-)dependency on
  perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as
  permitted by Debian Policy 3.8.3).

[ Ryan Niebur ]
* Update jawnsy's email address

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

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

[ Salvatore Bonaccorso ]
* Change Vcs-Git to canonical URI (git://anonscm.debian.org)
* Change search.cpan.org based URIs to metacpan.org based URIs

[ Florian Schlichting ]
* Import Upstream version 0.06.
* Bump Standards-Version to 3.9.4 (update to copyright-format 1.0, quilt as
  standard).
* Bump year of upstream copyright.
* Bump dh compatibility to level 8 (no changes necessary).
* Switch to source format 3.0 (quilt).
* Drop negative_options.patch, applied upstream.
* Add build-dependency on Test::More 0.98.
* Add myself to uploaders and copyright.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!perl
 
2
 
 
3
BEGIN {
 
4
  unless ($ENV{RELEASE_TESTING}) {
 
5
    require Test::More;
 
6
    Test::More::plan(skip_all => 'these tests are for release candidate testing');
 
7
  }
 
8
}
 
9
 
 
10
 
 
11
use Test::More;
 
12
 
 
13
eval 'use Test::Mojibake';
 
14
plan skip_all => 'Test::Mojibake required for source encoding testing'
 
15
    if $@;
 
16
 
 
17
all_files_encoding_ok();