Merge branch 'blead' of git+ssh://perl5.git.perl.org/perl into blead
Jesse Vincent [Sun, 20 Dec 2009 22:39:02 +0000 (17:39 -0500)]
* 'blead' of git+ssh://perl5.git.perl.org/perl:
  Unicode documentation updates

1  2 
pod/perl5113delta.pod

@@@ -132,17 -153,13 +153,17 @@@ Unicode internal-only property that Per
  
  XXX what does "files in the To directory" mean? -- dagolden, 2009-12-20
  
- The files in the To directory are now more clearly marked as being
- stable, directly usable by applications.  New hash entries in them give
- the format of the normal entries which allows for easier machine
- parsing.  Perl can generate files in this directory for any property,
- though most are suppressed.  An installation can choose to change which
- get written.   Instructions are in L<perluniprops>.
+ The files in the C<lib/unicore/To> directory are now more clearly marked as
+ being stable, directly usable by applications.  New hash entries in them give
+ the format of the normal entries, which allows for easier machine parsing.
+ Perl can generate files in this directory for any property, though most are
+ suppressed.  An installation can choose to change which get written.
+ Instructions are in L<perluniprops>.
  
 +=head2 Regular Expressions
 +
 +U+0FFFF is now a legal character in regular expressions
 +
  =head1 Modules and Pragmata
  
  =head2 Pragmata Changes