Skip to content

Commit

Permalink
add Dist::Zilla, remove Task::Kensho, update Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
perigrin committed Nov 19, 2009
1 parent de9d63d commit 707aab1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
9 changes: 7 additions & 2 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
Revision history for Task-Kensho

0.18 2009-11-19
+ Replace Module::Starter with Dist::Zilla
- Remove Time::y2038
+ Add Try::Tiny and TryCatch

0.17 2009-08-28
+ Fix broken Pod::Readme link in the Makefile.PL

0.16 2009-08-28
+ Remove XXX
+ Add POD::Readme and Software::License at the request of CSJewell so that
we're inline with the upcoming Perl::Dist::Satori
+ Add POD::Readme and Software::License at the request of CSJewell
so that we're inline with the upcoming Perl::Dist::Satori

0.15 2009-07-26
+ Comment out XXX since it can't be found by CPAN anymore.
Expand Down
5 changes: 3 additions & 2 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ feature 'Web Crawling',

feature 'Module Development',
-default => 0,
'Module::Starter' => 0,
'Dist::Zilla' => 0,
'Module::Install' => 0,
'Devel::NYTProf' => 0,
'Perl::Tidy' => 0,
Expand All @@ -110,7 +110,8 @@ feature 'Date Modules',
'DateTime' => 0,
'Date::Tiny' => 0,
'Time::ParseDate' => 0,
# 'Time::y2038' => 0, # causing more trouble than it's worth

# 'Time::y2038' => 0, # causing more trouble than it's worth
;

feature 'Config Modules',
Expand Down
4 changes: 2 additions & 2 deletions lib/Task/Kensho.pm
Original file line number Diff line number Diff line change
Expand Up @@ -246,9 +246,9 @@ Handy web browsing in a Perl object
=over
=item Module::Starter
=item Dist::Zilla
A simple starter kit for any module
Builds distributions of code to be uploaded to the CPAN.
=item Module::Install
Expand Down

0 comments on commit 707aab1

Please sign in to comment.