| 6 |
# and Egon Willighagen, egonw@sci.kun.nl |
# and Egon Willighagen, egonw@sci.kun.nl |
| 7 |
# |
# |
| 8 |
# $Log$ |
# $Log$ |
| 9 |
# Revision 1.2 2003/04/30 00:06:55 joko |
# Revision 1.3 2003/05/01 20:10:36 joko |
| 10 |
# NEW: sub __evaluate_test__ now detects a variable name in an lvalue of an expression (e.g. $var=val, {$var}=val) |
# increased version number to 0.41 |
| 11 |
|
# |
| 12 |
|
# Revision x.xx 2003/04/30 00:06:55 joko |
| 13 |
|
# * sub __evaluate_test__ now detects a variable name in |
| 14 |
|
# an lvalue of an expression (e.g. $var=val, {$var}=val) |
| 15 |
# |
# |
| 16 |
# Revision 1.19 2002/02/18 09:05:14 gellyfish |
# Revision 1.19 2002/02/18 09:05:14 gellyfish |
| 17 |
# Refactoring |
# Refactoring |
| 86 |
|
|
| 87 |
use vars qw ( $VERSION @ISA @EXPORT_OK $AUTOLOAD ); |
use vars qw ( $VERSION @ISA @EXPORT_OK $AUTOLOAD ); |
| 88 |
|
|
| 89 |
$VERSION = '0.40'; |
$VERSION = '0.41'; |
| 90 |
|
|
| 91 |
@ISA = qw( Exporter ); |
@ISA = qw( Exporter ); |
| 92 |
@EXPORT_OK = qw( &transform &serve ); |
@EXPORT_OK = qw( &transform &serve ); |