/[cvs]/nfo/perl/libs/XML/XSLT.pm
ViewVC logotype

Diff of /nfo/perl/libs/XML/XSLT.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by joko, Wed Apr 30 00:06:55 2003 UTC revision 1.3 by joko, Thu May 1 20:10:36 2003 UTC
# Line 6  Line 6 
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
# Line 82  use constant NS_XHTML        => 'http:// Line 86  use constant NS_XHTML        => 'http://
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 );

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed