From: gnome-perl (bugzilla.gnome.org) <bug...@bu...> - 2006-05-09 23:56:04
|
Do not reply to this via email (we are currently unable to handle email responses and they get discarded). You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=3D341090 gnome-perl | Gtk2 | Ver: unspecified ------- Comment #12 from Sergei Steshenko 2006-05-09 23:55 UTC ------- OK, now regarding "require 'CodeGen.pm'" vs "require './CodeGen.pm'". Here @INC contents in my case: " dumping @INC contents one item per line: /mnt/removable4/sergei/build_work/install/Glib-1.120/lib/perl5/site_perl/= 5.8.7/i386-linux /mnt/removable4/sergei/build_work/install/Glib-1.120/lib/perl5/site_perl/= 5.8.7/i386-linux/Glib /mnt/removable4/sergei/build_work/install/Glib-1.120/lib/perl5/site_perl/= 5.8.7/i386-linux/Glib/Install /mnt/removable4/sergei/build_work/install/Glib-1.120/lib/perl5/site_perl/= 5.8.7/i386-linux/Glib/Object /usr/lib/perl5/5.8.7/i386-linux /usr/lib/perl5/5.8.7 /usr/lib/perl5/site_perl/5.8.7/i386-linux /usr/lib/perl5/site_perl/5.8.7 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.7/i386-linux /usr/lib/perl5/vendor_perl/5.8.7 /usr/lib/perl5/vendor_perl/5.8.6 /usr/lib/perl5/vendor_perl/5.8.6/i386-linux /usr/lib/perl5/vendor_perl/5.8.5 /usr/lib/perl5/vendor_perl/5.8.4 /usr/lib/perl5/vendor_perl/5.8.3 /usr/lib/perl5/vendor_perl/5.8.1 /usr/lib/perl5/vendor_perl . DONE dumping @INC content at Makefile.with_diagnostics.fixed_1.PL line 6= 5. " - pay attention that '.' (CWD) is the last entry, as it should be accordi= ng to Perl documentation. So, if there is CodeGen.pm in any of Perl's directories, it will be inclu= ded, rather than the needed './CodeGen.pm' - that is what I want to avoid. ... muppet claims he can't reproduce the bug. Can muppet run 'perl Makefile.with_diagnostics.PL' and publish screen output here, so we'll be able to see which modules are loaded from where = ? --=20 Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=3Demail ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. |