diff --git a/dist.ini b/dist.ini index 77eabc1..8aedfe2 100644 --- a/dist.ini +++ b/dist.ini @@ -21,7 +21,7 @@ issues = 1 [PruneFiles] match = ^maint/ -[=inc::Dist::Zilla::Plugin::DBICSgen] +[DBICSgen] schema = TestSchema lib = lib lib = t/lib diff --git a/maint/release b/maint/release index 504d353..275d903 100755 --- a/maint/release +++ b/maint/release @@ -1,3 +1,3 @@ #!/bin/dash -PERL5LIB="$(pwd)/lib" maint/with-dbs dzil release +PERL5LIB="$(pwd)/lib:$(pwd)/inc" maint/with-dbs dzil release