--- nfo/perl/libs/XML/XSLT.pm 2003/04/30 00:06:55 1.2 +++ nfo/perl/libs/XML/XSLT.pm 2003/05/01 20:10:36 1.3 @@ -6,8 +6,12 @@ # and Egon Willighagen, egonw@sci.kun.nl # # $Log: XSLT.pm,v $ -# Revision 1.2 2003/04/30 00:06:55 joko -# NEW: sub __evaluate_test__ now detects a variable name in an lvalue of an expression (e.g. $var=val, {$var}=val) +# Revision 1.3 2003/05/01 20:10:36 joko +# increased version number to 0.41 +# +# Revision x.xx 2003/04/30 00:06:55 joko +# * sub __evaluate_test__ now detects a variable name in +# an lvalue of an expression (e.g. $var=val, {$var}=val) # # Revision 1.19 2002/02/18 09:05:14 gellyfish # Refactoring @@ -82,7 +86,7 @@ use vars qw ( $VERSION @ISA @EXPORT_OK $AUTOLOAD ); -$VERSION = '0.40'; +$VERSION = '0.41'; @ISA = qw( Exporter ); @EXPORT_OK = qw( &transform &serve );