summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-07-01 10:35:30 -0600
committerKarl Williamson <khw@cpan.org>2022-07-01 11:16:39 -0600
commit35b455082a57df8e179967172e8037b4d1658ff4 (patch)
treeda46f3622f57090397672045136dcc8a10af5039 /lib
parentd62feba66bf43f35d092bb026694f927e9f94d38 (diff)
downloadperl-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.t2
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/) ){