aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Petal-Utils/pkg-descr
blob: eceba6881af01bde298a857afb5933ea1a88b354 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
The Petal::Utils package contains commonly used Petal modifiers (or 
plugins), and bundles them with an easy-to-use installation interface. By 
default, a set of modifiers are installed into Petal when you use this 
module. You can change which modifiers are installed by naming them after 
the use statement:

  # use the default set:
  use Petal::Utils qw( :default );

  # use the date set of modifiers:
  use Petal::Utils qw( :date );

  # use only named modifiers, plus the debug set:
  use Petal::Utils qw( UpperCase Date :debug );

  # don't install any modifiers
  use Petal::Utils qw();

You'll find a list of plugin sets throughout this document. You can also 
get a complete list by looking at the variable:

  %Petal::Utils::PLUGIN_SET;

For details on how the plugins are installed, see the "Advanced Petal" 
section of the Petal documentation.

Author:	William McKee <william@knowmad.com>
	Steve Purkis <spurkis@cpan.org>

WWW: http://search.cpan.org/dist/Petal-Utils