This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
t/re/pat.t: Outdent 2 lines
authorKarl Williamson <khw@cpan.org>
Tue, 12 Mar 2019 21:56:05 +0000 (15:56 -0600)
committerKarl Williamson <khw@cpan.org>
Thu, 14 Mar 2019 00:17:55 +0000 (18:17 -0600)
t/re/pat.t

index e6b4769..e97031f 100644 (file)
@@ -20,8 +20,9 @@ BEGIN {
     require './loc_tools.pl';
     set_up_inc('../lib', '.', '../ext/re');
 }
-    skip_all('no re module') unless defined &DynaLoader::boot_DynaLoader;
-    skip_all_without_unicode_tables();
+
+skip_all('no re module') unless defined &DynaLoader::boot_DynaLoader;
+skip_all_without_unicode_tables();
 
 plan tests => 854;  # Update this when adding/deleting tests.