~ubuntu-branches/ubuntu/utopic/libdate-extract-perl/utopic

« back to all changes in this revision

Viewing changes to t/00-load.t

  • Committer: Package Import Robot
  • Author(s): Bastian Blank
  • Date: 2014-01-16 11:38:42 UTC
  • Revision ID: package-import@ubuntu.com-20140116113842-tim9ln6dc4asupi3
Tags: upstream-0.04
ImportĀ upstreamĀ versionĀ 0.04

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!perl -T
 
2
use strict;
 
3
use warnings;
 
4
use Test::More tests => 1;
 
5
 
 
6
use_ok 'Date::Extract';
 
7