in reply to More comprehensive style guide for Perl docs than perlpodstyle?
For example, it doesn't mention the common practice for indicating that square brackets are used to indicate that an argument to a method is optional. Anything out there like that?
i was young dumb and copied that junk style -- dont do that its for dummies
just make lists
=item c<<< $mech->get( $uri ) >>> =item c<<< $mech->get( $uri, \%form ) >>> =item c<<< $mech->get( $uri, \@form ) >>>
|
|---|