X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Flib%2FRT%2FObjectTopic.pm;h=8ca01ae9d94187cebfa1ced81fccd094b296b110;hb=e3012c0751dad6710ea35b6d074b551bffdad09b;hp=ae5abb35cb52eadde0bcf5cbcf19f47d6f04fd7b;hpb=85e677b86fc37c54e6de2b06340351a28f5a5916;p=freeside.git diff --git a/rt/lib/RT/ObjectTopic.pm b/rt/lib/RT/ObjectTopic.pm index ae5abb35c..8ca01ae9d 100644 --- a/rt/lib/RT/ObjectTopic.pm +++ b/rt/lib/RT/ObjectTopic.pm @@ -2,7 +2,7 @@ # # COPYRIGHT: # -# This software is Copyright (c) 1996-2012 Best Practical Solutions, LLC +# This software is Copyright (c) 1996-2013 Best Practical Solutions, LLC # # # (Except where explicitly superseded by other copyright notices) @@ -46,18 +46,10 @@ # # END BPS TAGGED BLOCK }}} -# Autogenerated by DBIx::SearchBuilder factory (by ) -# 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;