~ubuntu-branches/ubuntu/vivid/libmoosex-role-timer-perl/vivid

« back to all changes in this revision

Viewing changes to t/release-pod-syntax.t

  • Committer: Package Import Robot
  • Author(s): gregor herrmann, gregor herrmann, Salvatore Bonaccorso
  • Date: 2014-01-11 22:15:50 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20140111221550-hri223k6qlt80dqt
Tags: 0.04-1
* Team upload.

[ 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

[ gregor herrmann ]
* New upstream release.
* Drop patches, both applied upstream.
* Don't install boilerplate README anymore.
* Update years of upstream copyright.
* Make short description a noun phrase.
* Declare compliance with Debian Policy 3.9.5.

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
# This file was automatically generated by Dist::Zilla::Plugin::PodSyntaxTests.
 
11
use Test::More;
 
12
 
 
13
eval "use Test::Pod 1.41";
 
14
plan skip_all => "Test::Pod 1.41 required for testing POD" if $@;
 
15
 
 
16
all_pod_files_ok();