Skip to content

Commit

Permalink
Merge pull request #190 from jonasbn/1.x-deps
Browse files Browse the repository at this point in the history
[1.x] Fix dependency declarations
  • Loading branch information
ehuelsmann committed Feb 2, 2022
2 parents cac24ad + 9f5bb16 commit 74a8fb0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 55 deletions.
54 changes: 0 additions & 54 deletions cpanfile

This file was deleted.

1 change: 1 addition & 0 deletions dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ Data::Dumper = 0
Carp = 0
File::Slurp = 0
Data::UUID = 0
Readonly = 0

; REF: Dist::Zilla https://metacpan.org/pod/Dist::Zilla
[Prereqs / Recommends]
Expand Down
1 change: 0 additions & 1 deletion lib/Workflow/Persister/DBI.pm
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ use Workflow::Persister::DBI::AutoGeneratedId;
use Workflow::Persister::DBI::SequenceId;
use Carp qw(croak);
use English qw( -no_match_vars );
use Syntax::Keyword::Try;
use Readonly;

Readonly::Scalar my $TRUE => 1;
Expand Down

0 comments on commit 74a8fb0

Please sign in to comment.