re.pm will load under miniperl, so don't hard-code its values into ParseXS
authorNicholas Clark <nick@ccl4.org>
Sat, 12 Sep 2009 06:38:32 +0000 (07:38 +0100)
committerNicholas Clark <nick@ccl4.org>
Sat, 12 Sep 2009 06:38:32 +0000 (07:38 +0100)
commita049506658d2a1f1262d7635971158f305c441f6
treee91557a5668e2d6399fc93514123e7c39d084dde
parentbc72ff4919d7f1638a7ea29ecb264459926b1933
re.pm will load under miniperl, so don't hard-code its values into ParseXS

(There's special-case code in the core to make re.pm available early as
lib/re.pm, as it's needed by other modules in the XS toolchain, so we don't need
a special case and attendant fragility in ExtUtils::ParseXS)
ext/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm
ext/re/re.pm