From: Dan Book Date: Sat, 7 Nov 2015 07:14:58 +0000 (-0500) Subject: collections can contain more than just nodes X-Git-Tag: v0.001~15 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c67ce516df18c489938e7a98d18c60bf7a9e0000;hp=ca7d621448c6bdf977e6ed639d0acbbad10fc3fa;p=catagits%2FDOM-Tiny.git collections can contain more than just nodes --- diff --git a/lib/DOM/Tiny/Collection.pm b/lib/DOM/Tiny/Collection.pm index da17842..e94e715 100644 --- a/lib/DOM/Tiny/Collection.pm +++ b/lib/DOM/Tiny/Collection.pm @@ -141,7 +141,7 @@ DOM::Tiny::Collection - Collection =head1 DESCRIPTION L is an array-based container for collections of -L nodes based on L. +L nodes or other items based on L. # Access array directly to manipulate collection my $collection = DOM::Tiny::Collection->new(1 .. 25);