http://qs321.pair.com?node_id=924004


in reply to Re^6: regexp class
in thread re: regexp class

Adding functionality would be a feature request, not a bug report.

The following test suite provides 100% code and feature coverage:

use Test; BEGIN { plan tests => 1 } do '/dev/null'; ok( ! $@ ); # Empty text compiles w/o error # Test all features:

- tye