Hello community,

here is the log from the commit of package perl-Email-Simple for 
openSUSE:Factory checked in at 2011-12-27 18:14:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Email-Simple (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Email-Simple.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Email-Simple", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Email-Simple/perl-Email-Simple.changes      
2011-12-06 18:02:12.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Email-Simple.new/perl-Email-Simple.changes 
2011-12-27 18:14:06.000000000 +0100
@@ -1,0 +2,7 @@
+Sat Dec 24 10:18:19 UTC 2011 - [email protected]
+
+- update to 2.101:
+  * remove instruction to use ::Creator instead of just ->create
+  * documentation improvements
+
+-------------------------------------------------------------------

Old:
----
  Email-Simple-2.100.tar.gz

New:
----
  Email-Simple-2.101.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Email-Simple.spec ++++++
--- /var/tmp/diff_new_pack.I3MZ5n/_old  2011-12-27 18:14:07.000000000 +0100
+++ /var/tmp/diff_new_pack.I3MZ5n/_new  2011-12-27 18:14:07.000000000 +0100
@@ -15,15 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+
 Name:           perl-Email-Simple
 %define cpan_name Email-Simple
-Summary:        simple parsing of RFC2822 message format and headers
-Version:        2.100
+Summary:        Simple parsing of RFC2822 message format and headers
+Version:        2.101
 Release:        0
 License:        Artistic-1.0 or GPL-1.0+
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/Email-Simple/
-Source:         
http://www.cpan.org/authors/id/R/RJ/RJBS/Email-Simple-2.100.tar.gz
+Source:         
http://www.cpan.org/authors/id/R/RJ/RJBS/Email-Simple-%{version}.tar.gz
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
@@ -39,10 +41,6 @@
 meant to be simple to use and to maintain, pared to the bone, fast, minimal
 in their external dependencies, and correct.
 
-Authors:
---------
-sorry, no author found
-
 %prep
 %setup -q -n %{cpan_name}-%{version}
 

++++++ Email-Simple-2.100.tar.gz -> Email-Simple-2.101.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Email-Simple-2.100/Changes 
new/Email-Simple-2.101/Changes
--- old/Email-Simple-2.100/Changes      2009-11-04 05:09:27.000000000 +0100
+++ new/Email-Simple-2.101/Changes      2011-12-23 20:18:34.000000000 +0100
@@ -1,5 +1,10 @@
 Revision history for Perl extension Email::Simple.
 
+2.101     2011-12-23
+          remove instruction to use ::Creator instead of just ->create
+
+          documentation improvements (thanks, Michael Stevens)
+
 2.100     2009-11-03
           merge Email-Simple-Creator into Email-Simple distribution
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Email-Simple-2.100/MANIFEST 
new/Email-Simple-2.101/MANIFEST
--- old/Email-Simple-2.100/MANIFEST     2009-11-04 05:20:19.000000000 +0100
+++ new/Email-Simple-2.101/MANIFEST     2011-12-23 20:18:50.000000000 +0100
@@ -37,4 +37,5 @@
 t/test-mails/many-repeats
 t/undef-message.t
 t/unit.t
-META.yml                                 Module meta-data (added by MakeMaker)
+META.yml                                 Module YAML meta-data (added by 
MakeMaker)
+META.json                                Module JSON meta-data (added by 
MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Email-Simple-2.100/META.json 
new/Email-Simple-2.101/META.json
--- old/Email-Simple-2.100/META.json    1970-01-01 01:00:00.000000000 +0100
+++ new/Email-Simple-2.101/META.json    2011-12-23 20:18:50.000000000 +0100
@@ -0,0 +1,45 @@
+{
+   "abstract" : "unknown",
+   "author" : [
+      "unknown"
+   ],
+   "dynamic_config" : 1,
+   "generated_by" : "ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter 
version 2.112621",
+   "license" : [
+      "perl_5"
+   ],
+   "meta-spec" : {
+      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec";,
+      "version" : "2"
+   },
+   "name" : "Email-Simple",
+   "no_index" : {
+      "directory" : [
+         "t",
+         "inc"
+      ]
+   },
+   "prereqs" : {
+      "build" : {
+         "requires" : {
+            "ExtUtils::MakeMaker" : 0
+         }
+      },
+      "configure" : {
+         "requires" : {
+            "ExtUtils::MakeMaker" : 0
+         }
+      },
+      "runtime" : {
+         "requires" : {
+            "Email::Date::Format" : 0,
+            "Test::More" : "0.47"
+         }
+      }
+   },
+   "release_status" : "stable",
+   "resources" : {
+      "x_Repository" : "http://github.com/rjbs/email-simple";
+   },
+   "version" : "2.101"
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Email-Simple-2.100/META.yml 
new/Email-Simple-2.101/META.yml
--- old/Email-Simple-2.100/META.yml     2009-11-04 05:20:19.000000000 +0100
+++ new/Email-Simple-2.101/META.yml     2011-12-23 20:18:49.000000000 +0100
@@ -1,24 +1,25 @@
---- #YAML:1.0
-name:               Email-Simple
-version:            2.100
-abstract:           ~
-author:  []
-license:            perl
-distribution_type:  module
-configure_requires:
-    ExtUtils::MakeMaker:  0
+---
+abstract: unknown
+author:
+  - unknown
 build_requires:
-    ExtUtils::MakeMaker:  0
+  ExtUtils::MakeMaker: 0
+configure_requires:
+  ExtUtils::MakeMaker: 0
+dynamic_config: 1
+generated_by: 'ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter version 
2.112621'
+license: perl
+meta-spec:
+  url: http://module-build.sourceforge.net/META-spec-v1.4.html
+  version: 1.4
+name: Email-Simple
+no_index:
+  directory:
+    - t
+    - inc
 requires:
-    Email::Date::Format:  0
-    Test::More:           0.47
+  Email::Date::Format: 0
+  Test::More: 0.47
 resources:
-    Repository:  http://github.com/rjbs/email-simple
-no_index:
-    directory:
-        - t
-        - inc
-generated_by:       ExtUtils::MakeMaker version 6.55_02
-meta-spec:
-    url:      http://module-build.sourceforge.net/META-spec-v1.4.html
-    version:  1.4
+  x_Repository: http://github.com/rjbs/email-simple
+version: 2.101
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Email-Simple-2.100/README 
new/Email-Simple-2.101/README
--- old/Email-Simple-2.100/README       2009-11-04 01:21:35.000000000 +0100
+++ new/Email-Simple-2.101/README       2011-12-23 20:15:48.000000000 +0100
@@ -1,5 +1,5 @@
 NAME
-    Email::Simple 2.005 - Simple parsing of RFC2822 message format and headers
+    Email::Simple - Simple parsing of RFC2822 message format and headers
 
 SYNOPSIS
         my $mail = Email::Simple->new($text);
@@ -35,7 +35,7 @@
     Parse an email from a scalar containing an RFC2822 formatted message,
     and return an object.
 
-header
+  header
     Returns a list of the contents of the given header.
 
     If called in scalar context, will return the first header so named. I'm
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Email-Simple-2.100/lib/Email/Simple/Creator.pm 
new/Email-Simple-2.101/lib/Email/Simple/Creator.pm
--- old/Email-Simple-2.100/lib/Email/Simple/Creator.pm  2009-11-04 
05:16:45.000000000 +0100
+++ new/Email-Simple-2.101/lib/Email/Simple/Creator.pm  2011-12-23 
20:17:08.000000000 +0100
@@ -2,7 +2,7 @@
 use warnings;
 package Email::Simple::Creator;
 
-our $VERSION = '2.100';
+our $VERSION = '2.101';
 
 sub _crlf {
   "\x0d\x0a";
@@ -36,7 +36,7 @@
 
 This module is maintained by the Perl Email Project
 
-L<http://emailproject.perl.org/wiki/Email::Simple::Creator>
+L<http://emailproject.perl.org/>
 
 =head1 AUTHORS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Email-Simple-2.100/lib/Email/Simple/Header.pm 
new/Email-Simple-2.101/lib/Email/Simple/Header.pm
--- old/Email-Simple-2.100/lib/Email/Simple/Header.pm   2009-06-30 
14:02:52.000000000 +0200
+++ new/Email-Simple-2.101/lib/Email/Simple/Header.pm   2011-12-23 
20:17:39.000000000 +0100
@@ -5,7 +5,7 @@
 
 require Email::Simple;
 
-$Email::Simple::Header::VERSION = '2.005';
+$Email::Simple::Header::VERSION = '2.101';
 
 =head1 NAME
 
@@ -312,7 +312,7 @@
 
 This module is maintained by the Perl Email Project
 
-L<http://emailproject.perl.org/wiki/Email::Simple::Header>
+L<http://emailproject.perl.org/>
 
 =head1 COPYRIGHT AND LICENSE
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Email-Simple-2.100/lib/Email/Simple.pm 
new/Email-Simple-2.101/lib/Email/Simple.pm
--- old/Email-Simple-2.100/lib/Email/Simple.pm  2009-11-04 05:18:22.000000000 
+0100
+++ new/Email-Simple-2.101/lib/Email/Simple.pm  2011-12-23 20:17:08.000000000 
+0100
@@ -8,7 +8,7 @@
 use Email::Simple::Creator;
 use Email::Simple::Header;
 
-our $VERSION = '2.100';
+our $VERSION = '2.101';
 our $GROUCHY = 0;
 
 # We are liberal in what we accept.
@@ -20,6 +20,7 @@
 
 =head1 SYNOPSIS
 
+  use Email::Simple;
   my $email = Email::Simple->new($text);
 
   my $from_header = $email->header("From");
@@ -33,7 +34,7 @@
   print $email->as_string;
 
 ...or, to create a message from scratch...
-  
+
   my $email = Email::Simple->create(
       header => [
         From    => '[email protected]',
@@ -62,12 +63,12 @@
   my $email = Email::Simple->new($message, \%arg);
 
 This method parses an email from a scalar containing an RFC2822 formatted
-message, and return an object.  C<$message> may be a reference to a message
+message and returns an object.  C<$message> may be a reference to a message
 string, in which case the string will be altered in place.  This can result in
 significant memory savings.
 
-If you want to create a message from scratch, you should use the plugin
-L<Email::Simple::Creator>.
+If you want to create a message from scratch, you should use the C<L</create>>
+method.
 
 Valid arguments are:
 
@@ -326,7 +327,7 @@
 
 This module is maintained by the Perl Email Project
 
-L<http://emailproject.perl.org/wiki/Email::Simple>
+L<http://emailproject.perl.org/>
 
 =head1 AUTHORS
 

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to