Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
More notes
  • Loading branch information
hoelzro committed Aug 4, 2014
1 parent 5af62dc commit 81f69dc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions S26-TODO.md
@@ -1,3 +1,12 @@
# Known Bugs

## Roles don't accept leading comments

This is because roles pun, so WHY gets called on the ClassHOW pun. A separate pun must be created for
runtime or something, because if it were only this, the WHY call should call the same pun object.

## Parameters' WHEREFOREs don't match coming from $=pod

# Block-style comments

For example:
Expand Down Expand Up @@ -119,3 +128,6 @@ These should be moved into other categories when I get a chance
- Get rid of set_why
- Proper installation of WHEREFORE for Routines/Methods
- is hidden_from_backtrace for leading helper function
- Use something like Test::Differences for checking POD contents
- Use EVAL for POD tests? (To make sure they don't interfere with each other, see S02, S04, S11)
- Parametric roles' WHY - inherited by instantiated roles?

0 comments on commit 81f69dc

Please sign in to comment.