summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-04-29 12:56:49 -0500
committerJesse Luehrs <doy@tozt.net>2010-04-29 13:01:05 -0500
commitbf1d40596862a8503c9582c52216de6cae12bdb6 (patch)
tree7cf9f0780865b3106081cdf707b7c7fcd12d1be9
parent969e592b9cb739f947eb7af722a7cb4246d9ec62 (diff)
downloadtask-belike-doy-bf1d40596862a8503c9582c52216de6cae12bdb6.tar.gz
task-belike-doy-bf1d40596862a8503c9582c52216de6cae12bdb6.zip
add module list
-rw-r--r--dist.ini22
-rw-r--r--lib/Task/BeLike/DOY.pm53
2 files changed, 64 insertions, 11 deletions
diff --git a/dist.ini b/dist.ini
index 8d1667c..71d19be 100644
--- a/dist.ini
+++ b/dist.ini
@@ -3,8 +3,28 @@ version = 0.01
author = Jesse Luehrs <doy at tozt dot net>
license = Perl_5
copyright_holder = Jesse Luehrs
-abstract =
+abstract = modules i use
[@Classic]
[Prereq]
+App::Ack = 0
+App::cpanminus = 1.00
+App::Nopaste = 0.20
+App::Termcast = 0.06
+Archive::Zip = 0
+B::Keywords = 0
+Carp::REPL = 0
+Devel::REPL = 0
+Dist::Zilla = 2.00
+IO::Pty::Easy = 0.08
+KiokuDB::Navigator = 0
+LWP = 0
+Module::Refresh = 0
+Module::Setup = 0
+Moose = 1.00
+Net::GitHub = 0.06
+Scalar::Defer = 0
+Term::ReadLine::Gnu = 0
+WWW::Mechanize = 0
+YAML = 0
diff --git a/lib/Task/BeLike/DOY.pm b/lib/Task/BeLike/DOY.pm
index 9e1eaf2..b9063ee 100644
--- a/lib/Task/BeLike/DOY.pm
+++ b/lib/Task/BeLike/DOY.pm
@@ -1,20 +1,56 @@
package Task::BeLike::DOY;
-use Moose;
=head1 NAME
-Task::BeLike::DOY -
+Task::BeLike::DOY - modules i use
-=head1 SYNOPSIS
+=head1 CONTENTS
+=over 4
-=head1 DESCRIPTION
+=item App::Ack
+=item App::cpanminus 1.00
-=cut
+=item App::Nopaste 0.20
+
+=item App::Termcast 0.06
+
+=item Archive::Zip
+
+=item B::Keywords
+
+=item Carp::REPL
+
+=item Devel::REPL
+
+=item Dist::Zilla 2.00
+
+=item IO::Pty::Easy 0.08
+
+=item KiokuDB::Navigator
+
+=item LWP
+
+=item Module::Refresh
-__PACKAGE__->meta->make_immutable;
-no Moose;
+=item Module::Setup
+
+=item Moose 1.00
+
+=item Net::GitHub 0.06
+
+=item Scalar::Defer
+
+=item Term::ReadLine::Gnu
+
+=item WWW::Mechanize
+
+=item YAML
+
+=back
+
+=cut
=head1 BUGS
@@ -24,9 +60,6 @@ Please report any bugs through RT: email
C<bug-task-belike-doy at rt.cpan.org>, or browse to
L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Task-BeLike-DOY>.
-=head1 SEE ALSO
-
-
=head1 SUPPORT
You can find this documentation for this module with the perldoc command.