You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support for Perl would be nice. POD, as those Perl folks refer to it. A little weird how they put it all at the end of the file, but what do I know?
Example of it:
# ABSTRACT: Foo bar my foo and my bar
# PODNAME: Foo:Bar
=head1 SYNOPSIS
use Modern::Perl;
use Foo::Bar;
=head1 DESCRIPTION
The foo instance is a singleton that does foo and bar.
=head1 ATTRIBUTES
=head2 config( HashRef )
This accessor is for foo bar use only.
=head1 METHODS
=head2 BUILD (don't invoke this method directly)
Does whatever is necessary to load.
=head2 do_foo(Int $foo_id, Int $user_id)
Does fooey foo to the barry bar.
The text was updated successfully, but these errors were encountered:
Support for Perl would be nice. POD, as those Perl folks refer to it. A little weird how they put it all at the end of the file, but what do I know?
Example of it:
The text was updated successfully, but these errors were encountered: