Merge branch 'master' of https://github.com/jgoodman/Freeside
[freeside.git] / rt / lib / RT / ObjectTopic.pm
index ae5abb3..a5e36c3 100644 (file)
@@ -2,7 +2,7 @@
 #
 # COPYRIGHT:
 #
-# This software is Copyright (c) 1996-2012 Best Practical Solutions, LLC
+# This software is Copyright (c) 1996-2014 Best Practical Solutions, LLC
 #                                          <sales@bestpractical.com>
 #
 # (Except where explicitly superseded by other copyright notices)
 #
 # END BPS TAGGED BLOCK }}}
 
-# Autogenerated by DBIx::SearchBuilder factory (by <jesse@bestpractical.com>)
-# WARNING: THIS FILE IS AUTOGENERATED. ALL CHANGES TO THIS FILE WILL BE LOST.  
-# 
-# !! DO NOT EDIT THIS FILE !!
-#
-
-
 =head1 NAME
 
 RT::ObjectTopic
 
-
 =head1 SYNOPSIS
 
 =head1 DESCRIPTION
@@ -66,8 +58,11 @@ RT::ObjectTopic
 
 =cut
 
-no warnings 'redefine';
 package RT::ObjectTopic;
+use strict;
+use warnings;
+no warnings 'redefine';
+
 use RT::Record; 
 use RT::Topic;