From f54654fffea09c4a21d8f2ea65c4793262531810 Mon Sep 17 00:00:00 2001 From: Tatsuhiko Miyagawa Date: Fri, 15 Feb 2013 13:22:43 -0800 Subject: [PATCH] use the actually existing package --- README.md | 12 ++---------- lib/cpanfile.pod | 2 +- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 35e85c1..25fda9f 100644 --- a/README.md +++ b/README.md @@ -5,15 +5,11 @@ cpanfile - A format for describing CPAN dependencies for Perl applications # SYNOPSIS requires 'Catalyst', '5.8000'; - requires 'CatalystX::Singleton', '>= 1.1000, < 2.000'; + requires 'Catalyst::View::JSON', '>= 0.30, < 0.40'; recommends 'JSON::XS', '2.0'; conflicts 'JSON', '< 1.0'; - osname 'MSWin32' => sub { - requires 'Win32::File'; - }; - on 'test' => sub { requires 'Test::More', '>= 0.96, < 2.0'; recommends 'Test::TCP', '1.12'; @@ -23,10 +19,6 @@ cpanfile - A format for describing CPAN dependencies for Perl applications recommends 'Devel::NYTProf'; }; - perl '< v5.10' => sub { - requires 'Hash::Util::FieldHash::Compat'; - }; - # VERSION 0.9000 @@ -58,4 +50,4 @@ The format (DSL syntax) is inspired by [Module::Install](http://search.cpan.org/ # SEE ALSO -[CPAN::Meta::Spec](http://search.cpan.org/perldoc?CPAN::Meta::Spec) [Module::Install](http://search.cpan.org/perldoc?Module::Install) [Carton](http://search.cpan.org/perldoc?Carton) \ No newline at end of file +[CPAN::Meta::Spec](http://search.cpan.org/perldoc?CPAN::Meta::Spec) [Module::Install](http://search.cpan.org/perldoc?Module::Install) [Carton](http://search.cpan.org/perldoc?Carton) diff --git a/lib/cpanfile.pod b/lib/cpanfile.pod index d75c6f6..3708155 100644 --- a/lib/cpanfile.pod +++ b/lib/cpanfile.pod @@ -5,7 +5,7 @@ cpanfile - A format for describing CPAN dependencies for Perl applications =head1 SYNOPSIS requires 'Catalyst', '5.8000'; - requires 'CatalystX::Singleton', '>= 1.1000, < 2.000'; + requires 'Catalyst::View::JSON', '>= 0.30, < 0.40'; recommends 'JSON::XS', '2.0'; conflicts 'JSON', '< 1.0';