add dependency UUID

also clean Build.PL (sorting)
the debian package should be libuuid-perl
agranig/1_0_subfix
Gerhard Jungwirth 13 years ago
parent 702aacda1d
commit b7a25fe108

@ -27,7 +27,12 @@ my $builder = Local::Module::Build->new(
'Catalyst::View::JSON' => 0,
'Catalyst::View::TT' => 0,
'Config::General' => 0,
'Data::Validate::IP' => 0,
'DateTime' => 0,
'DateTime::Format::ISO8601' => 0,
'DBIx::Class::ResultSet::RecursiveUpdate' => '0.30',
'Email::Valid' => 0,
'File::Type' => 0,
'HTML::FormHandler' => 0,
'HTML::FormHandler::Field' => 0,
'HTML::FormHandler::Field::Compound' => 0,
@ -36,6 +41,7 @@ my $builder = Local::Module::Build->new(
'HTML::FormHandler::Moose' => 0,
'HTML::FormHandler::Widget::Block::Bootstrap' => 0,
'HTTP::Status' => 0,
'IPC::System::Simple' => 0,
'Log::Log4perl::Catalyst' => 0,
'Module::Runtime' => 0,
'Moose' => 2,
@ -43,21 +49,15 @@ my $builder = Local::Module::Build->new(
'Moose::Util::TypeConstraints' => 0,
'MooseX::Object::Pluggable' => 0,
'namespace::autoclean' => 0,
'Net::HTTP' => 0,
'NGCP::Schema' => '1.006',
'Regexp::Parser' => 0,
'Scalar::Util' => 0,
'strict' => 0,
'Template' => 0,
'warnings' => 0,
'Text::CSV_XS' => 0,
'DBIx::Class::ResultSet::RecursiveUpdate' => '0.30',
#patch to set foreign key instead of relation, install from github until its available on cpan
'Data::Validate::IP' => 0,
'Email::Valid' => 0,
'Regexp::Parser' => 0,
'DateTime::Format::ISO8601' => 0,
'File::Type' => 0,
'IPC::System::Simple' => 0,
'Net::HTTP' => 0,
'UUID' => 0,
'warnings' => 0,
},
test_requires => {
'Catalyst::Test' => 0,

Loading…
Cancel
Save