Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
akotlar committed Feb 21, 2024
1 parent 670c4fa commit 3bf6d24
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions perl/t/role/io.t
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
package SeqTest;

use Mouse; # or Moose, depending on what you're using
with 'Seq::Role::IO'; # Consume the role
use Mouse;
with 'Seq::Role::IO';

# You can add any additional methods or overrides necessary for testing here

1; # Ensure the package returns a true value
1;

use strict;
use Test::More;
Expand Down

0 comments on commit 3bf6d24

Please sign in to comment.