Small change to t/db-recno.t [RT# 43288]
Message-ID: <
00ad01c99214$89f5fa50$9de1eef0$@Marquess@ntlworld.com>
+1.819 18 February 2009
+
+ * t/db-recno.t fails if run in a path that contains spaces
+ [rt.cpan.org #43288]
+
1.818 21 January 2009
* Updated Makefile.PL for Strawberry Perl.
use Carp;
-$VERSION = "1.818" ;
+$VERSION = "1.819" ;
$VERSION = eval $VERSION; # needed for dev releases
{
foreach ($ms_error, @ms_warnings) {
chomp;
- s/ at \S+ line \d+\.?.*//s;
+ s/ at \S+(\s+\S+)*? line \d+\.?.*//s;
}
return "different errors: '$s_error' vs '$ms_error'"