Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Perl Support #457

Open
davmillar opened this issue Mar 15, 2018 · 0 comments
Open

Perl Support #457

davmillar opened this issue Mar 15, 2018 · 0 comments

Comments

@davmillar
Copy link

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant