Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
List Data::UUID in prereqs
It's listed as prereq by Data::GUID, but for some reason did not get installed on a clean system, even though Data::GUID did install fine.
  • Loading branch information
zoffixznet committed Jul 19, 2016
1 parent fdaa886 commit 469195d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Build.PL
Expand Up @@ -12,6 +12,7 @@ my $build = Module::Build->new(
'DBIx::Class::Candy' => '0.005000',
'DBIx::Class::Schema' => '0',
'Data::GUID' => '0.048',
'Data::UUID' => '1.221',
'Exporter::Easy' => '0.18',
'Fcntl' => '0',
'File::Glob' => '0',
Expand Down

0 comments on commit 469195d

Please sign in to comment.