kip 2005/03/02 10:24:56
Modified: lib/Apache/AxKit/Provider File.pm
Log:
Updated pending resolution of the mysterious appearance of the aparently
buggy 'register_protocol' idea.
Revision Changes Path
1.18 +2 -2 xml-axkit/lib/Apache/AxKit/Provider/File.pm
Index: File.pm
===================================================================
RCS file: /home/cvs/xml-axkit/lib/Apache/AxKit/Provider/File.pm,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- File.pm 13 Jul 2004 18:05:46 -0000 1.17
+++ File.pm 2 Mar 2005 18:24:55 -0000 1.18
@@ -14,7 +14,7 @@
use File::Spec;
use Fcntl qw(O_RDONLY LOCK_SH);
-Apache::AxKit::Provider::register_protocol('file',__PACKAGE__);
+#Apache::AxKit::Provider::register_protocol('file',__PACKAGE__);
sub init {
my $self = shift;