[Rt-commit] rt branch, 4.2/remove-unnecessary-version, created. rt-4.1.5-1-g3720007

Alex Vandiver alexmv at bestpractical.com
Tue Dec 4 16:48:57 EST 2012


The branch, 4.2/remove-unnecessary-version has been created
        at  3720007d8f0671d1f912997e34974d727ee5b8db (commit)

- Log -----------------------------------------------------------------
commit 3720007d8f0671d1f912997e34974d727ee5b8db
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Tue Dec 4 16:47:20 2012 -0500

    Remove stray and unnecessary VERSIONs in modules
    
    Some of these are because the module was folded into core, but some are
    somehat inexplicable and confusing.

diff --git a/lib/RT/Action/LinearEscalate.pm b/lib/RT/Action/LinearEscalate.pm
index 0a0825e..a41b806 100644
--- a/lib/RT/Action/LinearEscalate.pm
+++ b/lib/RT/Action/LinearEscalate.pm
@@ -140,8 +140,6 @@ use strict;
 use warnings;
 use base qw(RT::Action);
 
-our $VERSION = '0.06';
-
 #Do what we need to do and send it out.
 
 #What does this type of Action does
diff --git a/lib/RT/Interface/Email.pm b/lib/RT/Interface/Email.pm
index 1c7f9b7..4deed53 100644
--- a/lib/RT/Interface/Email.pm
+++ b/lib/RT/Interface/Email.pm
@@ -63,9 +63,6 @@ BEGIN {
     use base 'Exporter';
     use vars qw ( @EXPORT_OK);
 
-    # set the version for version checking
-    our $VERSION = 2.0;
-
     # your exported package globals go here,
     # as well as any optionally exported functions
     @EXPORT_OK = qw(
diff --git a/lib/RT/Interface/Web/Request.pm b/lib/RT/Interface/Web/Request.pm
index d38b2fd..9bf7d27 100644
--- a/lib/RT/Interface/Web/Request.pm
+++ b/lib/RT/Interface/Web/Request.pm
@@ -51,7 +51,6 @@ package RT::Interface::Web::Request;
 use strict;
 use warnings;
 
-our $VERSION = '0.30';
 use HTML::Mason::PSGIHandler;
 use base qw(HTML::Mason::Request::PSGI);
 use Params::Validate qw(:all);
diff --git a/lib/RT/Shredder.pm b/lib/RT/Shredder.pm
index bc0b17a..a81bb74 100644
--- a/lib/RT/Shredder.pm
+++ b/lib/RT/Shredder.pm
@@ -195,7 +195,6 @@ objects in the cache and backups storage.
 
 =cut
 
-our $VERSION = '0.04';
 use File::Spec ();
 
 

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


More information about the Rt-commit mailing list