Skip to content

Commit

Permalink
Provide basic synopsis for Pod::Simple
Browse files Browse the repository at this point in the history
Lifted from Pod::Simple::Subclassing.

Partially addresses GH perl-pod#93.
  • Loading branch information
jkeenan committed Jul 17, 2024
1 parent 2ec503c commit 5d6b487
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/Pod/Simple.pod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ Pod::Simple - framework for parsing Pod

=head1 SYNOPSIS

TODO
package Pod::SomeFormatter;
use Pod::Simple;
@ISA = qw(Pod::Simple);
$VERSION = '1.01';
use strict;

=head1 DESCRIPTION

Expand Down

0 comments on commit 5d6b487

Please sign in to comment.