Bug 40933

Optional module


git-svn-id: svn://svn.office.custis.ru/3rdparty/bugzilla.org/trunk@248 6955db30-a419-402b-8a0d-67ecbb4d7f56
master
vfilippov 2009-08-13 12:44:34 +00:00
parent 31e5e9cd98
commit 9ffc554a89
1 changed files with 6 additions and 6 deletions

View File

@ -12,11 +12,6 @@ sub REQUIRED_MODULES {
module => 'Text::Diff',
version => '0.35'
},
{
package => 'GD-Graph3d',
module => 'GD::Graph3d',
version => '0.63'
},
);
return \@modules;
};
@ -28,7 +23,12 @@ sub OPTIONAL_MODULES {
module => 'Text::CSV',
version => '1.06',
feature => 'CSV Importing of test cases'
}
},
{
package => 'GD-Graph3d',
module => 'GD::Graph3d',
version => '0.63'
},
);
return \@modules;