lib/Once.pm
changeset 92 a09a3ae04dcf
parent 91 75a06e057016
--- 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;