[Bps-public-commit] rt-extension-customizecontenttype branch, master, updated. 1.01
Alex Vandiver
alexmv at bestpractical.com
Thu Dec 18 17:19:43 EST 2014
The branch, master has been updated
via e0e767007c7638a43d22f80fb9f2733fffd5846d (commit)
via c202e1a8348fe16239406d90938071daf2a465d0 (commit)
from 8e9b1425a131a4a18bef3c382216f8efe28261e2 (commit)
Summary of changes:
Changes | 3 +++
META.yml | 4 +++-
Makefile.PL | 2 ++
lib/RT/Extension/CustomizeContentType.pm | 2 +-
4 files changed, 9 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit c202e1a8348fe16239406d90938071daf2a465d0
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Thu Dec 18 17:18:54 2014 -0500
Add no_index for core RT packages
diff --git a/META.yml b/META.yml
index 0c377da..640d9b2 100644
--- a/META.yml
+++ b/META.yml
@@ -17,6 +17,8 @@ name: RT-Extension-CustomizeContentType
no_index:
directory:
- inc
+ package:
+ - RT::Attachment
requires:
perl: 5.8.3
resources:
diff --git a/Makefile.PL b/Makefile.PL
index 73acf85..f0233a6 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -4,5 +4,7 @@ RTx('RT-Extension-CustomizeContentType');
repository('https://github.com/bestpractical/rt-extension-customizecontenttype');
+no_index package => 'RT::Attachment';
+
sign();
WriteAll();
commit e0e767007c7638a43d22f80fb9f2733fffd5846d
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Thu Dec 18 17:19:25 2014 -0500
Version 1.01 releng
diff --git a/Changes b/Changes
index 5fede43..a42b14c 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,6 @@
+1.01 2014-12-18
+ - Add a no_index for core RT package
+
1.00 2014-12-16
- Packaging and documentation updates
diff --git a/META.yml b/META.yml
index 640d9b2..39df07c 100644
--- a/META.yml
+++ b/META.yml
@@ -24,6 +24,6 @@ requires:
resources:
license: http://opensource.org/licenses/gpl-license.php
repository: https://github.com/bestpractical/rt-extension-customizecontenttype
-version: '1.00'
+version: '1.01'
x_module_install_rtx_version: '0.36'
x_requires_rt: 4.0.0
diff --git a/lib/RT/Extension/CustomizeContentType.pm b/lib/RT/Extension/CustomizeContentType.pm
index 2254e9d..1c91037 100644
--- a/lib/RT/Extension/CustomizeContentType.pm
+++ b/lib/RT/Extension/CustomizeContentType.pm
@@ -3,7 +3,7 @@ use strict;
package RT::Extension::CustomizeContentType;
-our $VERSION = "1.00";
+our $VERSION = "1.01";
use RT::Attachment;
package RT::Attachment;
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list