Skip to content

Commit

Permalink
Perlito5 - CPAN - v9.023
Browse files Browse the repository at this point in the history
  • Loading branch information
fglock committed May 24, 2018
1 parent 514b3bb commit 4af8534
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 16 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Dev Version:

- no changes

9.023 cpan:Perlito5 2018-05-24

- Parser:
-- some "goto" forms are transformed, so they work in JavaScript and Java
backends.
Expand Down
6 changes: 5 additions & 1 deletion README-howto-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,11 @@ Perlito5 Release
make test
```

* make dist
* make the distribution file

```
make dist
```

* publish to pause.perl.org

Expand Down
48 changes: 34 additions & 14 deletions cpan-Perlito5/make-Perlito5.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,41 +26,61 @@ perldoc -otext lib/Perlito5.pm > README
mkdir t
cp -r ../t5/*/*.t t/

rm t/010-inline.t # (Wstat: 65280 Tests: 0 Failed: 0)
rm t/020-java-type.t # (Wstat: 512 Tests: 0 Failed: 0)
rm t/030-typed-variable-datetime.t # (Wstat: 65280 Tests: 0 Failed: 0)
rm t/040-typed-variable-to-scalar.t # (Wstat: 65280 Tests: 0 Failed: 0)
rm t/050-inline-and-method-call.t # (Wstat: 65280 Tests: 0 Failed: 0)
rm t/050-string.t # (Wstat: 0 Tests: 71 Failed: 2) - Failed tests: 37, 58
rm t/070-anon-sub.t # Feature "current_sub" is not supported by Perl 5.14.0
rm t/190-bind-sub-param.t # (Wstat: 0 Tests: 5 Failed: 0) - TODO passed: 4
rm t/280-hash-autovivify.t # (Wstat: 0 Tests: 8 Failed: 0) - TODO passed: 8
rm t/330-strict.t # Variable "$x" is not imported at (eval 4) line 1.
rm t/350-syntax-namespace.t # (Wstat: 0 Tests: 9 Failed: 0) - TODO passed: 6-9
rm t/380-tie-array.t # Prototype mismatch: sub CORE::shift (;+) vs none at t/380-tie-array.t line 48.
rm t/410-ampersand.t # (Wstat: 0 Tests: 32 Failed: 0) - TODO passed: 24-25, 28
rm t/420-vstring.t # (Wstat: 0 Tests: 3 Failed: 0) - TODO passed: 1, 3
rm t/530-hash-slice.t # https://rt.cpan.org/Public/Bug/Display.html?id=108465
rm t/auto.t # (Wstat: 512 Tests: 0 Failed: 0) - Non-zero exit status: 2
rm t/cmp.t # (Wstat: 512 Tests: 0 Failed: 0)
rm t/concat.t # (Wstat: 512 Tests: 0 Failed: 0)
rm t/defined.t # (Wstat: 512 Tests: 0 Failed: 0)
rm t/do.t # (Wstat: 65280 Tests: 0 Failed: 0) - Non-zero exit status: 255
rm t/exp.t # (Wstat: 512 Tests: 0 Failed: 0) - Non-zero exit status: 2
rm t/for.t # (Wstat: 0 Tests: 116 Failed: 0) - TODO passed: 13
rm t/hashassign.t # (Wstat: 512 Tests: 0 Failed: 0)
rm t/hash_ref_with_map.t # Can't locate ./test.pl in @INC (@INC contains: ../lib) at t/hash_ref_with_map.t line 6.
rm t/hash_with_map_and_fat_arrow.t # Can't locate ./test.pl in @INC (@INC contains: ../lib) at t/hash_with_map_and_fat_arrow.t line 6.
rm t/hexfp.t # (Wstat: 512 Tests: 0 Failed: 0)
rm t/index_eval.t # Can't locate ./test.pl
rm t/index.t # (Wstat: 512 Tests: 0 Failed: 0) - Non-zero exit status: 2
rm t/int.t # (Wstat: 512 Tests: 0 Failed: 0)
rm t/lex.t # Use of literal control characters in variable names is deprecated at (eval 5)
rm t/list.t # (Wstat: 512 Tests: 0 Failed: 0) - Non-zero exit status: 2
rm t/loopctl.t # (Wstat: 512 Tests: 0 Failed: 0)
rm t/mod.t # (Wstat: 0 Tests: 13 Failed: 1) - Failed test: 8
rm t/negate.t # (Wstat: 512 Tests: 0 Failed: 0) - Non-zero exit status: 2
rm t/not.t # (Wstat: 512 Tests: 0 Failed: 0) - Non-zero exit status: 2
rm t/numconvert.t # (Wstat: 512 Tests: 0 Failed: 0)
rm t/object-can.t # Can't locate ./test.pl in @INC (@INC contains: ../lib) at t/object-can.t line 6.
rm t/overload.t # (Wstat: 512 Tests: 0 Failed: 0)
rm t/pow.t # (Wstat: 512 Tests: 0 Failed: 0) - Non-zero exit status: 2
rm t/qq.t # (Wstat: 512 Tests: 0 Failed: 0)
rm t/rand.t # (Wstat: 512 Tests: 0 Failed: 0)
rm t/regex_escape.t # warnings
rm t/reg_unsafe.t # Failed 1/1 subtests
rm t/repeat.t # (Wstat: 512 Tests: 0 Failed: 0) - Non-zero exit status: 2
rm t/sleep_time.t # takes time
rm t/split.t # (Wstat: 512 Tests: 0 Failed: 0) - Non-zero exit status: 2
rm t/srand.t # (Wstat: 512 Tests: 0 Failed: 0)
rm t/state.t # new in Perl
rm t/sub.t # (Wstat: 512 Tests: 0 Failed: 0) - Non-zero exit status: 2
rm t/undef-on-obj-slot-index.t # Can't locate ./test.pl in @INC (@INC contains: ../lib) at t/undef-on-obj-slot-index.t line 6.
rm t/unshift.t # (Wstat: 512 Tests: 0 Failed: 0) - Non-zero exit status: 2
rm t/upgrade.t # (Wstat: 512 Tests: 0 Failed: 0)
rm t/utfhash.t # (Wstat: 512 Tests: 0 Failed: 0)
rm t/vec.t # (Wstat: 512 Tests: 0 Failed: 0)
rm t/wantarray.t # (Wstat: 512 Tests: 0 Failed: 0) - Non-zero exit status: 2
rm t/330-strict.t # Variable "$x" is not imported at (eval 4) line 1.
rm t/lex.t # Use of literal control characters in variable names is deprecated at (eval 5)
rm t/380-tie-array.t # Prototype mismatch: sub CORE::shift (;+) vs none at t/380-tie-array.t line 48.
rm t/sleep_time.t # takes time
rm t/530-hash-slice.t # https://rt.cpan.org/Public/Bug/Display.html?id=108465
rm t/070-anon-sub.t # Feature "current_sub" is not supported by Perl 5.14.0
rm t/reg_unsafe.t # Failed 1/1 subtests
rm t/hash_ref_with_map.t # Can't locate ./test.pl in @INC (@INC contains: ../lib) at t/hash_ref_with_map.t line 6.
rm t/hash_with_map_and_fat_arrow.t # Can't locate ./test.pl in @INC (@INC contains: ../lib) at t/hash_with_map_and_fat_arrow.t line 6.
rm t/object-can.t # Can't locate ./test.pl in @INC (@INC contains: ../lib) at t/object-can.t line 6.
rm t/undef-on-obj-slot-index.t # Can't locate ./test.pl in @INC (@INC contains: ../lib) at t/undef-on-obj-slot-index.t line 6.
rm t/state.t # new in Perl
rm t/index_eval.t # Can't locate ./test.pl
rm t/regex_escape.t # warnings


mkdir src
Expand Down
2 changes: 1 addition & 1 deletion src5/lib/Perlito5.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package Perlito5;

$VERSION = '9.022';
$VERSION = '9.023';

1;

Expand Down

0 comments on commit 4af8534

Please sign in to comment.