NAME
App::Grok::Resource::Tablet - Perl 6 Tablet Index resource for grok
SYNOPSIS
use strict;
use warnings;
use App::Grok::Resource::Tablet qw<:ALL>;
# a list of all entries in the tablet
my @index = tablet_index();
# documentation for a tablet entry
my $pod = tablet_fetch('+');
# filename where the tablet entry was found
my $file = tablet_locate('+');
DESCRIPTION
This resource looks up entries in the Perl 6 Tablet Index (http://www.perlfoundation.org/perl6/index.cgi?perl_6_index_tablet).
FUNCTIONS
tablet_update
Takes no arguments. Downloads the latest tablet into grok's data dir.
tablet_index
Takes no arguments. Lists all entry names in the tablet.
tablet_fetch
Takes an entry name as an argument. Returns the documentation for it.
tablet_locate
Takes an entry name as an argument. Returns the name of the file where it was found.
Perl 6 table index
This is the POD version of http://www.perlfoundation.org/perl6/index.cgi?perl_6_index_tablet
AUTHORS
For authors of the original wiki place, see: http://www.perlfoundation.org/perl6/index.cgi?action=revision_list;page_name=perl_table_index
LICENSE
Copyright (c) 2006-2010 under the same (always latest) license(s) used by the Perl 6 /src branch of the Pugs trunk.