From: Graham Knop Date: Mon, 9 Dec 2013 15:21:03 +0000 (-0500) Subject: slight clarification in docs X-Git-Tag: v1.002000~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FImport-Into.git;a=commitdiff_plain;h=2b42157137e08a7c65ce6b8fbed65216edb448ea slight clarification in docs --- diff --git a/lib/Import/Into.pm b/lib/Import/Into.pm index a421fe7..64e6a00 100644 --- a/lib/Import/Into.pm +++ b/lib/Import/Into.pm @@ -85,9 +85,8 @@ Import::Into - import packages into other packages Thing1->unimport::out_of(scalar caller); } -You don't need to do anything more clever than this provided you -document that people wanting to re-export your module should also be using -L. +People wanting to re-export your module should also be using L. +Any exporter or pragma will work seamlessly. Note: You do B need to make any changes to Thing1 to be able to call C on it. This is a global method, and is callable on any