Skip to content

Commit ff1311a

Browse files
committed
move version.pm to TEST_REQUIRES
1 parent 2727262 commit ff1311a

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
@@ -122,12 +122,12 @@ my %WriteMakefile = (
122122
'Test::More' => '1',
123123
'Test::Pod' => '0',
124124
'Test::Warnings' => '0',
125+
'version' => '0.86',
125126
},
126127

127128
'PREREQ_PM' => {
128129
'App::a2p' => '0',
129130
'App::find2perl' => '0',
130-
'version' => '0.86',
131131
},
132132

133133
'META_MERGE' => {

0 commit comments

Comments
 (0)