[Jifty-commit] jifty branch, utf8-notification, updated. 13351c88479720282095826e9abae5558f0fac45

Jifty commits jifty-commit at lists.jifty.org
Wed Dec 30 12:28:49 EST 2009


The branch, utf8-notification has been updated
       via  13351c88479720282095826e9abae5558f0fac45 (commit)
      from  c0a5b1c02baeb15d4a2ac1e6a639cd673d9a7f78 (commit)

Summary of changes:
 lib/Jifty/Notification.pm |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit 13351c88479720282095826e9abae5558f0fac45
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Wed Dec 30 12:28:15 2009 -0500

    Remove unnecessary "use" lines
    
    Now that Email::MIME::Modifier and ::Creator are in Email::MIME, drop
    the explicit "use"

diff --git a/lib/Jifty/Notification.pm b/lib/Jifty/Notification.pm
index af4e1e1..249a691 100644
--- a/lib/Jifty/Notification.pm
+++ b/lib/Jifty/Notification.pm
@@ -5,9 +5,7 @@ package Jifty::Notification;
 
 use base qw/Jifty::Object Class::Accessor::Fast/;
 use Email::Send            ();
-use Email::MIME::Creator;
 use Email::MIME::CreateHTML;
-use Email::MIME::Modifier;
 
 __PACKAGE__->mk_accessors(
     qw/body html_body preface footer subject from _recipients _to_list to/);

-----------------------------------------------------------------------


More information about the Jifty-commit mailing list