summary refs log tree commit diff
path: root/lib/FeedDiscovery.pm
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-03-10 17:37:38 +0100
committerfranck cuny <franck@lumberjaph.net>2010-03-10 17:37:38 +0100
commit1f6341f45a5780bfd474159662a67bfb2530d0ea (patch)
treef1ce4903fe3f34ae8af76d5148746d30c3378696 /lib/FeedDiscovery.pm
downloadfeeddiscovery-1f6341f45a5780bfd474159662a67bfb2530d0ea.tar.gz
initial commit
Diffstat (limited to 'lib/FeedDiscovery.pm')
-rw-r--r--lib/FeedDiscovery.pm32
1 files changed, 32 insertions, 0 deletions
diff --git a/lib/FeedDiscovery.pm b/lib/FeedDiscovery.pm
new file mode 100644
index 0000000..94bb7aa
--- /dev/null
+++ b/lib/FeedDiscovery.pm
@@ -0,0 +1,32 @@
+package FeedDiscovery;
+
+use Moose;
+our $VERSION = '0.01';
+
+1;
+__END__
+
+=head1 NAME
+
+FeedDiscovery -
+
+=head1 SYNOPSIS
+
+  use FeedDiscovery;
+
+=head1 DESCRIPTION
+
+FeedDiscovery is
+
+=head1 AUTHOR
+
+franck cuny E<lt>franck@lumberjaph.netE<gt>
+
+=head1 SEE ALSO
+
+=head1 LICENSE
+
+This library is free software; you can redistribute it and/or modify
+it under the same terms as Perl itself.
+
+=cut