Subject: | (harmless) test mistake in t/RT96893_perlcc.t |
In https://metacpan.org/source/ETHER/Sub-Name-0.14/t/RT96893_perlcc.t#L9 you expect $VERSION to be defined. This was not the case until perl 5.8.6. The result is a (harmless) warning:
...
t/RT96893_perlcc.......Use of uninitialized value in concatenation (.) or string at t/RT96893_perlcc.t line 10.
skipped
all skipped: B::C is too old (require 1.48, have )
...
Please do not make a release for this alone.
rabbit@Ahasver:~$ perlbrew exec bash -c 'perl -M5.01 -e1 &>/dev/null || perl -MB::C -e "warn B::C->VERSION"'
5.6.1
==========
Warning: something's wrong at -e line 1.
5.6.1_haarg
==========
Warning: something's wrong at -e line 1.
5.6.2
==========
Warning: something's wrong at -e line 1.
5.8.1
==========
Warning: something's wrong at -e line 1.
5.8.1_th
==========
Warning: something's wrong at -e line 1.
5.8.2
==========
Warning: something's wrong at -e line 1.
5.8.2_thr
==========
Warning: something's wrong at -e line 1.
5.8.3
==========
Warning: something's wrong at -e line 1.
5.8.3_cln
==========
Warning: something's wrong at -e line 1.
5.8.4
==========
Warning: something's wrong at -e line 1.
5.8.4_thr
==========
Warning: something's wrong at -e line 1.
5.8.5
==========
Warning: something's wrong at -e line 1.
5.8.6
==========
1.04 at -e line 1.
5.8.7
==========
1.04 at -e line 1.
5.8.8
==========
1.04_01 at -e line 1.
5.8.8_cln
==========
1.04_01 at -e line 1.
5.8.8_cln2
==========
1.04_01 at -e line 1.
5.8.8_testreq
==========
1.04_01 at -e line 1.
5.8.9
==========
1.05 at -e line 1.
5.8.9_cln
==========
1.05 at -e line 1.