summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordoy <doy@tozt.net>2008-12-06 18:09:43 -0500
committerdoy <doy@tozt.net>2008-12-06 18:09:43 -0500
commitb80717a19cef100aeef9ccd21a2ae10aa0d7b002 (patch)
tree280a06098060deb742d772d291292c75bcf84d8d
parenta3d55ee9f77fa9cf771c7d9ae811f940ac90e5f7 (diff)
downloadmoosex-role-matcher-b80717a19cef100aeef9ccd21a2ae10aa0d7b002.tar.gz
moosex-role-matcher-b80717a19cef100aeef9ccd21a2ae10aa0d7b002.zip
let's rename this to -Matcher
-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/;