Revision: 1388
Author: [email protected]
Date: Sat Oct 30 05:55:03 2010
Log: Minor tweaks to t/71-moose.t
http://code.google.com/p/perl-devel-nytprof/source/detail?r=1388
Modified:
/trunk/t/71-moose.t
=======================================
--- /trunk/t/71-moose.t Thu Sep 30 03:18:37 2010
+++ /trunk/t/71-moose.t Sat Oct 30 05:55:03 2010
@@ -1,5 +1,3 @@
-# Tests CORE::GLOBAL::foo plus assorted data model methods
-
use strict;
use Test::More;
@@ -31,7 +29,7 @@
src_code => $src_code,
out_file => $env->{file},
skip_sitecustomize => 1,
- #htmlopen => 1,
+ htmlopen => $ENV{NYTPROF_TEST_HTMLOPEN},
);
isa_ok $profile, 'Devel::NYTProf::Data';
@@ -49,6 +47,6 @@
has attrib_lazy => ( is => 'rw', lazy => 1, default => sub { 43 } );
END {
my $p = P->new;
- $p->attrib_std;
- $p->attrib_lazy
-}
+ print $p->attrib_std."\n";
+ print $p->attrib_lazy."\n";
+}
--
You've received this message because you are subscribed to
the Devel::NYTProf Development User group.
Group hosted at: http://groups.google.com/group/develnytprof-dev
Project hosted at: http://perl-devel-nytprof.googlecode.com
CPAN distribution: http://search.cpan.org/dist/Devel-NYTProf
To post, email: [email protected]
To unsubscribe, email: [email protected]