diff options
Diffstat (limited to 'rt/lib/RT/Queues_Overlay.pm')
-rw-r--r-- | rt/lib/RT/Queues_Overlay.pm | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/rt/lib/RT/Queues_Overlay.pm b/rt/lib/RT/Queues_Overlay.pm index 406b92c08..9338b218b 100644 --- a/rt/lib/RT/Queues_Overlay.pm +++ b/rt/lib/RT/Queues_Overlay.pm @@ -1,8 +1,8 @@ # BEGIN BPS TAGGED BLOCK {{{ # # COPYRIGHT: -# -# This software is Copyright (c) 1996-2009 Best Practical Solutions, LLC +# +# This software is Copyright (c) 1996-2009 Best Practical Solutions, LLC # <jesse@bestpractical.com> # # (Except where explicitly superseded by other copyright notices) @@ -45,6 +45,7 @@ # those contributions and any derivatives thereof. # # END BPS TAGGED BLOCK }}} + =head1 NAME RT::Queues - a collection of RT::Queue objects @@ -59,11 +60,6 @@ =head1 METHODS -=begin testing - -ok (require RT::Queues); - -=end testing =cut |