Package Details: perl-email-outlook-message 0.921-1

Git Clone URL: https://aur.archlinux.org/perl-email-outlook-message.git (read-only, click to copy)
Package Base: perl-email-outlook-message
Description: Perl module to read Outlook .msg files
Upstream URL: https://search.cpan.org/dist/Email-Outlook-Message/
Licenses: GPL, PerlArtistic
Submitter: jose1711
Maintainer: jose1711
Last Packager: jose1711
Votes: 7
Popularity: 0.000323
First Submitted: 2011-11-01 22:04 (UTC)
Last Updated: 2022-02-12 21:39 (UTC)

Latest Comments

1 2 Next › Last »

smallAndSimple commented on 2024-02-07 10:32 (UTC)

Can you add perl-email-address as a dependency for this package? It supplies Email::Address, which is required.

Magmaruss commented on 2023-12-11 13:51 (UTC)

Missing dependency Email::Address To fix execute: cpan Email::Address

tikrass commented on 2023-08-16 07:02 (UTC)

Hello,

dependency perl-email-address appears to be missing.

micwoj92 commented on 2021-12-07 23:20 (UTC)

Hello, could you update links to https?

jose1711 commented on 2020-10-15 20:28 (UTC)

@marlemion

don't really know what is going on. the encoding does not seem to be recognized on my system either:

$ perl -MEncode -e 'Encode::decode("CP28605", "foo")'         
Unknown encoding 'CP28605' at -e line 1.

marlemion commented on 2020-10-06 06:45 (UTC)

Creating the package with --nocheck results in msgconvert throwing:

Unknown encoding 'CP28605' at /usr/share/perl5/vendor_perl/Email/Outlook/Message.pm line 399.

jose1711 commented on 2020-10-01 13:53 (UTC)

@syntaxerrormmm use makepkg --nocheck until it's fixed in upstream

syntaxerrormmm commented on 2020-10-01 07:24 (UTC)

Since last update, I have issues with the testing phase failing constantly:

==> Avvio di check() in corso...
PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/basics.t ............... ok

#   Failed test 'charset should be CP1252'
#   at t/charset.t line 23.
#                   'text/plain; charset="CP1252"'
#     doesn't match '(?^:; charset=CP1252)'

#   Failed test 'charset should be CP1252'
#   at t/charset.t line 29.
#                   'text/plain; charset="CP1252"'
#     doesn't match '(?^:; charset=CP1252)'
# Looks like you failed 2 tests of 18.
t/charset.t .............. 
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/18 subtests 
t/gpg_signed.t ........... ok

#   Failed test at t/internals.t line 66.
#          got: 'text/plain; charset="CP1252"'
#     expected: 'text/plain; charset=CP1252'

#   Failed test at t/internals.t line 77.
#          got: 'text/html; charset="CP1252"'
#     expected: 'text/html; charset=CP1252'
# Looks like you failed 2 tests of 17.
t/internals.t ............ 
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/17 subtests 

#   Failed test 'Testing content disposition'
#   at t/plain_jpeg_attached.t line 38.
#          got: 'attachment; filename="test.jpg"'
#     expected: 'attachment; filename=test.jpg'
# Looks like you failed 1 test of 23.
t/plain_jpeg_attached.t .. 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/23 subtests 
t/plain_uc_unsent.t ...... ok
t/plain_uc_wc_unsent.t ... ok
t/plain_unsent.t ......... ok
t/pod_coverage.t ......... skipped: Test::Pod::Coverage required for testing pod coverage

Test Summary Report
-------------------
t/charset.t            (Wstat: 512 Tests: 18 Failed: 2)
  Failed tests:  11, 16
  Non-zero exit status: 2
t/internals.t          (Wstat: 512 Tests: 17 Failed: 2)
  Failed tests:  9, 13
  Non-zero exit status: 2
t/plain_jpeg_attached.t (Wstat: 256 Tests: 23 Failed: 1)
  Failed test:  21
  Non-zero exit status: 1
Files=9, Tests=106,  1 wallclock secs ( 0.04 usr  0.00 sys +  0.71 cusr  0.01 csys =  0.76 CPU)
Result: FAIL
Failed 3/9 test programs. 5/106 subtests failed.
make: *** [Makefile:903: test_dynamic] Errore 255
==> ERRORE: Si è verificato un errore in check().

jose1711 commented on 2018-08-23 21:01 (UTC)

@bidulock thanks

bidulock commented on 2018-08-22 06:59 (UTC)

find "$pkgdir" -name .packlist -o -name perllocal.pod -delete

must now be changed to

find "$pkgdir" ( -name .packlist -o -name perllocal.pod ) -delete

to work.