diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-07-04 13:00:43 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-07-04 13:00:43 +0000 |
commit | 095313c63c68a572ddf5ca3dcca1ca7b90127f48 (patch) | |
tree | db36aef03b31c4a8750517088c435bd12fe4d7ba /www/p5-AMF-Perl/files/patch-Perl.pm | |
parent | - Don't remove directory belonging to gnomehier (diff) |
o Rename p5-Flash-FLAP to p5-AMF-Perl.
o Upgrade to 0.12.
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=112906
Diffstat (limited to 'www/p5-AMF-Perl/files/patch-Perl.pm')
-rw-r--r-- | www/p5-AMF-Perl/files/patch-Perl.pm | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/www/p5-AMF-Perl/files/patch-Perl.pm b/www/p5-AMF-Perl/files/patch-Perl.pm new file mode 100644 index 000000000000..4f1bda91cc31 --- /dev/null +++ b/www/p5-AMF-Perl/files/patch-Perl.pm @@ -0,0 +1,27 @@ +--- lib/AMF/Perl.pm.orig Tue Jun 29 15:39:46 2004 ++++ lib/AMF/Perl.pm Tue Jun 29 15:41:17 2004 +@@ -103,18 +103,23 @@ + John Cowen - datatype io additions, class structure + Klaasjan Tukker - modifications, check routines, and register-framework + +-==head1 CHANGES ++=head1 CHANGES ++ + =head2 Thu Apr 29 17:20:07 EDT 2004 ++ + =item Changed "use Apache2" to "require Apache2" to avoid breaking on non-modperl systems. + + =head2 Sat Apr 24 20:41:10 EDT 2004 ++ + =item Another patch from Kostas Chatzikokolakis fixing MP2 issues. + + =head2 Sat Mar 13 16:25:00 EST 2004 + + =item Patch from Kostas Chatzikokolakis handling encoding. ++ + =item Changed non-mod_perl behavior for reading POST data from using <> to using read() + to work around a bug in IIS ++ + =item Joined code for mod_perl 1 and 2. Separated the output code for the mod_perl and non-mod_perl + cases. + |