Skip to content

Commit 36fa6b8

Browse files
committed
Drop unnecessary and outdated version requirement of DBIx::SearchBuilder
The updated version has already been specified in etc/cpanfile. Besides, perl 5.40 doesn't like the weird version string "1.40"(numeric 1.40 is ok) and issues a warning: Attempt to call undefined import method with arguments ("1.40") via package "DBIx::SearchBuilder"
1 parent eba907e commit 36fa6b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/RT/SearchBuilder.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ use 5.010;
7171
use base qw(DBIx::SearchBuilder RT::Base);
7272

7373
use RT::Base;
74-
use DBIx::SearchBuilder "1.40";
74+
use DBIx::SearchBuilder;
7575

7676
use Scalar::Util qw/blessed/;
7777

0 commit comments

Comments
 (0)