From 3dbe721f9acdc95c5257aa8621f187753c6b2d3e Mon Sep 17 00:00:00 2001 From: franck cuny Date: Thu, 25 Jun 2009 11:03:06 +0200 Subject: start to add POD --- lib/MooseX/UserAgent/Config.pm | 19 +++++++++++++++++++ lib/MooseX/UserAgent/Content.pm | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+) 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<< >> + +=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<< >> + +=head1 LICENCE AND COPYRIGHT + +Copyright (c) 2009, RTGI +All rights reserved. -- cgit 1.4.1