Convert everything not actually a plugin to now live in the
[catagits/Catalyst-Plugin-Authentication.git] / lib / Catalyst / Authentication / Realm.pm
similarity index 98%
rename from lib/Catalyst/Plugin/Authentication/Realm.pm
rename to lib/Catalyst/Authentication/Realm.pm
index b328c66..08c5541 100644 (file)
@@ -1,4 +1,4 @@
-package Catalyst::Plugin::Authentication::Realm;
+package Catalyst::Authentication::Realm;
 
 use strict;
 use warnings;
@@ -162,7 +162,7 @@ __END__
 
 =head1 NAME
 
-Catalyst::Plugin::Authentication::Realm - Base class for realm objects.
+Catalyst::Authentication::Realm - Base class for realm objects.
 
 =head1 DESCRIPTION