Navigation Menu

Skip to content

Commit

Permalink
remove some cruft from testing alias issues
Browse files Browse the repository at this point in the history
  • Loading branch information
cjfields committed Sep 28, 2014
1 parent 6fcbf77 commit 4b22bd8
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions lib/Bio/Role/Range.pm6
Expand Up @@ -2,15 +2,6 @@ subset RangeTest of Str where .lc eq any <ignore weak strong>;

role Bio::Role::Range;

role doc { has $.doc is rw };
multi trait_mod:<is>(Attribute $a, doc, $arg) {
$a.container.VAR does doc($arg);
}

has $.dog is doc('barks') is rw;
has @.birds is doc('tweet');
has %.cows is doc('moooo');

has Int $.start is rw;
has Int $.end is rw;
has Int $.strand is rw;
Expand Down

0 comments on commit 4b22bd8

Please sign in to comment.