summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-06-13 15:48:12 -0500
committerJesse Luehrs <doy@tozt.net>2010-06-13 15:48:12 -0500
commit9a902bbffb3382b2df5e8139566b7f8f2269f5c8 (patch)
tree08b174b7ef52195be002753510a49800868b7475
parent84d73d1fdd6f23bdba43544fabfee4ecaa11cdcb (diff)
downloadtask-belike-doy-9a902bbffb3382b2df5e8139566b7f8f2269f5c8.tar.gz
task-belike-doy-9a902bbffb3382b2df5e8139566b7f8f2269f5c8.zip
update dzil stuff0.02
-rw-r--r--.gitignore1
-rw-r--r--lib/Task/BeLike/DOY.pm47
-rw-r--r--t/000-load.t8
-rw-r--r--weaver.ini36
4 files changed, 38 insertions, 54 deletions
diff --git a/.gitignore b/.gitignore
index c38068c..079f6ca 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ Makefile.old
nytprof.out
MANIFEST.bak
*.sw[po]
+Task-BeLike-DOY-*
diff --git a/lib/Task/BeLike/DOY.pm b/lib/Task/BeLike/DOY.pm
index dda176d..5b45fab 100644
--- a/lib/Task/BeLike/DOY.pm
+++ b/lib/Task/BeLike/DOY.pm
@@ -81,52 +81,7 @@ package Task::BeLike::DOY;
=pkg Net::GitHub 0.06 includes ::V2
-=head1 BUGS
-
-No known bugs.
-
-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 SUPPORT
-
-You can find this documentation for this module with the perldoc command.
-
- perldoc Task::BeLike::DOY
-
-You can also look for information at:
-
-=over 4
-
-=item * AnnoCPAN: Annotated CPAN documentation
-
-L<http://annocpan.org/dist/Task-BeLike-DOY>
-
-=item * CPAN Ratings
-
-L<http://cpanratings.perl.org/d/Task-BeLike-DOY>
-
-=item * RT: CPAN's request tracker
-
-L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=Task-BeLike-DOY>
-
-=item * Search CPAN
-
-L<http://search.cpan.org/dist/Task-BeLike-DOY>
-
-=back
-
-=head1 AUTHOR
-
- Jesse Luehrs <doy at tozt dot net>
-
-=head1 COPYRIGHT AND LICENSE
-
-This software is copyright (c) 2010 by Jesse Luehrs.
-
-This is free software; you can redistribute it and/or modify it under
-the same terms as perl itself.
+=for taskweaver_parsing_is_broken
=cut
diff --git a/t/000-load.t b/t/000-load.t
deleted file mode 100644
index d41d2a0..0000000
--- a/t/000-load.t
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/usr/bin/env perl
-use strict;
-use warnings;
-use Test::More tests => 1;
-
-package Foo;
-::use_ok('Task::BeLike::DOY')
- or ::BAIL_OUT("couldn't load Task::BeLike::DOY");
diff --git a/weaver.ini b/weaver.ini
new file mode 100644
index 0000000..219a165
--- /dev/null
+++ b/weaver.ini
@@ -0,0 +1,36 @@
+[@CorePrep]
+
+[Name]
+[Version]
+
+[Region / prelude]
+
+[Generic / SYNOPSIS]
+[Generic / DESCRIPTION]
+[Generic / OVERVIEW]
+
+[Collect / ATTRIBUTES]
+command = attr
+
+[Collect / METHODS]
+command = method
+
+[Collect / FUNCTIONS]
+command = func
+
+[Leftovers]
+
+[Region / postlude]
+
+[Template / BUGS]
+template = ~/.dzil/pod_templates/bugs.section
+main_module_only = 1
+
+[SeeAlso]
+
+[Template / SUPPORT]
+template = ~/.dzil/pod_templates/support.section
+main_module_only = 1
+
+[Authors]
+[Legal]