NAME
Socialtext::Resting::TaggedPages - Utilities for finding pages with tags
SYNOPSIS
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'] );
FUNCTIONS
tagged_pages
Return a list of tagged pages. See SYNOPSIS for usage.
AUTHOR
Luke Closs, <luke.closs at socialtext.com>
LICENSE
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.