We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 356b2cf commit 1203d67Copy full SHA for 1203d67
t/metadata.t
@@ -223,18 +223,15 @@ package Simple;
223
---
224
'v2.2.102.2' => <<'---', # our + bare v-string
225
package Simple;
226
- our $VERSION = v2.2.102.2;
227
-}
+our $VERSION = v2.2.102.2;
228
229
'0.0.9_1' => <<'---', # our + dev release
230
231
- our $VERSION = "0.0.9_1";
232
+our $VERSION = "0.0.9_1";
233
234
'1.12' => <<'---', # our + crazy string and substitution code
235
236
- our $VERSION = '1.12.B55J2qn'; our $WTF = $VERSION; $WTF =~ s/^\d+\.\d+\.//; # attempts to rationalize $WTF go here.
237
+our $VERSION = '1.12.B55J2qn'; our $WTF = $VERSION; $WTF =~ s/^\d+\.\d+\.//; # attempts to rationalize $WTF go here.
238
239
);
240
0 commit comments