isync has asked for the wisdom of the Perl Monks concerning the following question:
and when the module stays this empty, and I use my Foo module, everything behaves as expected.package Foo; use base Net::DAV::Server; 1;
throws erros when I use it in a wrapping script...package Foo; use base Net::DAV::Server; sub propfind { # copy of the original propfind() from Net::DAV::Server } 1;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Subclassing, done right?
by Corion (Patriarch) on Aug 06, 2010 at 16:21 UTC | |
by isync (Hermit) on Aug 06, 2010 at 16:32 UTC | |
by Corion (Patriarch) on Aug 06, 2010 at 16:39 UTC | |
by isync (Hermit) on Aug 06, 2010 at 16:37 UTC | |
by Corion (Patriarch) on Aug 06, 2010 at 16:40 UTC | |
by isync (Hermit) on Aug 06, 2010 at 17:04 UTC | |
by isync (Hermit) on Aug 06, 2010 at 17:06 UTC | |
by Fletch (Bishop) on Aug 06, 2010 at 17:37 UTC | |
by isync (Hermit) on Aug 06, 2010 at 17:45 UTC | |
by Fletch (Bishop) on Aug 06, 2010 at 17:57 UTC | |
by isync (Hermit) on Aug 07, 2010 at 11:42 UTC |