ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/Perl-LibExtractor/LibExtractor.pm
(Generate patch)

Comparing cvsroot/Perl-LibExtractor/LibExtractor.pm (file contents):
Revision 1.8 by root, Mon Jan 16 22:24:47 2012 UTC vs.
Revision 1.9 by root, Tue Jan 17 16:54:46 2012 UTC

586sub add_core_support { 586sub add_core_support {
587 my ($self) = @_; 587 my ($self) = @_;
588 588
589 $self->add_eval ('my $v; open my $fh, "<", \$v'); 589 $self->add_eval ('my $v; open my $fh, "<", \$v');
590 $self->add_eval ('my $x = chr 1234; "\u$x\U$x\l$x\L$x"; $x =~ /\d|\w|\s|\b|\R|\h|\v|$x/i'); 590 $self->add_eval ('my $x = chr 1234; "\u$x\U$x\l$x\L$x"; $x =~ /\d|\w|\s|\b|\R|\h|\v|$x/i');
591 $self->add_eval ('split " ", chr 1234');
592 $self->add_eval ('/\x{1234}(?<a>)\g{a}/') if $] >= 5.010;
591} 593}
592 594
593=item $extractor->add_unicore 595=item $extractor->add_unicore
594 596
595Adds (hopefully) all files form the unicore database that will ever be 597Adds (hopefully) all files form the unicore database that will ever be

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines