File tree Expand file tree Collapse file tree 3 files changed +17
-3
lines changed
lib/RPerl/Learning/Chapter1 Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -114,6 +114,7 @@ https://rt.cpan.org
114114##########################################################################################
115115
116116http://www.cpantesters.org/distro/R/RPerl.html
117+ http://www.cpantesters.org/author/W/WBRASWELL.html
117118
118119https://admin.cpantesters.org/cgi-bin/pages.cgi?act=user-author
119120https://admin.cpantesters.org/cgi-bin/pages.cgi?act=author-dist&dist=RPerl
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ Eyapp unescaped left braces
22
33RELEASE Parse::Eyap vX.YZZY
44
5- Fix Numeric Accuracy
6-
7- RELEASE v1.000007
85
6+ CHECK
7+ Fix Numeric Accuracy
8+ tmp fix lib/RPerl/Test/OperatorVoid01NamedVoidReturn/*.DISABLED_NEED_FIX
99
1010Fix CPAN Testers Bugs
1111
Original file line number Diff line number Diff line change 1+ # !/usr/bin/perl
2+
3+ # [[[ HEADER ]]]
4+ use strict;
5+ use warnings;
6+ use RPerl;
7+ our $VERSION = 0.001_000;
8+
9+ # [[[ CRITICS ]]]
10+ # # no critic qw(ProhibitUselessNoCritic ProhibitMagicNumbers RequireCheckedSyscalls) # USER DEFAULT 1: allow numeric values & print operator
11+
12+ # [[[ OPERATIONS ]]]
13+ print ' Hello, world!' . " \n " ;
You can’t perform that action at this time.
0 commit comments