diff options
author | dakkar <dakkar@thenautilus.net> | 2009-04-16 22:12:47 +0200 |
---|---|---|
committer | dakkar <dakkar@thenautilus.net> | 2009-04-16 22:12:47 +0200 |
commit | ffb0397721a50682b2fc54f53ea6bf94937b21c8 (patch) | |
tree | 282283b98e5d03ff2d425edd1c3f42aaec3273c2 /lib/Tree/Transform/XSLTish/Context.pm | |
parent | make the test more meaningful (diff) | |
download | Tree-Transform-XSLTish-ffb0397721a50682b2fc54f53ea6bf94937b21c8.tar.gz Tree-Transform-XSLTish-ffb0397721a50682b2fc54f53ea6bf94937b21c8.tar.bz2 Tree-Transform-XSLTish-ffb0397721a50682b2fc54f53ea6bf94937b21c8.zip |
documentation, and a few author-tests
Diffstat (limited to 'lib/Tree/Transform/XSLTish/Context.pm')
-rw-r--r-- | lib/Tree/Transform/XSLTish/Context.pm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/Tree/Transform/XSLTish/Context.pm b/lib/Tree/Transform/XSLTish/Context.pm index 2e696a5..0890401 100644 --- a/lib/Tree/Transform/XSLTish/Context.pm +++ b/lib/Tree/Transform/XSLTish/Context.pm @@ -7,3 +7,13 @@ has 'node_list' => ( is => 'rw', isa => 'ArrayRef[Object]' ); __PACKAGE__->meta->make_immutable;no Moose;1; __END__ + +=head1 NAME + +Tree::Transform::XSLTish::Context - helper class + +=head1 AUTHOR + +Gianni Ceccarelli <dakkar@thenautilus.net> + +=cut |