~ubuntu-branches/ubuntu/utopic/libtest-identity-perl/utopic

« back to all changes in this revision

Viewing changes to t/00use.t

  • Committer: Bazaar Package Importer
  • Author(s): Nicholas Bamber
  • Date: 2010-11-27 13:56:59 UTC
  • Revision ID: james.westby@ubuntu.com-20101127135659-h9jhm342vk5noxz3
Tags: upstream-0.01
ImportĀ upstreamĀ versionĀ 0.01

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/perl -w
 
2
 
 
3
use Test::More tests => 1;
 
4
 
 
5
use_ok( "Test::Identity" );