Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Invalid
-
trunk
-
None
-
Linux
Description
I built the perl bindings in a near-trunk and am getting this behaviour: <<<<<<<<<<<<<<< $trunk/subversion/bindings/swig/perl/native$ perl -Mblib -w -e 'use SVN::Core' Name "swig_runtime_data::type_pointer3" used only once: possible typo at /usr/lib/perl5/5.10.0/i386-linux-thread-multi/DynaLoader.pm line 226. >>>>>>>>>>>>>>> -Mblib instructs perl to use the bindings from the local blib/ directories. -w toggles on warnings for the entire program (which SVK does), and -e 'use SVN::Core' loads the SVN::Core module. As a result one gets this warning upon every invocation of the program.