Skip to content

Instantly share code, notes, and snippets.

@kasei
Created August 13, 2015 15:29
Show Gist options
  • Save kasei/53c387becc5213a085aa to your computer and use it in GitHub Desktop.
Save kasei/53c387becc5213a085aa to your computer and use it in GitHub Desktop.
Attean POD template for classes

NAME

Attean::Example - Example Class

VERSION

This document describes Attean::Example version 0.007

SYNOPSIS

use v5.14;
use Attean;

DESCRIPTION

The Attean::Example class represents some sort of data.

ROLES

This class consumes Attean::API::Example.

ATTRIBUTES

The following attributes exist:

my_name

A string representing a name of some sort.

METHODS

bar($baz)

Computes a value based on $baz and returns it as a string.

BUGS

Please report any bugs or feature requests to through the GitHub web interface at https://github.com/kasei/attean/issues.

SEE ALSO

http://www.perlrdf.org/

AUTHOR

Gregory Todd Williams <[email protected]>

COPYRIGHT

Copyright (c) 2014 Gregory Todd Williams. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment