teodozjan / pod6-coverage

Artistic License 2.0
4 stars 8 forks source link

Shall we detect package is not the same as path? #3

Closed teodozjan closed 8 years ago

teodozjan commented 8 years ago

In perl6 is not restricting package names to directory structure . Some code may not be checked because of being accidentally exported into wrong package.

#! Module/Package/File.pm6 
   class File {

  }
teodozjan commented 8 years ago

https://github.com/teodozjan/path6-coverage