Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lexborisov/perl-html-myhtml.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlex <lexinhell@gmail.com>2016-03-01 09:46:06 +0300
committerlex <lexinhell@gmail.com>2016-03-01 09:46:06 +0300
commit1eebd0d6bd10332d65209d3a65f15d52f91b141a (patch)
treeeede3ed36066e9b1f8af71ef8604caf621366b70 /MyHTML.pm
parent9b11b5c463b9035e46037d9d6acb1095e0d001cf (diff)
Fixes for compile program
Diffstat (limited to 'MyHTML.pm')
-rwxr-xr-xMyHTML.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/MyHTML.pm b/MyHTML.pm
index 0448011..826649a 100755
--- a/MyHTML.pm
+++ b/MyHTML.pm
@@ -22,7 +22,7 @@ use strict;
use vars qw($AUTOLOAD $VERSION $ABSTRACT @ISA @EXPORT);
BEGIN {
- $VERSION = 0.24;
+ $VERSION = 0.25;
$ABSTRACT = "Fast HTML Parser using Threads with no outside dependencies";
@ISA = qw(Exporter DynaLoader);