
Socialtext::Resting::TaggedPages - Utilities for finding pages with tags

use Socialtext::Resting::TaggedPages qw/tagged_pages/; my $untagged_pages = tagged_pages( rester => $r, notags => 1 ); my $foo_pages = tagged_pages( rester => $r, tags => ['foo'] );

Return a list of tagged pages. See SYNOPSIS for usage.

Luke Closs, <luke.closs at socialtext.com>

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.