File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
Revision history for Modern::Perl
2
2
3
3
{{$NEXT}}
4
+ - bash doesn't like !' in double quotes, so it stuck up for awk
4
5
5
6
1.20200201 2020-01-31 18:41:36-08:00 America/Los_Angeles
6
7
- fix tests for Perl 5.32 (Tony Cook, RT #131608)
Original file line number Diff line number Diff line change @@ -105,11 +105,11 @@ Modern Perl tutorial.
105
105
106
106
As of Modern::Perl 2019, you may also enable this pragma from the command line:
107
107
108
- $ perl -Modern::Perl -e " say ' Take that, awk!'"
108
+ $ perl -Modern::Perl -e ' say " Take that, awk!"'
109
109
110
110
You may also enable year-specific features:
111
111
112
- $ perl -Modern::Perl=2020 -e " say ' Looking forward to Perl 5.30!'"
112
+ $ perl -Modern::Perl=2020 -e ' say " Looking forward to Perl 5.30!"'
113
113
114
114
=head2 Wrapping Modern::Perl
115
115
You can’t perform that action at this time.
0 commit comments