Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Note about corresponding RT ticket
  • Loading branch information
FROGGS committed Nov 19, 2012
1 parent f631233 commit 266acab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions S11-modules/import.t
Expand Up @@ -17,6 +17,7 @@ plan 13;

is Afoo(), 'sub A::Afoo', 'import imports things marked as "is export"';
dies_ok {eval(q{ Abar() })}, "doesn't import non-exported routines";
# RT #114246
is pub, 42, 'can import constants';
dies_ok { eval 'priv' }, 'cannot access non-exported constants';
}
Expand Down

0 comments on commit 266acab

Please sign in to comment.