1Pod::Perldoc::GetOptsOO(P3eprml)Programmers Reference GPuoidd:e:Perldoc::GetOptsOO(3pm)
2
3
4
6 Pod::Perldoc::GetOptsOO - Customized option parser for Pod::Perldoc
7
9 use Pod::Perldoc::GetOptsOO ();
10
11 Pod::Perldoc::GetOptsOO::getopts( $obj, \@args, $truth )
12 or die "wrong usage";
13
15 Implements a customized option parser used for Pod::Perldoc.
16
18 Pod::Perldoc
19
21 Copyright (c) 2002-2007 Sean M. Burke.
22
23 This library is free software; you can redistribute it and/or modify it
24 under the same terms as Perl itself.
25
26 This program is distributed in the hope that it will be useful, but
27 without any warranty; without even the implied warranty of
28 merchantability or fitness for a particular purpose.
29
31 Current maintainer: Adriano R. Ferreira <ferreira@cpan.org>
32
33 Past contributions from: Sean M. Burke <sburke@cpan.org>
34
35
36
37perl v5.12.4 2011-06-01 Pod::Perldoc::GetOptsOO(3pm)