~ubuntu-branches/debian/sid/libjson-any-perl/sid

« back to all changes in this revision

Viewing changes to xt/release/clean-namespaces.t

  • Committer: Package Import Robot
  • Author(s): gregor herrmann
  • Date: 2014-10-13 20:38:46 UTC
  • mfrom: (1.2.12)
  • Revision ID: package-import@ubuntu.com-20141013203846-epckc6ugcuaxw3bh
Tags: 1.38-1
* Import upstream version 1.38
* Mark package as autopkgtest-able.
* Declare compliance with Debian Policy 3.9.6.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
use strict;
2
 
use warnings;
3
 
 
4
 
# this test was generated with Dist::Zilla::Plugin::Test::CleanNamespaces 0.005
5
 
 
6
 
use Test::More 0.94;
7
 
use Test::CleanNamespaces 0.15;
8
 
 
9
 
subtest all_namespaces_clean => sub { all_namespaces_clean() };
10
 
 
11
 
done_testing;