Browse Source

add 'Math::Round' dependency

Syohei YOSHIDA 11 years ago
parent
commit
84ed52ee37
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Makefile.PL

+ 1 - 0
Makefile.PL

@@ -14,6 +14,7 @@ WriteMakefile(
     PL_FILES            => {},
     PREREQ_PM => {
         'Test::More' => 0,
+        'Math::Round' => 0,
     },
     dist                => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
     clean               => { FILES => 'Disk-SMART-*' },