Skip to content

Commit

Permalink
Item14237: Minor cleanups upon switching to Foswiki::Class
Browse files Browse the repository at this point in the history
  • Loading branch information
vrurg committed May 17, 2018
1 parent 2f19474 commit 86a91e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion UnitTestContrib/test/unit/ExceptionTests.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
package ExceptionTests;
use v5.14;

use Try::Tiny;
use Foswiki::OopsException();
Expand Down
4 changes: 1 addition & 3 deletions UnitTestContrib/test/unit/TableParserTests.pm
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
package TableParserTests;
use v5.14;

use Moo;
use namespace::clean;
use Foswiki::Class;
extends qw( FoswikiFnTestCase );

has out => ( is => 'rw', );
Expand Down

0 comments on commit 86a91e9

Please sign in to comment.