Skip to content

Commit

Permalink
reimplemente as subclass of Path::Iterator::Rule
Browse files Browse the repository at this point in the history
  • Loading branch information
xdg committed Jan 22, 2013
1 parent a4dcbb5 commit 38c7a85
Show file tree
Hide file tree
Showing 5 changed files with 51 additions and 1,495 deletions.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ Revision history for Path-Class-Rule

{{$NEXT}}

[CHANGES]

- Reimplmented as a thin subclass of Path::Iterator::Rule

0.015 2013-01-21 14:21:33 America/New_York

[DOCUMENTATION]
Expand Down
28 changes: 11 additions & 17 deletions META.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"abstract" : "File finder using Path::Class",
"abstract" : "File::Finder using Path::Class",
"author" : [
"David Golden <dagolden@cpan.org>"
],
Expand Down Expand Up @@ -38,19 +38,13 @@
},
"runtime" : {
"requires" : {
"Carp" : "0",
"Data::Clone" : "0",
"List::Util" : "0",
"Number::Compare" : "0.02",
"Path::Class::Dir" : "0.22",
"Scalar::Util" : "0",
"Text::Glob" : "0",
"Try::Tiny" : "0",
"perl" : "5.010",
"re" : "0",
"Path::Class" : "0",
"Path::Iterator::Rule" : "0",
"namespace::clean" : "0",
"parent" : "0",
"perl" : "5.006",
"strict" : "0",
"warnings" : "0",
"warnings::register" : "0"
"warnings" : "0"
}
},
"test" : {
Expand All @@ -60,17 +54,17 @@
"File::Find" : "0",
"File::Temp" : "0",
"File::pushd" : "0",
"Path::Class" : "0",
"Test::Deep" : "0",
"Test::More" : "0.92",
"autodie" : "0"
"autodie" : "0",
"perl" : "5.006"
}
}
},
"provides" : {
"Path::Class::Rule" : {
"file" : "lib/Path/Class/Rule.pm",
"version" : "0.015"
"version" : "0.016"
}
},
"release_status" : "stable",
Expand All @@ -86,6 +80,6 @@
"web" : "https://github.com/dagolden/path-class-rule"
}
},
"version" : "0.015"
"version" : "0.016"
}

Loading

0 comments on commit 38c7a85

Please sign in to comment.