Hi.
Was trying to work out how execute works and found a few typos in the
docs while I was looking.
Diff against svn attached.
--
Michael Stevens
Dianomi Ltd
18 Buckingham Gate
London SW1E 6LB
Tel: 020 7802 5530
Fax: 020 7630 7356
www.dianomi.com
The information in this message and any attachment is intended for the
addressee and is confidential and may be subject to legal privilege.
Dianomi Ltd, Registered Office: One America Square, Crosswall, London.
EC3N 2SG. Registered in England and Wales with Company Registration
Number 4513809. VAT registration number: 809754988
Index: SVN.pod
===================================================================
--- SVN.pod (revision 965847)
+++ SVN.pod (working copy)
@@ -62,11 +62,10 @@
=head2 Embperl 1.x
-There is no further developement in the Embperl 1.x branch, but case it
-will become necessary you can access the Embperl 1.x code via the branch
-B<ep1>, so when you checkout just run
+There is no further developement in the Embperl 1.x branch, but in case it will
+become necessary you can access the Embperl 1.x code via the branch B<ep1>, so
+when you checkout just run
-
svn checkout http://svn.apache.org/repos/asf/perl/embperl/branches/ep1/
Index: podsrc/Config.spod
===================================================================
--- podsrc/Config.spod (revision 965847)
+++ podsrc/Config.spod (working copy)
@@ -250,7 +250,7 @@
Embperl pages (for example to store a common header or
footer in a different file).
-(See B<eg/x/Excute.pl> for more detailed examples)
+(See B<eg/x/Execute.pl> for more detailed examples)
When you want to use I<Embperl::Object> call C<Embperl::Object::Execute>, when you
want I<Embperl::Mail>, call C<Embperl::Mail::Execute>.
@@ -268,7 +268,7 @@
Execute ({inputfile => $filename,
param => [$p1, $p2, $pn]}) ;
-The possible items for hash of the long form are are descriped in the
+The possible items for hash of the long form are are described in the
configuration section and parameter section.
Index: Changes.pod
===================================================================
--- Changes.pod (revision 965847)
+++ Changes.pod (working copy)
@@ -3,13 +3,13 @@
=head 2.4.0
- Support for CGI.pm 3.43 (included within Perl 5.10.1)
- for file uplaods. CGI.pm < 2.43 is not supported anymore.
+ for file uploads. CGI.pm < 2.43 is not supported anymore.
- A lot of enhancements for Embperl::Form
- Add example for usage of Embperl::Form. See
eg/forms/README.txt. Can be viewed used using "make start"
- Increased size limit for errormessage from 1024 to 4096
- Makefile.PL can now handle compiling 32Bit code on 64Bit
- sytsem if Perl was compiled as 32Bit application
+ system if Perl was compiled as 32Bit application
- Adaption of tests to changed error messages of perl 5.10
- Makefile.PL can now cope with OpenSuSE 11.2, if perl,
mod_perl and apache are installed from OpenSuSE packages.
Index: Embperl.pod
===================================================================
--- Embperl.pod (revision 965847)
+++ Embperl.pod (working copy)
@@ -368,7 +368,7 @@
[- Execute ({ sub => 'foo'}) # long form -]
The difference is that the Execute function will reset the internal
-states of Embperl like they were before the subrountine call, when
+states of Embperl like they were before the subroutine call, when
the subroutine returns.
You may also pass Parameters to the subroutine:
---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-unsubscr...@perl.apache.org
For additional commands, e-mail: embperl-h...@perl.apache.org