[Bps-public-commit] rt-extension-commentoncreate branch, master, updated. 0.05-2-g9fb61df

Kevin Falcone falcone at bestpractical.com
Thu Feb 6 19:23:33 EST 2014


The branch, master has been updated
       via  9fb61dfd1bb8e89840938b8a4490bd56df20991c (commit)
       via  a85d6e708f9b3c3d8be1bdb91b4cad648bcf8dbb (commit)
      from  3e745cb7de48dc2a1f5dcee73aee23d6c0012c30 (commit)

Summary of changes:
 Changes                             | 3 +++
 META.yml                            | 2 +-
 README                              | 7 -------
 lib/RT/Extension/CommentOnCreate.pm | 4 ++--
 4 files changed, 6 insertions(+), 10 deletions(-)

- Log -----------------------------------------------------------------
commit a85d6e708f9b3c3d8be1bdb91b4cad648bcf8dbb
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Thu Feb 6 19:06:07 2014 -0500

    fix pod error

diff --git a/README b/README
index d184c33..decc251 100644
--- a/README
+++ b/README
@@ -83,10 +83,3 @@ DISCLAIMER OF WARRANTY
     SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
     DAMAGES.
 
-POD ERRORS
-    Hey! The above document had some coding errors, which are explained
-    below:
-
-    Around line 26:
-        Unterminated C<...> sequence
-
diff --git a/lib/RT/Extension/CommentOnCreate.pm b/lib/RT/Extension/CommentOnCreate.pm
index 896e326..952ce23 100644
--- a/lib/RT/Extension/CommentOnCreate.pm
+++ b/lib/RT/Extension/CommentOnCreate.pm
@@ -23,7 +23,7 @@ RT::Extension::CommentOnCreate - Adds an optional Comment box to Ticket Creation
 
 May need root permissions
 
-=item C<patch rt (see patches directory)
+=item C<patch rt (see patches directory)>
 
 if you're running a version less than 3.8.8
 

commit 9fb61dfd1bb8e89840938b8a4490bd56df20991c
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Thu Feb 6 19:22:12 2014 -0500

    release 0.06

diff --git a/Changes b/Changes
index 695e117..4559128 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,9 @@
 Revision history for RT-Extension-CommentOnCreate
 
 0.05 2014-02-06
+  - POD error
+
+0.05 2014-02-06
   - release packaged for 4.2
   - includes development release for ignoring articles.
 
diff --git a/META.yml b/META.yml
index 97ab003..e3b035d 100644
--- a/META.yml
+++ b/META.yml
@@ -21,4 +21,4 @@ no_index:
     - inc
 resources:
   license: http://opensource.org/licenses/gpl-license.php
-version: 0.05
+version: 0.06
diff --git a/lib/RT/Extension/CommentOnCreate.pm b/lib/RT/Extension/CommentOnCreate.pm
index 952ce23..034748c 100644
--- a/lib/RT/Extension/CommentOnCreate.pm
+++ b/lib/RT/Extension/CommentOnCreate.pm
@@ -1,6 +1,6 @@
 package RT::Extension::CommentOnCreate;
 
-our $VERSION = '0.05';
+our $VERSION = '0.06';
 
 use warnings;
 use strict;

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



More information about the Bps-public-commit mailing list