Skip to content

Commit cde0417

Browse files
test for v-strings without quotes
1 parent b265153 commit cde0417

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

t/metadata.t

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,11 @@ package Simple;
220220
our $CVSVERSION = '$Revision: 1.7 $';
221221
our ($VERSION) = ($CVSVERSION =~ /(\d+\.\d+)/);
222222
}
223+
---
224+
'v2.2.102.2' => <<'---', # our + dev release
225+
package Simple;
226+
our $VERSION = v2.2.102.2;
227+
}
223228
---
224229
);
225230

0 commit comments

Comments
 (0)