commit | 2a7a77348069fb852ce7bf7ed0829e2c4de165bc | [log] [tgz] |
---|---|---|
author | Kenny Root <kenny@the-b.org> | Tue Jun 09 13:42:54 2009 -0500 |
committer | Kenny Root <kenny@the-b.org> | Tue Jun 09 13:42:54 2009 -0500 |
tree | e6aee273497d7b7b91fef23d8e095ef2e2eca3be | |
parent | 9b90fd4fa11eb32403f99c60d23abe4d9c5bf8d5 [diff] |
Clarify rules for package name in documentation Nowhere in the documentation does it say that the only valid package names are ones that match (excuse my abuse of regex to explain this): ^[A-Za-z][A-Za-z0-9_] This change makes clear the rules followed by the PackageParser