From 65e68ab4d03131e4193595c2b8fb215ba3735ed5 Mon Sep 17 00:00:00 2001 From: dakkar Date: Sun, 19 Apr 2009 15:40:31 +0200 Subject: doc about importing --- lib/Tree/Transform/XSLTish.pm | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/lib/Tree/Transform/XSLTish.pm b/lib/Tree/Transform/XSLTish.pm index 3dfb430..4c29afa 100644 --- a/lib/Tree/Transform/XSLTish.pm +++ b/lib/Tree/Transform/XSLTish.pm @@ -231,6 +231,10 @@ This function declares that the L object returned by L should use this class to build its XPath engine. +This function is not exported by default: you have to use the module as: + + use Tree::Transform::XSLTish ':engine'; + =head2 C engine_factory { My::XPath::Engine->new(params=>$whatever) }; @@ -242,6 +246,10 @@ should call the passed code-ref to get its engine. C is equivalent to Cnew }>. +This function is not exported by default: you have to use the module as: + + use Tree::Transform::XSLTish ':engine'; + =head2 C Returns a L for the rules @@ -258,6 +266,11 @@ Engine factories are inherited, too, so you can extend a rules package without re-specifying the engine (you can, of course, override this and specify another one). +=head1 IMPORTING + +This module uses L, see that module's documentation for +things like renaming the imports. + =head1 AUTHOR Gianni Ceccarelli -- cgit v1.2.3