[Rt-commit] rt branch, 4.2/4.2.1-upgrade-policy, created. rt-4.1.23-218-gd9d8a3c

Kevin Falcone falcone at bestpractical.com
Tue Oct 1 12:03:33 EDT 2013


The branch, 4.2/4.2.1-upgrade-policy has been created
        at  d9d8a3c8a2a59673ef916ade0a794857b81f04d6 (commit)

- Log -----------------------------------------------------------------
commit d9d8a3c8a2a59673ef916ade0a794857b81f04d6
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Tue Oct 1 12:03:02 2013 -0400

    Make 4.2.1/content pass 99-policy.t

diff --git a/etc/upgrade/4.2.1/content b/etc/upgrade/4.2.1/content
index 5a3c864..64eea9a 100644
--- a/etc/upgrade/4.2.1/content
+++ b/etc/upgrade/4.2.1/content
@@ -1,4 +1,7 @@
- at Initial = (
+use strict;
+use warnings;
+
+our @Initial = (
     sub {
         my $attr = RT->System->FirstAttribute('BrandedSubjectTag');
         return 1 unless $attr;

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


More information about the Rt-commit mailing list