From: gnome-perl (bugzilla.gnome.org) <bug...@bu...> - 2006-05-20 21:02:56
|
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=3D342444 gnome-perl | Gnome2::Print | Ver: unspecified ------- Comment #7 from muppet 2006-05-20 21:02 UTC ------- (In reply to comment #5) > Anyway, if I understand correctly, 'Gnome2::Print::Dialog' notation imp= lies > existence of >=20 > Gnome2/Print/Dialog.pm >=20 > module somewhere in Perl search path, i.e. in @INC. >=20 > Are my expectations correct ? No. It it typical for things to be arranged like that, but not required.= For example, you may have twenty small and closely-related packages implement= ed in one .pm file. It is unwise to use names that don't make sense, but there= is not mechanism that requires the names to match up. Also, in XS, you can register XSubs in any package you like. --=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. |