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-28 23:44:04 +0300
committerlex <lexinhell@gmail.com>2016-03-28 23:44:04 +0300
commit198ddf7de979bb88d0c9191fa41b4fd0f88db6c5 (patch)
treebf93bd9a397c04727e2a1dad3b17c90cb4a1ddd0 /MyHTML.pm
parent79ed21801adb4e80b2c904a5c7573895845b0e08 (diff)
Fixes for OS Windows. Speed UP for OS Windows
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 0671557..9d5738b 100755
--- a/MyHTML.pm
+++ b/MyHTML.pm
@@ -22,7 +22,7 @@ use strict;
use vars qw($AUTOLOAD $VERSION $ABSTRACT @ISA @EXPORT);
BEGIN {
- $VERSION = 0.31;
+ $VERSION = 0.32;
$ABSTRACT = "Fast HTML Parser using Threads with no outside dependencies";
@ISA = qw(Exporter DynaLoader);