[libemail-stuffer-perl] branch master updated (d02695c -> d486331)

gregor herrmann gregoa at debian.org
Tue Nov 21 18:42:10 UTC 2017


This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch master
in repository libemail-stuffer-perl.

      from  d02695c   update changelog
      adds  95279e7   Moving in Email::Stuff from CVS repository
      adds  3e02b10   Cleaning up for release
      adds  c200091   Minor tweak
      adds  9d98099   Updating to ensure that Email::Send it correctly updated, and for CPAN Testers verification
      adds  c86ae92   Noted MI upgrade
      adds  5cc47d7   Removing the use of auto_install
      adds  44a9955   Importing back into the repository
      adds  0bb185e   Removing release-only files
      adds  3ee78b9   Updating
      adds  15579be   Updating all Clone dependencies to 0.21
      adds  e3ce130   Adding support for mailers to ->using
      adds  00dfb62   Removing the use of File::Slurp
      adds  bc7083b   Updating version
      adds  83cb4b9   Removing legacy pod test
      adds  59c7dda   Correcting copyright
      adds  a250ec1   Correcting the version
      adds  61bb216   Converting every use of build_requires: to test_requires: for future compatibility with the FreeBSD test_requires metadata upgrade
      adds  3cc6d39   Makefile.PL tweaking (mostly build_require to test_requires)
      adds  06bd251   chmod a-x **
      adds  5e3fdef   Removed Clone requirement
      adds  5b377a4   update to sub email so that content-types are correct for single part and multipart/alternative emails.
      adds  70d6b3a   Adding new test files
      adds  b71c1e4   Updating changes
      adds  0d44603   Updated version number
      adds  f55c4c0   Version update
      adds  676a5bd   Merge branch 'master' of git at github.com:rjbs/email-stuff
      adds  787385d   Removed debug prints
      adds  12300a0   Removed debug prints updated version number
      adds  51c173f   2.08 changes
      adds  b56a3bc   tweak docs
      adds  6686983   boilerplate crap
      adds  f8cc273   doc fix for smtp driver
      adds  4add857   prep release
      adds  75aafd2   attach_file to take attribute arguments
      adds  22f0cd3   pre next release
      adds  7cc3739   uppercase the first letter of headers
      adds  237b907   bake in Email::MIME 1.902 Unicode goodness
      adds  9b5601a   prepare for unicode characters
      adds  758a7f3   prep release
      adds  591117e   tweak prereqs
      adds  f202a46   doc tweaks
      adds  20be921   do not break chaining
      adds  970d8cd   bump vers
      adds  86e2e22   from Stuff, Stuffer
      adds  623f0e6   naive first pass at tests: s/Stuff/Stuffer/
      adds  40480f8   finish converting tests
      adds  43c2a7c   prep new release
      adds  43dcc3f   allow listy options to transport
      adds  1ef2f87   make failure false, not fatal
      adds  6304959   simplify documented example of file-attaching
      adds  1d1d9e1   correct documentation of the transport method
      adds  8a6576d   fix naming of the second "send" method: send_or_die
      adds  d0ac1be   dzilify
      adds  ddab06f   this test does die for me, remove TODO
      adds  2280bc3   remove underscores from test names
      adds  ff31704   v0.003
      adds  0093be4   no prefork; no File::Type;
      adds  fbcc0bd   changelog for tokuhirom
      adds  3150357   v0.004
      adds  0f9859b   _INSTANCEDOES entered Params::Util in 1.04
      adds  120814f   v0.005
      adds  f5642ca   ugh: VERSION was not getting updated
      adds  5d47962   v0.006
      adds  d9def2a   Allow to, cc and bcc to handle multiple recipients.
      adds  e6c87a0   v0.007
      adds  4c52c0b   Update header docs, allow a blank subject.
      adds  93a5a31   Spelling fix, made header test more appropriate.
      adds  e0916cd   check for CRLF and not /$/ as line ending
      adds  db595c5   update changelog
      adds  0a3da2a   allow empty subj through header not subject
      adds  c96e737   v0.008
      adds  e6cfa2e   require newer Email::Sender
      adds  bb48f40   mark some binary files as binary
      adds  813fc71   v0.009
      adds  ebae81d   remove runs of blanks
      adds  130c916   Use croak for error handling.
      adds  e5e538f   be more careful in how we describe our bad argument
      adds  ada9466   can basename really return undef??
      adds  dfda483   use autovivified file handle!
      adds  8b27608   use Test::Fatal, not Test::Exception
      adds  69e6f36   Merge use of exception
      adds  ff7d722   Fix alignment of parens
      adds  185e1f6   v0.010
      adds  a600206   whitespace only changes
      adds  190b370   Autodetect mime-type for PDF attachments
      adds  c902354   tweak PDF patch to match existing code
      adds  33ef800   mark all files in t/data as binary
      adds  8873c8f   v0.011
      adds  1a03420   get local platform/locale enoent message to test against
      adds  11c355d   v0.012
      adds  d052f51   Add audio/wav to detected mimetypes
      adds  a4e86fa   Allow AnycaSeD filename extensions in _detect_content_type
      adds  1f2d550   remove Test::Most, which snuck in there somehow
      adds  4016703   v0.013
      adds  dc9ab79   allow one to set email fields via init args
      adds  741f8e3   tweak the args-to-new patch
      adds  ab13e76   credit for new args
      adds  eb52e24   load transports as needed
      adds  2ada72d   ensure files are not corrupt when using IO::All
      adds  595924a   require a version of Email::MIME that works
      adds  6570ba3   only test IO::All if already installed
      adds  1e64901   more gitignore entries
      adds  6881b7a   return $self on header clear, if legal
      adds  5deb0f4   changelog for header changes
      adds  fc7f52a   v0.014
      adds  5f1c21e   Do not set automatically flowed format for text_body
      adds  564b30c   changelog entry for format=flowed
      adds  bbe68fc   Indicate to, cc, and bcc methods can take a list
      adds  2ff4eab   Add autodetect content type for csv.
      adds  2dfdee6   to/cc/bcc/from: reject unblessed reference values
      adds  3f76cd4   whitespace: drop trailing whitespaces
      adds  0962e01   tests for to/cc/bcc header list validation
      adds  fe7fdaf   code style tweaks
      adds  8f8a2d5   only allow one from header
      adds  3cc54ba   whitespace: expand tabs
      adds  f8473c3   add reply_to method to add Reply-To header
      adds  07dc55c   allow arrayrefs for to/cc/bcc/reply-to in init
      adds  d4cee0c   Be more specific about attachment headers in docs
      adds  2b6ef6c   refine the docs on passing mime attributes
      adds  0f3d7e6   v0.015
      adds  b36ec7a   Depends on Email::MIME 1.943 which accept array of addresses in to/cc/bcc header and correctly join values
      adds  7cd1207   v0.016
      adds  6a721d4   New upstream version 0.016
       new  3822444   Update upstream source from tag 'upstream/0.016'
       new  459e84b   Update debian/changelog
       new  6069b9d   Refresh debian/patches/fix-ci-test (offset).
       new  ea66965   Make (build) dependency on libemail-mime-perl versioned.
       new  d1a3a9a   Declare compliance with Debian Policy 4.1.1.
       new  d486331   update changelog / add WAITS-FOR

The 6 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                          |   7 +
 MANIFEST                         |   2 +-
 META.json                        | 158 +++++-----
 META.yml                         | 155 +++++-----
 Makefile.PL                      |  10 +-
 README                           |   4 +-
 debian/changelog                 |  12 +-
 debian/control                   |   6 +-
 debian/patches/fix-ci-test       |   6 +-
 lib/Email/Stuffer.pm             | 636 +++++++++++++++++++++++----------------
 t/00-report-prereqs.dd           |   3 +-
 t/00-report-prereqs.t            |  26 +-
 t/basic.t                        |  56 +++-
 t/content_type.t                 |  36 +--
 t/init-arg.t                     |  28 +-
 xt/release/changes_has_content.t |   2 +-
 16 files changed, 683 insertions(+), 464 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libemail-stuffer-perl.git



More information about the Pkg-perl-cvs-commits mailing list