Skip to content

Commit

Permalink
use the actually existing package
Browse files Browse the repository at this point in the history
  • Loading branch information
miyagawa committed Feb 15, 2013
1 parent bf90478 commit f54654f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
12 changes: 2 additions & 10 deletions README.md
Expand Up @@ -5,15 +5,11 @@ cpanfile - A format for describing CPAN dependencies for Perl applications
# SYNOPSIS # SYNOPSIS


requires 'Catalyst', '5.8000'; requires 'Catalyst', '5.8000';
requires 'CatalystX::Singleton', '>= 1.1000, < 2.000'; requires 'Catalyst::View::JSON', '>= 0.30, < 0.40';


recommends 'JSON::XS', '2.0'; recommends 'JSON::XS', '2.0';
conflicts 'JSON', '< 1.0'; conflicts 'JSON', '< 1.0';


osname 'MSWin32' => sub {
requires 'Win32::File';
};

on 'test' => sub { on 'test' => sub {
requires 'Test::More', '>= 0.96, < 2.0'; requires 'Test::More', '>= 0.96, < 2.0';
recommends 'Test::TCP', '1.12'; recommends 'Test::TCP', '1.12';
Expand All @@ -23,10 +19,6 @@ cpanfile - A format for describing CPAN dependencies for Perl applications
recommends 'Devel::NYTProf'; recommends 'Devel::NYTProf';
}; };


perl '< v5.10' => sub {
requires 'Hash::Util::FieldHash::Compat';
};

# VERSION # VERSION


0.9000 0.9000
Expand Down Expand Up @@ -58,4 +50,4 @@ The format (DSL syntax) is inspired by [Module::Install](http://search.cpan.org/


# SEE ALSO # 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) [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)
2 changes: 1 addition & 1 deletion lib/cpanfile.pod
Expand Up @@ -5,7 +5,7 @@ cpanfile - A format for describing CPAN dependencies for Perl applications
=head1 SYNOPSIS =head1 SYNOPSIS


requires 'Catalyst', '5.8000'; requires 'Catalyst', '5.8000';
requires 'CatalystX::Singleton', '>= 1.1000, < 2.000'; requires 'Catalyst::View::JSON', '>= 0.30, < 0.40';


recommends 'JSON::XS', '2.0'; recommends 'JSON::XS', '2.0';
conflicts 'JSON', '< 1.0'; conflicts 'JSON', '< 1.0';
Expand Down

0 comments on commit f54654f

Please sign in to comment.