summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dist.ini2
-rw-r--r--lib/MooseX/Role/Matcher.pm (renamed from lib/MooseX/Role/Searchable.pm)2
2 files changed, 2 insertions, 2 deletions
diff --git a/dist.ini b/dist.ini
index cdc7392..a894680 100644
--- a/dist.ini
+++ b/dist.ini
@@ -1,4 +1,4 @@
-name = MooseX-Role-Searchable
+name = MooseX-Role-Matcher
version = 0.01
author = Jesse Luehrs <doy at tozt dot net>
license = Perl_5
diff --git a/lib/MooseX/Role/Searchable.pm b/lib/MooseX/Role/Matcher.pm
index 2a58a01..1632ba5 100644
--- a/lib/MooseX/Role/Searchable.pm
+++ b/lib/MooseX/Role/Matcher.pm
@@ -1,5 +1,5 @@
#!/usr/bin/perl
-package MooseX::Role::Searchable;
+package MooseX::Role::Matcher;
use MooseX::Role::Parameterized;
use List::Util qw/first/;
use List::MoreUtils qw/any apply/;