This commit was generated by cvs2svn to compensate for changes in r3921,
[freeside.git] / FS / FS / TicketSystem / RT_Libs.pm
1 package FS::TicketSystem::RT_Libs.pm
2
3 use strict;
4 use vars qw( @ISA );
5
6 @ISA = qw( FS::TicketSystem::RT_External );
7
8 1;
9