diff -r 75a06e057016 -r a09a3ae04dcf lib/Once.pm --- a/lib/Once.pm Tue Oct 17 17:28:05 2017 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,13 +0,0 @@ -package Once; - -use strict; -use warnings; -use base 'Exporter'; - -our $VERSION = 0.0; -our @EXPORT_OK = qw(realpath); - -sub realpath { -} - -1;