Skip to content

Commit 19eb90b

Browse files
committed
recommend Sub::Util rather than Sub::Name
We use either Sub::Util or Sub::Name if they are available. Sub::Util is in core in newer perls, so it's better to recommend rather than Sub::Name.
1 parent 1acfd1c commit 19eb90b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ my %META = (
2222
'perl' => 5.006,
2323
},
2424
recommends => {
25-
'Sub::Name' => 0.08,
25+
'Sub::Util' => 0,
2626
},
2727
},
2828
develop => {

0 commit comments

Comments
 (0)