some patches accumulated in packaging and using ExtUtils::XSBuilder:
make pod2man happier:
--- libextutils-xsbuilder-perl-0.23.orig/XSBuilder.pod
+++ libextutils-xsbuilder-perl-0.23/XSBuilder.pod
@@ -1,6 +1,8 @@
+=head1 NAME
+ExtUtils::XSBuilder - Automatic XS glue code generation
-=head1 Ba
If you wanted just files in a certain subdirectory to be handled by
Embperl, I think you'd just need to set up the appropriate Apache file
location directive.
SetHandler perl-script
PerlHandler Embperl
Options ExecCGI
Good luck.
On Saturday, March 15, 2003, at 09:16 AM, [EMA
Can this be limited to a certain directory tree?
> On Fri, Mar 14, 2003 at 10:07:57AM +0100, Gerald Richter wrote:
> >
> > >SetEnv EMBPERL_FILESMATCH "\.(htm|html|epl)$"
> >
> >
Ruben
-
To unsubscribe, e-mail: [EMAIL PROTEC
> I did some investigating and found that the MySQL behavior for this type
> of problem is to simply report a warning and cut off the text being
> entered if it exceeds the field length. The session data is becoming
> invalid because in this case the Perl data structure is being
> corrupted. Th
>
> How can i in embperl 2.0b8 with Validate module check, if some rule
> key ('user' in my example) is giving an error or not?
>
You need to use validate instead of messages:
use Embperl::Form::Validate ;
$validate = Embperl::Form::Validate->new();
$validate->add_rule([-key=>'user', -msg=>'Missi
> I have read that FAQ, but the source havn't changed!
>
Yes, but the problem is the same. You include mylib.pl in multiple embperl
pages. Each Emperl page runs in it's own namespace and the lib is compiled
in the namespace of the page where it is first required. The second page
will not reload
> I tried the following code (cut & paste from the embperl documentation)
>
Your code is correct...
>
> I'm running Linux, Embperl 2.0b8, Perl 5.8.0 & Apache 1.3.27.
>
... but you need to upgrade to the current CVS version (which will be soon
release as 2.0b9) to get it working with Perl 5.8.0
your httpd.conf says pocess .phtml with Embperl,
for .fpl and .epl Embperl and Apache::Registry are configured
and you have a .html file, for which you do not
defined any handler. So rename your file to index.phtml and t should
work
Gerald
P.S. The ADresse of the mailing list is
[E