blob: 33ddb00b3fbb93fee03690462cbd59011f78f42f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
#!/usr/bin/env perl
use utf8;
use strict;
use warnings;
use open qw(:std :utf8);
# no critic (RequireInterpolationOfMetachars)
our $VERSION = '@VERSION@';
#print pwd()
|