mirror of
https://github.com/perlbot/perlbuut
synced 2025-06-07 17:25:41 -04:00
adding this for globs on {}
This commit is contained in:
parent
beaaded80c
commit
e990e78cca
1 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
#!/usr/bin/perl
|
||||
|
||||
use lib '/home/ryan/perl5/lib/perl5';
|
||||
|
||||
use strict;
|
||||
use Data::Dumper;
|
||||
use Scalar::Util; #Required by Data::Dumper
|
||||
|
@ -31,6 +33,7 @@ use utf8; eval "\$\343\201\257 = 42"; # attempt to automatically load the utf8
|
|||
use charnames qw(:full);
|
||||
use PerlIO;
|
||||
use PerlIO::scalar;
|
||||
use Text::ParseWords;
|
||||
|
||||
# Required for perl_deparse
|
||||
use B::Deparse;
|
||||
|
@ -42,7 +45,7 @@ require 'bytes_heavy.pl';
|
|||
|
||||
use Tie::Hash::NamedCapture;
|
||||
|
||||
{no warnings 'constant';
|
||||
{#no warnings 'constant';
|
||||
uc "\x{666}"; #Attempt to load unicode libraries.
|
||||
}
|
||||
binmode STDOUT, ":utf8"; # Enable utf8 output.
|
||||
|
|
Loading…
Add table
Reference in a new issue