Skip to content

Commit

Permalink
Critic fix
Browse files Browse the repository at this point in the history
  - Code not contained in explicit package
  • Loading branch information
zmughal committed Oct 21, 2023
1 parent 6260051 commit 61b6bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Test/EARL/Reports.pm
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package Test::EARL::Reports;
use 5.010001;
use strict;
use warnings;

package Test::EARL::Reports;
use Attean;
use Attean::RDF qw(iri);
use Moo;
Expand Down

0 comments on commit 61b6bff

Please sign in to comment.