diff options
author | franck cuny <franck@lumberjaph.net> | 2009-06-25 11:03:06 +0200 |
---|---|---|
committer | franck cuny <franck@lumberjaph.net> | 2009-06-25 11:03:06 +0200 |
commit | 3dbe721f9acdc95c5257aa8621f187753c6b2d3e (patch) | |
tree | 5a6b104b5d76dc9bbbb0b7c13c1a299f52004276 | |
parent | add POD (diff) | |
download | moosex-useragent-3dbe721f9acdc95c5257aa8621f187753c6b2d3e.tar.gz |
start to add POD
-rw-r--r-- | lib/MooseX/UserAgent/Config.pm | 19 | ||||
-rw-r--r-- | lib/MooseX/UserAgent/Content.pm | 19 |
2 files changed, 38 insertions, 0 deletions
diff --git a/lib/MooseX/UserAgent/Config.pm b/lib/MooseX/UserAgent/Config.pm index b468e4c..40b0720 100644 --- a/lib/MooseX/UserAgent/Config.pm +++ b/lib/MooseX/UserAgent/Config.pm @@ -20,3 +20,22 @@ has 'agent' => ( ); 1; + +__END__ + +=head1 NAME + +RTGI::Role::UserAgent::Config + +=head1 DESCRIPTION + +=head1 BUGS AND LIMITATIONS + +=head1 AUTHOR + +franck cuny C<< <franck@lumberjaph.net> >> + +=head1 LICENCE AND COPYRIGHT + +Copyright (c) 2009, RTGI +All rights reserved. diff --git a/lib/MooseX/UserAgent/Content.pm b/lib/MooseX/UserAgent/Content.pm index 0cae0df..024531f 100644 --- a/lib/MooseX/UserAgent/Content.pm +++ b/lib/MooseX/UserAgent/Content.pm @@ -24,3 +24,22 @@ sub get_content { } 1; + +__END__ + +=head1 NAME + +RTGI::Role::UserAgent::Content + +=head1 DESCRIPTION + +=head1 BUGS AND LIMITATIONS + +=head1 AUTHOR + +franck cuny C<< <franck@lumberjaph.net> >> + +=head1 LICENCE AND COPYRIGHT + +Copyright (c) 2009, RTGI +All rights reserved. |