NAME

App::Grok::Resource::u4x - u4x resource for grok

SYNOPSIS

use strict;
use warnings;
use App::Grok::Resource::u4x qw<:ALL>;

# a list of all terms
my @index = u4x_index();

# documentation for a single term 
my $pod = u4x_fetch('infix:<+>');

DESCRIPTION

This resource looks maintains an index of syntax items that can be looked up. See http://svn.pugscode.org/pugs/docs/u4x/README.

METHODS

u4x_index

Takes no arguments. Lists all syntax items.

u4x_fetch

Takes an syntax item as an argument. Returns the documentation for it.

u4x_locate

Takes a syntax item as an argument. Returns the file where it was found.