diff options
author | Andy Dougherty <doughera@lafcol.lafayette.edu> | 1997-04-17 00:00:00 +0000 |
---|---|---|
committer | Chip Salzenberg <chip@atlantic.net> | 1997-04-17 00:00:00 +0000 |
commit | 6877a1cf6ff3f0f711772ea75e579e2e7219cc46 (patch) | |
tree | 1d24805913b45b4a69b9e332e9e1b7cf2fe72158 /Porting | |
parent | 936c88379edb0f52f0303aeb6882907ebed01976 (diff) | |
download | perl-6877a1cf6ff3f0f711772ea75e579e2e7219cc46.tar.gz |
Doc updates: INSTALL-1.13, pumpkin.pod-1.9
Diffstat (limited to 'Porting')
-rw-r--r-- | Porting/pumpkin.pod | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/Porting/pumpkin.pod b/Porting/pumpkin.pod index 5804a4f990..d047d928bd 100644 --- a/Porting/pumpkin.pod +++ b/Porting/pumpkin.pod @@ -189,6 +189,16 @@ may help out folks on another platform who have the same problem. We should never release a main version without testing it as a subversion first. +=head2 Test popular applications and modules. + +We should never release a main version without testing whether or not +it breaks various popular modules and applications. A partial list of +such things would include majordomo, metaconfig, apache, Tk, CGI, +libnet, and libwww, to name just a few. Of course it's quite possible +that some of those things will be just plain broken and need to be fixed, +but, in general, we ought to try to avoid breaking widely-installed +things. + =head2 Automate generation of derivative files The F<embed.h>, F<keywords.h>, F<opcode.h>, and F<perltoc.pod> files @@ -1150,10 +1160,10 @@ and/or fcntl() file locking. It's a mess. Andy Dougherty <doughera@lafcol.lafayette.edu>. -Additions by Chip Salzenberg <chip@atlantic.net>. +Additions by Chip Salzenberg <chip@perl.com>. All opinions expressed herein are those of the authorZ<>(s). =head1 LAST MODIFIED -$Id: pumpkin.pod,v 1.9 1997/02/24 20:37:43 doughera Released $ +$Id: pumpkin.pod,v 1.10 1997/04/16 20:46:47 doughera Released $ |