diff --git a/.gitignore b/.gitignore index 7e7bb51..568dbc7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ +/podite.fatpack /App-podite-* /TODO diff --git a/Changes b/Changes index 32f68a6..1845423 100644 --- a/Changes +++ b/Changes @@ -1,2 +1,4 @@ {{$NEXT}} + +0.01 2018-04-05T13:06:34Z Foo diff --git a/bundle-script.sh b/bundle-script.sh new file mode 100755 index 0000000..006289f --- /dev/null +++ b/bundle-script.sh @@ -0,0 +1,13 @@ +#!/bin/sh + +echo q | depak script/podite podite.fatpack --overwrite --stripper --squish \ + --debug \ + --trace-method=require \ + --include-dir lib \ + --exclude EV \ + --exclude Encode::ConfigLocal \ + --exclude Log::Agent \ + --exclude Net::DNS::Native \ + --exclude Sub::Util \ + --exclude common::sense \ + --exclude Net::SSLeay diff --git a/minil.toml b/minil.toml index 0912215..c3fb66f 100644 --- a/minil.toml +++ b/minil.toml @@ -2,3 +2,6 @@ readme_from="script/podite" abstract_from="script/podite" license="gpl_3" authors_from="script/podite" + +[release] +do_not_upload_to_cpan=true