[Bps-public-commit] App-CLI branch, master, updated. ac38f1284aaae8e5c90c892953f7066c9d7f9079
Chia-liang Kao
clkao at bestpractical.com
Sun Oct 17 06:08:47 EDT 2010
The branch, master has been updated
via ac38f1284aaae8e5c90c892953f7066c9d7f9079 (commit)
from f669ac0f9d88e246235f0d521be90018aecc2bd6 (commit)
Summary of changes:
.gitignore | 5 +++++
.shipit | 2 ++
Changes | 4 ++++
lib/App/CLI.pm | 2 +-
4 files changed, 12 insertions(+), 1 deletions(-)
create mode 100644 .gitignore
create mode 100644 .shipit
- Log -----------------------------------------------------------------
commit ac38f1284aaae8e5c90c892953f7066c9d7f9079
Author: Chia-liang Kao <clkao at clkao.org>
Date: Sun Oct 17 19:08:44 2010 +0900
Checking in changes prior to tagging of version 0.09. Changelog diff is:
diff --git a/Changes b/Changes
index 474e1d7..5ecd98e 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
+0.09 - 17 Oct 2010
+
+ * Fix the command pattern used in help.
+
* 0.08 - 25 Feb 2009
* Allow commands to be provided as inner packages
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..aa7964e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+META.yml
+Makefile
+inc/
+pm_to_blib
+*~
diff --git a/.shipit b/.shipit
new file mode 100644
index 0000000..d2778c7
--- /dev/null
+++ b/.shipit
@@ -0,0 +1,2 @@
+steps = FindVersion, ChangeVersion, CheckChangeLog, DistTest, Commit, Tag, MakeDist, UploadCPAN
+git.push_to = origin
diff --git a/Changes b/Changes
index 474e1d7..5ecd98e 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
+0.09 - 17 Oct 2010
+
+ * Fix the command pattern used in help.
+
* 0.08 - 25 Feb 2009
* Allow commands to be provided as inner packages
diff --git a/lib/App/CLI.pm b/lib/App/CLI.pm
index 57732c9..b7d8618 100644
--- a/lib/App/CLI.pm
+++ b/lib/App/CLI.pm
@@ -1,5 +1,5 @@
package App::CLI;
-our $VERSION = 0.08;
+our $VERSION = '0.09';
use strict;
use warnings;
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list