File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11Revision history for Perl module JavaScript::Duktape
22
3+ 2.1.3 2017 2017-03-23
4+ - minor failing test fix
5+
362.1.2 2017 2017-03-19
47 - update duktape v2.0.2
58 - fix error message without messing with duktape stack
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ use warnings;
44use Carp;
55use Data::Dumper;
66use Scalar::Util qw( weaken ) ;
7- our $VERSION = ' 2.1.2 ' ;
7+ our $VERSION = ' 2.1.3 ' ;
88
99my $GlobalRef = {};
1010
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ my $str = '849764516362997810229384298347982374872983749827348072983470923740923
1111$duk -> push_perl($str );
1212is $duk -> get_string(-1), $str ;
1313
14- my $num = 849764516362997810229384298347982374872983749827348072983470923740923094720374092374273472394792834798 ;
14+ my $num = 84976 ;
1515$duk -> push_perl($num );
1616is $duk -> get_number(-1), $num ;
1717
You can’t perform that action at this time.
0 commit comments