log_something_with_long_function ( 'This is a log message.', 2 );
Coro::AnyEvent::sleep ( 3, 4 );
-use Carp ();
+use Carp ();
use File::Spec ();
use File::Path ();
$self -> method ( 'parameter_0', 'parameter_1' );
# Keep the space before the '()' here:
-use Foo::Bar ();
-use Foo::Bar ();
+use Foo::Bar ();
+use Foo::Bar ();
use Foo::Bar 1.0 ();
-use Foo::Bar qw(baz);
+use Foo::Bar qw(baz);
use Foo::Bar 1.0 qw(baz);
../snippets26.t lpxl.lpxl6
../snippets26.t c133.c133
../snippets26.t c133.def
+../snippets26.t git93.def
+../snippets26.t git93.git93
../snippets3.t ce_wn1.ce_wn
../snippets3.t ce_wn1.def
../snippets3.t colin.colin
../snippets9.t rt98902.def
../snippets9.t rt98902.rt98902
../snippets9.t rt99961.def
-../snippets26.t git93.def
-../snippets26.t git93.git93
params => "def",
expect => <<'#15...........',
# Keep the space before the '()' here:
-use Foo::Bar ();
-use Foo::Bar ();
+use Foo::Bar ();
+use Foo::Bar ();
use Foo::Bar 1.0 ();
-use Foo::Bar qw(baz);
+use Foo::Bar qw(baz);
use Foo::Bar 1.0 qw(baz);
#15...........
},
expect => <<'#5...........',
log_something_with_long_function ( 'This is a log message.', 2 );
Coro::AnyEvent::sleep ( 3, 4 );
-use Carp ();
+use Carp ();
use File::Spec ();
use File::Path ();
$self -> method ( 'parameter_0', 'parameter_1' );