[perl6/specs] efdbdd: spec fc, remove capitalize (see titlecase)

2012-03-08 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/perl6/specs
  Commit: efdbdd8165dc9249b7c013a8675a6ec68218d41a
  
https://github.com/perl6/specs/commit/efdbdd8165dc9249b7c013a8675a6ec68218d41a
  Author: Larry Wall la...@wall.org
  Date:   2012-03-08 (Thu, 08 Mar 2012)

  Changed paths:
M S32-setting-library/Str.pod

  Log Message:
  ---
  spec fc, remove capitalize (see titlecase)

capitalize was defined in terms of ucfirst, which no longer exists.
We also need to support case folding as defined by Unicode.





[perl6/specs] a0d5a9: A couple of fixes to the exceptions spec.

2012-03-08 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/perl6/specs
  Commit: a0d5a9eda3d378d00fea47fb0aeee634718876bb
  
https://github.com/perl6/specs/commit/a0d5a9eda3d378d00fea47fb0aeee634718876bb
  Author: jnthn jn...@jnthn.net
  Date:   2012-03-08 (Thu, 08 Mar 2012)

  Changed paths:
M S04-control.pod

  Log Message:
  ---
  A couple of fixes to the exceptions spec.