diff options
author | ivan <ivan> | 2008-03-02 04:11:51 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-03-02 04:11:51 +0000 |
commit | c648976f0b7975f2328ebd7ba8c711fad0ca4195 (patch) | |
tree | f3d176ec300a46c253ba25a988b897bce02fe174 /rt/lib/RT/StyleGuide.pod | |
parent | 5e05724a635a22776f1b973f5d7e77989da4e048 (diff) | |
parent | 8103c1fc1b2c27a6855feadf26f91b980a54bc52 (diff) |
This commit was generated by cvs2svn to compensate for changes in r6255,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'rt/lib/RT/StyleGuide.pod')
-rw-r--r-- | rt/lib/RT/StyleGuide.pod | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/rt/lib/RT/StyleGuide.pod b/rt/lib/RT/StyleGuide.pod index f0d1d15e6..ff9a1b5d0 100644 --- a/rt/lib/RT/StyleGuide.pod +++ b/rt/lib/RT/StyleGuide.pod @@ -40,10 +40,8 @@ We hope to add any significant changes at the bottom of the document. =head2 Perl Version -We code everything to perl 5.6.1. Some features require advanced unicode -features in perl 5.8.0. It is acceptable that unicode features work only for -US-ASCII on perl 5.6.1. - +We code everything to perl 5.8.3 or higher. Complete unicode support +requires bugfixes found in 5.8.3. =head2 Documentation |