updated MANIFEST
Devin Austin [Fri, 19 Feb 2010 20:42:38 +0000 (20:42 +0000)]
MANIFEST
META.yml
README

index 4618b76..fc1490a 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -25,9 +25,6 @@ t/05template.t
 t/06config.t
 t/07mason.t
 t/lib/TestApp.pm
-t/lib/TestApp/cache/obj/.__obj_create_marker
-t/lib/TestApp/cache/obj/99865843/text_html/test.m.obj
-t/lib/TestApp/cache/obj/99865843/text_plain/test.m.obj
 t/lib/TestApp/Controller/Root.pm
 t/lib/TestApp/View/Email.pm
 t/lib/TestApp/View/Email/AppConfig.pm
index 1befb6c..8b86a6d 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -18,6 +18,17 @@ no_index:
   directory:
     - inc
     - t
+provides:
+  Catalyst::Helper::View::Email:
+    file: lib/Catalyst/Helper/View/Email.pm
+  Catalyst::Helper::View::Email::Template:
+    file: lib/Catalyst/Helper/View/Email/Template.pm
+  Catalyst::View::Email:
+    file: lib/Catalyst/View/Email.pm
+    version: 0.25_01
+  Catalyst::View::Email::Template:
+    file: lib/Catalyst/View/Email/Template.pm
+    version: 0.25_01
 requires:
   Authen::SASL: 2.13
   Catalyst: 5.7
@@ -32,4 +43,4 @@ resources:
   MailingList: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
   license: http://dev.perl.org/licenses/
   repository: http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-View-Email/
-version: 0.24
+version: 0.25_01
diff --git a/README b/README
index c70fd5c..f1ab5f9 100644 (file)
--- a/README
+++ b/README
@@ -145,7 +145,7 @@ TROUBLESHOOTING
     As with most things computer related, things break. Email even more so.
     Typically any errors are going to come from using SMTP as your sending
     method, which means that if you are having trouble the first place to
-    look is at Email::Sender::Simple::SMTP. This module is just a wrapper
+    look is at Email::Sender::Transport::SMTP. This module is just a wrapper
     for Email::Sender::Simple, so if you get an error on sending, it is
     likely from there anyway.