bliper

static html page generation in perl
git clone git://git.2f30.org/bliper
Log | Files | Refs | README | LICENSE

commit 50163d20e721e344d637814d3d92e91ad7af1954
parent 09127bb03d417a2a80c38011433257fe95596302
Author: cipher <haris@2f30.org>
Date:   Sun, 11 May 2014 14:59:32 +0300

Remove unused var.

Diffstat:
Mbin/bliper-blog.pl | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/bin/bliper-blog.pl b/bin/bliper-blog.pl @@ -4,7 +4,6 @@ use strict; use Cwd; my $maindir = getcwd; -my $blogdir = 'output/blog.html'; my $articledir = 'main-articles'; my $count = 0;