From 9a902bbffb3382b2df5e8139566b7f8f2269f5c8 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 13 Jun 2010 15:48:12 -0500 Subject: update dzil stuff --- .gitignore | 1 + lib/Task/BeLike/DOY.pm | 47 +---------------------------------------------- t/000-load.t | 8 -------- weaver.ini | 36 ++++++++++++++++++++++++++++++++++++ 4 files changed, 38 insertions(+), 54 deletions(-) delete mode 100644 t/000-load.t create mode 100644 weaver.ini 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, or browse to -L. - -=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 - -=item * CPAN Ratings - -L - -=item * RT: CPAN's request tracker - -L - -=item * Search CPAN - -L - -=back - -=head1 AUTHOR - - Jesse Luehrs - -=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] -- cgit v1.2.3-54-g00ecf