This is an automated email from the git hooks/post-receive script.
kanashiro-guest pushed a change to branch master
in repository libemail-abstract-perl.
from 8f49fc6 update changelog
new f060d2e Add debian/upstream/metadata
new c563bf5 Update debian/changelog
adds 15f4443 r22882@knight: rjbs | 2006-07-04 07:19:15 -0400 import
from mailclue cvs
adds 54befe9 r23487@knight: rjbs | 2006-07-18 18:40:33 -0400 clean
up plan
adds fe291af r23488@knight: rjbs | 2006-07-18 18:41:16 -0400
abstract objects that wrap concrete objects
adds 2990c00 r23489@knight: rjbs | 2006-07-18 18:45:18 -0400
changelog
adds 08be951 r23593@knight: rjbs | 2006-07-21 07:13:49 -0400 link
to new url
adds d5e1953 r23601@knight: rjbs | 2006-07-21 09:04:22 -0400 update
docs update requirements fix order of ISA/plugin checking tests
adds 46edb96 r23602@knight: rjbs | 2006-07-21 09:44:17 -0400
version number
adds 23afc30 r23603@knight: rjbs | 2006-07-21 10:14:34 -0400 deal
with altering a string
adds f1ad16d r23610@knight: rjbs | 2006-07-21 10:52:53 -0400 clean
up cast method
adds 7fa5db0 r23612@knight: rjbs | 2006-07-21 11:00:52 -0400
_obj_and_args abstraction
adds 2f19526 r23615@knight: rjbs | 2006-07-21 17:51:17 -0400
changelog
adds 5ea219f r23674@knight: rjbs | 2006-07-22 13:53:24 -0400 test
plan
adds 3d40133 r23758@knight: rjbs | 2006-07-24 17:19:01 -0400 do not
fail if M::E is not available"
adds 14b50d4 r23760@knight: rjbs | 2006-07-24 17:31:26 -0400 test
(and fix) passing Email::Abstract objects to Email::Abstract
adds d114a88 r23761@knight: rjbs | 2006-07-24 17:32:05 -0400
changelog
adds 3fccad2 r24827@knight: rjbs | 2006-08-22 08:27:45 -0400 tests
adds 5031268 Fix indented L<s
adds 2bf6495 r28280@minion101: rjbs | 2006-11-20 07:25:54 -0500
licenses, licenses, everywhere
adds 1426185 r31081@knight: rjbs | 2007-03-22 15:04:35 -0400
kwalitee
adds 123c158 r32077@knight: rjbs | 2007-07-16 23:42:19 -0400 test
improvements
adds f673da4 r32103@knight: rjbs | 2007-07-18 08:31:28 -0400
perltidy
adds e53f550 r32104@knight: rjbs | 2007-07-18 09:19:39 -0400 test
and doc fixes fix Mail::Internet newline garbage
adds 634ab66 r32109@knight: rjbs | 2007-07-18 20:20:13 -0400 jeez,
was this thing never really used?
adds fe56079 r32110@knight: rjbs | 2007-07-18 21:07:09 -0400 make
stupid tests less stupid
adds 09194b3 r32111@knight: rjbs | 2007-07-18 21:08:30 -0400 no
longer just obj tests
adds 2b47439 r32112@knight: rjbs | 2007-07-18 22:22:50 -0400 test
coverage
adds 2fe4f6d r32113@knight: rjbs | 2007-07-18 22:24:54 -0400
changelog
adds f9032ba r32119@knight: rjbs | 2007-07-18 22:29:59 -0400 prep
as dev release
adds b719e09 r32120@knight: rjbs | 2007-07-18 22:30:35 -0400 add
example msg to manifest
adds 9a82dd3 r32163@knight: rjbs | 2007-07-23 08:58:25 -0400 fix
test plans
adds d6dd8bc more test info
adds 5ddc570 is_available method, base class, do not use broken
Mail::Internet
adds f7b88cb typo, missing }
adds 1d38506 add is_available method to ME plugin
adds 8c54454 prep release
adds 9f978c4 ready to release
adds f87f092 allow ->new(\\$ref)
adds 21ca55e missing prereq/load
adds 47fc0ac remove pod tests
adds d6072e4 avoid warnings
adds b521600 rm readme
adds 303fd3b prep next release
adds 9c4136c use MRO::Compat instead of Class::ISA
adds 6a6db71 require 5.501 of MIME::Entity, if installed
adds 615c62e Compare $@ to empty string so when a test fails we get
useful output
adds 89bbea3 Add Courriel as a supported class
adds c899f4a Add Courriel to list of supported email modules
adds 1bed6be fix behavior of ->body on multipart
adds 9abe7ae ROLSKY put Courriel.pm in Courriel dist
adds 3f73eb9 dzilify
adds 5d4abe6 v3.005
adds 806ed96 require newer Email-Simple for ->new(\$str)
adds 8ccc44f v3.006
adds b75fcea fix skip count when MIME::Entity is not present
adds b7940cd remove unneeded prereq
adds 1df738b v3.007
adds 5a61331 provide the raw (ugh) body on Email::MIME multipart
adds 7895097 add a line for $VERSION
adds c485810 v3.008
adds 9907789 Imported Upstream version 3.008
new 3091527 Merge tag 'upstream/3.008'
new d55dca1 Update debian/changelog
new beea00c Update changelog info generated by dpt
new 4860314 Add autopkgtest-pkg-perl
new aa5f443 Declare compliance with Debian policy 3.9.6
new 18fc318 Update build dependencies
new bb80ea2 Release libemail-abstract-perl 3.008-1 to unstable
The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
Changes | 5 +
LICENSE | 2 +-
MANIFEST | 5 +-
META.json | 243 ++++++++++++++++++++++++++-----------
META.yml | 235 ++++++++++++++++++++++-------------
Makefile.PL | 14 ++-
README | 4 +-
debian/changelog | 13 +-
debian/control | 5 +-
debian/upstream/metadata | 8 ++
lib/Email/Abstract.pm | 130 +++++++++++++++++++-
lib/Email/Abstract/EmailMIME.pm | 27 ++++-
lib/Email/Abstract/EmailSimple.pm | 18 ++-
lib/Email/Abstract/MIMEEntity.pm | 18 ++-
lib/Email/Abstract/MailInternet.pm | 18 ++-
lib/Email/Abstract/MailMessage.pm | 18 ++-
lib/Email/Abstract/Plugin.pm | 14 ++-
t/00-report-prereqs.dd | 37 ++++++
t/00-report-prereqs.t | 176 +++++++++++++++++++++++++++
t/000-report-versions-tiny.t | 79 ------------
t/abstractions.t | 26 +++-
xt/release/changes_has_content.t | 2 +-
xt/release/pod-syntax.t | 4 +-
23 files changed, 809 insertions(+), 292 deletions(-)
create mode 100644 debian/upstream/metadata
create mode 100644 t/00-report-prereqs.dd
create mode 100644 t/00-report-prereqs.t
delete mode 100644 t/000-report-versions-tiny.t
--
Alioth's /usr/local/bin/git-commit-notice on
/srv/git.debian.org/git/pkg-perl/packages/libemail-abstract-perl.git
_______________________________________________
Pkg-perl-cvs-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits