~ubuntu-branches/ubuntu/trusty/libmoosex-has-sugar-perl/trusty-proposed

« back to all changes in this revision

Viewing changes to t/07_attr_lazy_build.t

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Yu
  • Date: 2010-10-04 19:42:43 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20101004194243-pbq4ccon2503ufj1
Tags: 0.05046611-1
* New upstream release
* Standards-Version 3.9.1 (no changes)
* Use new 3.0 (quilt) source format
* Update to new DEP5 copyright format
* Drop RELEASE_TESTING and related test dependencies

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
use Test::Exception;
7
7
 
8
8
use FindBin;
9
 
use lib "$FindBin::Bin/07_attr_lazy_build";
 
9
use lib "$FindBin::Bin/lib";
10
10
 
11
 
use TestPackage;
 
11
use T7AttrLazyBuild::TestPackage;
12
12
 
13
13
sub cr {
14
 
  return TestPackage->new();
 
14
  return T7AttrLazyBuild::TestPackage->new();
15
15
}
16
16
 
17
17
pass("Syntax Compiles");