summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--lib/MooseX/UserAgent/Config.pm19
-rw-r--r--lib/MooseX/UserAgent/Content.pm19
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.