Skip to content

Commit

Permalink
Fix DBICSgen
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Axel 'fREW' Schmidt committed Jan 19, 2018
1 parent c4aa2eb commit 92a485e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ issues = 1
[PruneFiles]
match = ^maint/

[=inc::Dist::Zilla::Plugin::DBICSgen]
[DBICSgen]
schema = TestSchema
lib = lib
lib = t/lib
Expand Down
2 changes: 1 addition & 1 deletion maint/release
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/dash

PERL5LIB="$(pwd)/lib" maint/with-dbs dzil release
PERL5LIB="$(pwd)/lib:$(pwd)/inc" maint/with-dbs dzil release

0 comments on commit 92a485e

Please sign in to comment.