[Bps-public-commit] Net-Jifty branch, master, updated. aae540e2e281465657b78d28626415acac11a1eb

sartak at bestpractical.com sartak at bestpractical.com
Wed May 27 17:00:32 EDT 2009


The branch, master has been updated
       via  aae540e2e281465657b78d28626415acac11a1eb (commit)
       via  4d0886b7adf1d3ee4e2b79710c048300ea745f8b (commit)
      from  7cc3e7ece84999dbeb1ab52c74776b987a78178b (commit)

Summary of changes:
 Changes          |    6 +++++-
 lib/Net/Jifty.pm |    3 +--
 2 files changed, 6 insertions(+), 3 deletions(-)

- Log -----------------------------------------------------------------
commit 4d0886b7adf1d3ee4e2b79710c048300ea745f8b
Author: Shawn M Moore <sartak at gmail.com>
Date:   Wed May 27 16:59:58 2009 -0400

    Remove shebang from a .pm file

diff --git a/lib/Net/Jifty.pm b/lib/Net/Jifty.pm
index 597d0a7..5fbf70a 100644
--- a/lib/Net/Jifty.pm
+++ b/lib/Net/Jifty.pm
@@ -1,4 +1,3 @@
-#!/usr/bin/env perl
 package Net::Jifty;
 use Any::Moose;
 

commit aae540e2e281465657b78d28626415acac11a1eb
Author: Shawn M Moore <sartak at gmail.com>
Date:   Wed May 27 17:00:08 2009 -0400

    Bump to 0.12 with changes

diff --git a/Changes b/Changes
index 9119ce6..5fae732 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,10 @@
 Revision history for Net-Jifty
 
-0.11    Depend on Any::Moose instead of Moose
+0.12    Wed May 27 16:59:36 2009
+        Fix use of meta-attribute removed from triggers (Sartak)
+
+0.11
+        Depend on Any::Moose instead of Moose
 
 0.10
         Releng fixes
diff --git a/lib/Net/Jifty.pm b/lib/Net/Jifty.pm
index 5fbf70a..9fe0b78 100644
--- a/lib/Net/Jifty.pm
+++ b/lib/Net/Jifty.pm
@@ -1,7 +1,7 @@
 package Net::Jifty;
 use Any::Moose;
 
-our $VERSION = '0.11';
+our $VERSION = '0.12';
 
 use LWP::UserAgent;
 use URI;

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list