[Bps-public-commit] rt-extension-createbyproblemtype branch, master, updated. 1.01
Alex Vandiver
alexmv at bestpractical.com
Mon Jul 14 17:17:05 EDT 2014
The branch, master has been updated
via ddde888b40d56a116da6b16279a571e394d2f72b (commit)
from 12611ccbb99fbb8ce83f3a435126d4b574004be5 (commit)
Summary of changes:
Changes | 8 ++++++++
META.yml | 2 +-
Makefile.PL | 3 ++-
lib/RT/Extension/CreateByProblemType.pm | 2 +-
4 files changed, 12 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit ddde888b40d56a116da6b16279a571e394d2f72b
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Mon Jul 14 17:16:45 2014 -0400
Version 1.01 releng
diff --git a/Changes b/Changes
index d67c3b2..2afbcad 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,11 @@
+1.01 2014-07-14
+ - Updated changelog
+ - cpansign
+
+1.00 2014-07-14
+ - Add a callback inside the form tag, to match QuickCreate
+ - Packaging updates
+
0.03 2014-02-07
- Updates for 4.2 compatibility and first public release
diff --git a/META.yml b/META.yml
index 69a8250..d196f95 100644
--- a/META.yml
+++ b/META.yml
@@ -22,6 +22,6 @@ requires:
perl: 5.8.3
resources:
license: http://opensource.org/licenses/gpl-license.php
-version: '1.00'
+version: '1.01'
x_module_install_rtx_version: 0.34_04
x_requires_rt: 4.0.0
diff --git a/Makefile.PL b/Makefile.PL
index cbedd26..d6ee9de 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -2,4 +2,5 @@ use inc::Module::Install;
RTx('RT-Extension-CreateByProblemType');
-&WriteAll;
+sign();
+WriteAll();
diff --git a/lib/RT/Extension/CreateByProblemType.pm b/lib/RT/Extension/CreateByProblemType.pm
index afbade9..5f635de 100644
--- a/lib/RT/Extension/CreateByProblemType.pm
+++ b/lib/RT/Extension/CreateByProblemType.pm
@@ -1,6 +1,6 @@
package RT::Extension::CreateByProblemType;
-our $VERSION = '1.00';
+our $VERSION = '1.01';
use warnings;
use strict;
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list