From 9532442bdc409f15c5a91fc87313b463cda67743 Mon Sep 17 00:00:00 2001 From: Sergey Kiselev Date: Mon, 9 Jul 2018 17:30:31 +0500 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B0=20=D0=B8=D0=BD=D1=84=D0=BE=D1=80=D0=BC=D0=B0=D1=86?= =?UTF-8?q?=D0=B8=D1=8F=20=D0=BE=20=D0=B2=D0=B5=D1=80=D1=81=D0=B8=D0=B8=20?= =?UTF-8?q?(0.1)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yamd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/yamd b/yamd index 0d8d234..bf8ece2 100755 --- a/yamd +++ b/yamd @@ -33,6 +33,8 @@ use strict; use warnings; +our $VERSION = '0.1'; + use File::Basename; use YAML::XS qw/Load LoadFile/;