Philippe M. Chiasson wrote:
Improvements to my previous patch:

- Small cleanups as suggested.
- Documented

[...]
Index: lib/Apache/PerlSections/Dump.pm
[...]
+#Process all saved packages
+sub package     { return shift->saved }
+
+#We don't want to save anything
+sub save        { return }
+
+#We don't want to post any config to apache, we are dumping
+sub post_config { return }

can you please separate # and text with a space? thanks.


# We don't want ...

otherwise +1

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to