You are viewing a plain text version of this content. The canonical link for it is here.
Posted to embperl-cvs@perl.apache.org by ri...@apache.org on 2005/08/13 21:43:05 UTC

cvs commit: embperl/xsbuilder ParseSource.pm WrapXS.pm

richter     2005/08/13 12:43:05

  Modified:    .        Embperl.pm Embperl.pod MANIFEST
               Embperl  Mail.pm Module.pm Object.pm Recipe.pm Session.pm
               Embperl/Form Validate.pm
               Embperl/Form/Validate Default.pm Number.pm
               Embperl/Recipe Embperl.pm EmbperlXSLT.pm XSLT.pm
               xsbuilder ParseSource.pm WrapXS.pm
  Log:
  Versionsnummern fuer 2.0.0
  
  Revision  Changes    Path
  1.205     +2 -2      embperl/Embperl.pm
  
  Index: Embperl.pm
  ===================================================================
  RCS file: /home/cvs/embperl/Embperl.pm,v
  retrieving revision 1.204
  retrieving revision 1.205
  diff -u -r1.204 -r1.205
  --- Embperl.pm	7 Aug 2005 00:52:29 -0000	1.204
  +++ Embperl.pm	13 Aug 2005 19:43:04 -0000	1.205
  @@ -49,7 +49,7 @@
   
   @ISA = qw(Exporter DynaLoader);
   
  -$VERSION = '2.0rc5' ;
  +$VERSION = '2.0.0' ;
   
   
   if ($modperl  = $ENV{MOD_PERL})
  
  
  
  1.94      +4 -4      embperl/Embperl.pod
  
  Index: Embperl.pod
  ===================================================================
  RCS file: /home/cvs/embperl/Embperl.pod,v
  retrieving revision 1.93
  retrieving revision 1.94
  diff -u -r1.93 -r1.94
  --- Embperl.pod	7 Aug 2005 00:52:29 -0000	1.93
  +++ Embperl.pod	13 Aug 2005 19:43:04 -0000	1.94
  @@ -34,7 +34,7 @@
   B<IMPORTANT:> This document describes the syntax and several features of Embperl.
   Please read also L<perldoc Config.pod|Config.pod>, which describes how to
   configure Embperl and how to access the different Embperl objects and 
  -there data. Also take a look at L<perldoc Embperl::Object|EmbperlObject.pod>
  +their data. Also take a look at L<perldoc Embperl::Object|EmbperlObject.pod>
   to learn how to use Embperl page as objects.
   
   Additionaly there are a few introductions documents should consider to read:
  @@ -1284,13 +1284,13 @@
   =head1 Form Validation
   
   Embperl comes with the ability to validate form data. Rules can be defined how the
  -data from forms should be validated. This done by the module Embperl::Form::Validate.
  +data from forms should be validated. This done by the module L<Embperl::Form::Validate|EmbperlFormValidate.pod>.
   This module is able to do client side verification by generation JavaScript code 
   and server side verification by providing a Perl method to validate the data.
   Embperl::Form::Validate comes with a lot of standard tests and you can extent it
   by providing your own test classes, which can inherit from the shiped test classes.
   
  -For further details see perldoc Embperl::Form::Validate.
  +For further details see perldoc L<Embperl::Form::Validate|EmbperlFormValidate.pod>.
   
   
   =head1 Caching
  @@ -1302,7 +1302,7 @@
   by parameters passed to the providers via recipes or as configuration directives inside
   the page, passed to Execute or in your httpd.conf.
   
  -See Emperl_Cache_* and Embperl_Expires_* in Config.pod.
  +See Emperl_Cache_* and Embperl_Expires_* in L<Config.pod>.
   
   
   =head1 Internationalisation (I18N)
  
  
  
  1.108     +0 -1      embperl/MANIFEST
  
  Index: MANIFEST
  ===================================================================
  RCS file: /home/cvs/embperl/MANIFEST,v
  retrieving revision 1.107
  retrieving revision 1.108
  diff -u -r1.107 -r1.108
  --- MANIFEST	8 Aug 2005 13:42:44 -0000	1.107
  +++ MANIFEST	13 Aug 2005 19:43:04 -0000	1.108
  @@ -63,7 +63,6 @@
   IntroEmbperlObject.pod
   MANIFEST
   Makefile.PL
  -NEWS.pod
   Old.xs
   README
   README.v2
  
  
  
  1.39      +2 -2      embperl/Embperl/Mail.pm
  
  Index: Mail.pm
  ===================================================================
  RCS file: /home/cvs/embperl/Embperl/Mail.pm,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- Mail.pm	7 Aug 2005 00:03:00 -0000	1.38
  +++ Mail.pm	13 Aug 2005 19:43:04 -0000	1.39
  @@ -31,7 +31,7 @@
   @ISA = qw(Embperl);
   
   
  -$VERSION = '2.0';
  +$VERSION = '2.0.0';
   
   
   sub _quote_hdr
  
  
  
  1.33      +2 -2      embperl/Embperl/Module.pm
  
  Index: Module.pm
  ===================================================================
  RCS file: /home/cvs/embperl/Embperl/Module.pm,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- Module.pm	7 Aug 2005 00:03:00 -0000	1.32
  +++ Module.pm	13 Aug 2005 19:43:04 -0000	1.33
  @@ -20,7 +20,7 @@
   use Embperl ;
   
   
  -$VERSION = '0.01_dev-1';
  +$VERSION = '2.0.0';
   
   
   # define subs
  
  
  
  1.20      +2 -2      embperl/Embperl/Object.pm
  
  Index: Object.pm
  ===================================================================
  RCS file: /home/cvs/embperl/Embperl/Object.pm,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- Object.pm	9 Aug 2005 05:14:24 -0000	1.19
  +++ Object.pm	13 Aug 2005 19:43:04 -0000	1.20
  @@ -48,7 +48,7 @@
   @ISA = qw(Exporter DynaLoader);
   
   
  -$VERSION = '2.0';
  +$VERSION = '2.0.0';
   
   
   $volume = (File::Spec -> splitpath ($Embperl::cwd))[0] ;
  
  
  
  1.5       +2 -2      embperl/Embperl/Recipe.pm
  
  Index: Recipe.pm
  ===================================================================
  RCS file: /home/cvs/embperl/Embperl/Recipe.pm,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Recipe.pm	7 Aug 2005 00:03:00 -0000	1.4
  +++ Recipe.pm	13 Aug 2005 19:43:04 -0000	1.5
  @@ -69,7 +69,7 @@
   
   =head1 SYNOPSIS
   
  -EMBPERL_RECIPE "XSLT Embperl"
  +   EMBPERL_RECIPE "XSLT Embperl"
   
   =head1 DESCRIPTION
   
  
  
  
  1.13      +1 -1      embperl/Embperl/Session.pm
  
  Index: Session.pm
  ===================================================================
  RCS file: /home/cvs/embperl/Embperl/Session.pm,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- Session.pm	13 Nov 2001 19:12:49 -0000	1.12
  +++ Session.pm	13 Aug 2005 19:43:04 -0000	1.13
  @@ -124,7 +124,7 @@
   use strict;
   use vars qw(@ISA $VERSION);
   
  -$VERSION = '1.50';
  +$VERSION = '2.0.0';
   @ISA = qw(Apache::Session);
   
   use Apache::Session;
  
  
  
  1.12      +6 -6      embperl/Embperl/Form/Validate.pm
  
  Index: Validate.pm
  ===================================================================
  RCS file: /home/cvs/embperl/Embperl/Form/Validate.pm,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- Validate.pm	7 Aug 2005 00:03:01 -0000	1.11
  +++ Validate.pm	13 Aug 2005 19:43:04 -0000	1.12
  @@ -20,7 +20,7 @@
   use strict;
   use vars qw($VERSION);
   
  -$VERSION = q$Id$;
  +$VERSION = '2.0.0' ;
   
   =head1 NAME
   
  @@ -786,16 +786,16 @@
   	-key        => 'email',
   	-name       => 'E-Mail-Address',
   	emptyok     => 1,                   # it's ok to leave this field empty (in this case the following tests are skiped)
  -
  +         
   	-msg => 'The E-Mail-Address is invalid.',
   	matches_regex => '(^[^ <>()@�-�]+@[^ <>()@�-�]+\.[a-zA-Z]{2,3}$)', 
  -	
  +        	
   	-msg => 'The E-Mail address must contain a "@".',
   	must_contain_one_of => '@',
  -
  +         
   	-msg => 'The E-Mail address must contain at least one period.',
   	must_contain_one_of => '.',
  -
  +        
   	-msg => 'The E-Mail-Address is invalid. It must only not contain any special charaters.',
   	must_not_contain => '�����������������������������������������������������������������������������������������������',
          ],
  
  
  
  1.6       +2 -2      embperl/Embperl/Form/Validate/Default.pm
  
  Index: Default.pm
  ===================================================================
  RCS file: /home/cvs/embperl/Embperl/Form/Validate/Default.pm,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- Default.pm	7 Aug 2005 00:03:01 -0000	1.5
  +++ Default.pm	13 Aug 2005 19:43:05 -0000	1.6
  @@ -20,7 +20,7 @@
   use strict;
   use vars qw($VERSION %error_messages %script_functions %prefixes);
   
  -$VERSION = q$Id$;
  +$VERSION = '2.0.0' ;
   
   %script_functions = ();
   %prefixes = ();
  
  
  
  1.6       +2 -2      embperl/Embperl/Form/Validate/Number.pm
  
  Index: Number.pm
  ===================================================================
  RCS file: /home/cvs/embperl/Embperl/Form/Validate/Number.pm,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- Number.pm	7 Aug 2005 00:03:01 -0000	1.5
  +++ Number.pm	13 Aug 2005 19:43:05 -0000	1.6
  @@ -20,7 +20,7 @@
   use base qw(Embperl::Form::Validate::Default);
   
   my
  -$VERSION = q$Id$;
  +$VERSION = '2.0.0' ;
   
   my %error_messages = 
   (
  
  
  
  1.5       +24 -1     embperl/Embperl/Recipe/Embperl.pm
  
  Index: Embperl.pm
  ===================================================================
  RCS file: /home/cvs/embperl/Embperl/Recipe/Embperl.pm,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Embperl.pm	7 Aug 2005 00:03:01 -0000	1.4
  +++ Embperl.pm	13 Aug 2005 19:43:05 -0000	1.5
  @@ -55,3 +55,26 @@
       }
   
   1;
  +
  +__END__
  +
  +=pod
  +
  +=head1 NAME
  +
  +Embperl::Recipe::Embperl
  +
  +=head1 SYNOPSIS
  +
  +
  +=head1 DESCRIPTION
  +
  +Defines the default recipe for Embperl.
  +
  +=head1 Author
  +
  +G. Richter (richter@dev.ecos.de)
  +
  +=head1 See Also
  +
  +L<Embperl::Recipe|EmbperlRecipe.pod>
  
  
  
  1.8       +30 -1     embperl/Embperl/Recipe/EmbperlXSLT.pm
  
  Index: EmbperlXSLT.pm
  ===================================================================
  RCS file: /home/cvs/embperl/Embperl/Recipe/EmbperlXSLT.pm,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- EmbperlXSLT.pm	7 Aug 2005 00:03:01 -0000	1.7
  +++ EmbperlXSLT.pm	13 Aug 2005 19:43:05 -0000	1.8
  @@ -61,3 +61,32 @@
   
   
   1 ;
  +
  +__END__
  +
  +=pod
  +
  +=head1 NAME
  +
  +Embperl::Recipe::EmbperlXSLT
  +
  +=head1 SYNOPSIS
  +
  +
  +=head1 DESCRIPTION
  +
  +This recipe does an XSLT transformation after normal Embperl processing.
  +
  +=head1 Author
  +
  +G. Richter (richter@dev.ecos.de)
  +
  +=head1 See Also
  +
  +L<Embperl::Recipe|EmbperlRecipe.pod>
  +
  +L<Embperl::Recipe::XSLT|EmbperlRecipe/XSLT.pod>
  +
  +
  +
  +
  
  
  
  1.5       +28 -2     embperl/Embperl/Recipe/XSLT.pm
  
  Index: XSLT.pm
  ===================================================================
  RCS file: /home/cvs/embperl/Embperl/Recipe/XSLT.pm,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- XSLT.pm	7 Aug 2005 00:03:01 -0000	1.4
  +++ XSLT.pm	13 Aug 2005 19:43:05 -0000	1.5
  @@ -63,4 +63,30 @@
       return \@recipe ;
       }
   
  -1 ;
  \ No newline at end of file
  +1 ;
  +
  +
  +__END__
  +
  +=pod
  +
  +=head1 NAME
  +
  +Embperl::Recipe::XSLT
  +
  +=head1 SYNOPSIS
  +
  +
  +=head1 DESCRIPTION
  +
  +This recipe does an XSLT transformation.
  +
  +=head1 Author
  +
  +G. Richter (richter@dev.ecos.de)
  +
  +=head1 See Also
  +
  +L<Embperl::Recipe|EmbperlRecipe.pod>
  +
  +L<Embperl::Recipe::EmbperlXSLT|EmbperlRecipe/XSLT.pod>
  
  
  
  1.3       +1 -1      embperl/xsbuilder/ParseSource.pm
  
  Index: ParseSource.pm
  ===================================================================
  RCS file: /home/cvs/embperl/xsbuilder/ParseSource.pm,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ParseSource.pm	22 Oct 2002 05:39:51 -0000	1.2
  +++ ParseSource.pm	13 Aug 2005 19:43:05 -0000	1.3
  @@ -10,7 +10,7 @@
   
   @ISA = ('ExtUtils::XSBuilder::ParseSource') ;
   
  -$VERSION = '0.01';
  +$VERSION = '2.0.0';
   
   
   
  
  
  
  1.3       +1 -1      embperl/xsbuilder/WrapXS.pm
  
  Index: WrapXS.pm
  ===================================================================
  RCS file: /home/cvs/embperl/xsbuilder/WrapXS.pm,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- WrapXS.pm	22 Oct 2002 05:39:51 -0000	1.2
  +++ WrapXS.pm	13 Aug 2005 19:43:05 -0000	1.3
  @@ -8,7 +8,7 @@
   
   @ISA = ('ExtUtils::XSBuilder::WrapXS') ;
   
  -$VERSION = '0.01';
  +$VERSION = '2.0.0';
   
   # ============================================================================
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-cvs-help@perl.apache.org