~ubuntu-branches/ubuntu/trusty/libtest-roo-perl/trusty-proposed

« back to all changes in this revision

Viewing changes to t/bin/custom-order.pl

  • Committer: Package Import Robot
  • Author(s): gregor herrmann
  • Date: 2014-01-14 19:25:11 UTC
  • Revision ID: package-import@ubuntu.com-20140114192511-9ycl4dc1zgamfnek
Tags: upstream-1.002
ImportĀ upstreamĀ versionĀ 1.002

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
use 5.008001;
 
2
use Test::Roo;
 
3
 
 
4
use lib 't/lib';
 
5
 
 
6
with 'LastTest';
 
7
 
 
8
test in_main => sub {
 
9
    pass("main");
 
10
};
 
11
 
 
12
run_me;
 
13
done_testing;
 
14
 
 
15
#
 
16
# This file is part of Test-Roo
 
17
#
 
18
# This software is Copyright (c) 2013 by David Golden.
 
19
#
 
20
# This is free software, licensed under:
 
21
#
 
22
#   The Apache License, Version 2.0, January 2004
 
23
#
 
24
# vim: ts=4 sts=4 sw=4 et: