Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
new test file for joined namespaces
  • Loading branch information
moritz committed Oct 5, 2011
1 parent 64bc53d commit bb44b6c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions S10-packages/joined-namespaces.t
@@ -0,0 +1,8 @@
use v6;
use Test;
BEGIN { @*INC.push: 't/spec/packages/' }

plan 1;

use Fancy::Utilities;
ok eval('class Fancy { }; 1'), 'can define a class A when module A::B has been used';

0 comments on commit bb44b6c

Please sign in to comment.