Skip to content

Commit

Permalink
take out some debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
cjfields committed Sep 8, 2014
1 parent e39269b commit 572e975
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions t/Role/Aliased.t
Expand Up @@ -11,8 +11,6 @@ class Stub {

my $test = Stub.new(:a<hi there>, :long_name<Long time no see>);

Stub.^methods.say;

is($test.a, 'hi there', '');
ok($test.can('foo'), 'adds alias');
ok($test.can('baz'), 'adds alias');
Expand Down

0 comments on commit 572e975

Please sign in to comment.