From: <hoe...@us...> - 2004-09-19 19:58:17
|
Update of /cvsroot/perl-css/CSS-SAC In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22748 Modified Files: Changes SAC.pm Log Message: shift version number for post-0.06 work Index: Changes =================================================================== RCS file: /cvsroot/perl-css/CSS-SAC/Changes,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- Changes 19 Sep 2004 19:50:36 -0000 1.6 +++ Changes 19 Sep 2004 19:58:07 -0000 1.7 @@ -1,5 +1,8 @@ Revision history for Perl extension CSS::SAC. +0.07 ... + - ... + 0.06 Sun Oct 19 21:47 2004 - Module now maintained by Bjoern Hoehrmann - More accurate behavior wrt to namespace declarations Index: SAC.pm =================================================================== RCS file: /cvsroot/perl-css/CSS-SAC/SAC.pm,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- SAC.pm 19 Sep 2004 19:13:20 -0000 1.12 +++ SAC.pm 19 Sep 2004 19:58:07 -0000 1.13 @@ -20,7 +20,7 @@ %DIM_MAP %FUNC_MAP ); -$VERSION = '0.06'; +$VERSION = '0.06_1'; use CSS::SAC::ConditionFactory qw(); use CSS::SAC::SelectorFactory qw(); |