Hello,
I am inheriting AuthFILE to create a modified version. I have the
following at the top of my .pm file:
package Radius::AuthFILE_AND_LOG;
use Radius::AuthFILE;
use strict;
use vars qw($VERSION @ISA);
BEGIN
{
@ISA = qw(Radius::AuthFILE);
}
My question is do I have to implement new() if it will just be
calling $self->SUPER::new() ? i.e. I don't need to change anything in the
new() method. I have left it out of my file and everything seems to work
ok, however is it correct to do this?
Another question is do my new handlers need to be copied to the
Perl site lib directory under Radius or is there another location that I
can place my additions? I would like to separate my additions from the
main code if possible.
Thanks for any help.
Viraj.
===
Archive at http://www.starport.net/~radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.