7 lines
66 B
Perl
7 lines
66 B
Perl
|
use strict;
|
||
|
use warnings;
|
||
|
use utf8;
|
||
|
use Test::More;
|
||
|
|
||
|
{{_cursor_}}
|