diff options
author | Karl Williamson <khw@cpan.org> | 2022-07-01 10:35:30 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2022-07-01 11:16:39 -0600 |
commit | 35b455082a57df8e179967172e8037b4d1658ff4 (patch) | |
tree | da46f3622f57090397672045136dcc8a10af5039 /lib | |
parent | d62feba66bf43f35d092bb026694f927e9f94d38 (diff) | |
download | perl-35b455082a57df8e179967172e8037b4d1658ff4.tar.gz |
Revert "regex: Add POSIXA1R node"
This reverts commit d62feba66bf43f35d092bb026694f927e9f94d38.
As explained in its commit message. It adds some comments to point out
that the commit exists, for the curious.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/B/Deparse.t | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/B/Deparse.t b/lib/B/Deparse.t index 61a7af83f3..e7a76c81fe 100644 --- a/lib/B/Deparse.t +++ b/lib/B/Deparse.t @@ -1,8 +1,6 @@ #!./perl BEGIN { - print "1..0 # Skip -- temporary\n"; - exit 0; splice @INC, 0, 0, 't', '.'; require Config; if (($Config::Config{'extensions'} !~ /\bB\b/) ){ |