This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Unescaped left braces in regular expressions will be fatal in 5.30.
[perl5.git] / t / lib / Devel / nodb.pm
1 package Devel::nodb;
2 *DB::DB = sub { } if 0;
3 1;