Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.01.
Browse files Browse the repository at this point in the history
Changelog diff is:

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
  • Loading branch information
mdom committed Apr 5, 2018
1 parent 41ec008 commit 71e35f5
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/podite.fatpack
/App-podite-*
/TODO
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
{{$NEXT}}

0.01 2018-04-05T13:06:34Z
Foo
13 changes: 13 additions & 0 deletions bundle-script.sh
Original file line number Diff line number Diff line change
@@ -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
3 changes: 3 additions & 0 deletions minil.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 71e35f5

Please sign in to comment.