diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-19 10:53:05 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-19 10:53:05 +0000 |
commit | 1f8b48b772b2d0ac0ed48a8259d2117ea3236a90 (patch) | |
tree | 06f11bc7b351f3abf3bf5507405afdba5374614e /textproc/p5-Petal-Utils | |
parent | 4e942b64191e2ef98dce2c5af31047a8640db768 (diff) |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=415500
Diffstat (limited to 'textproc/p5-Petal-Utils')
-rw-r--r-- | textproc/p5-Petal-Utils/pkg-descr | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/textproc/p5-Petal-Utils/pkg-descr b/textproc/p5-Petal-Utils/pkg-descr index fba3df18a818..6932816ef0b1 100644 --- a/textproc/p5-Petal-Utils/pkg-descr +++ b/textproc/p5-Petal-Utils/pkg-descr @@ -1,7 +1,7 @@ -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 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: @@ -16,12 +16,12 @@ the use statement: # don't install any modifiers use Petal::Utils qw(); -You'll find a list of plugin sets throughout this document. You can also +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" +For details on how the plugins are installed, see the "Advanced Petal" section of the Petal documentation. WWW: http://search.cpan.org/dist/Petal-Utils/ |