Result:
found more than 1138 distributions - search limited to the first 2001 files matching your query ( run in 1.384 )


MARC-Spec

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

Revision history for MARC-Spec-Parser

2.0.3  2017-12-16 09:28:09 CET
        - fixed bug indictor subspec abbreviation
2.0.2  2017-12-13 07:36:04 CET
        - minor: adjusted POD
        - Tidied up abstract in pod as reported by CPANTS. from manwar
2.0.1  2017-12-12 15:33:38 CET
        - removed DPP dependencyy in test
2.0.0  2017-12-12 13:46:21 CET
        - new class Indicator (conforms to MARCspec 0.16beta)
1.0.0  2017-05-11 13:43:22 CEST
        - parse is not an object method
0.1.4  2017-04-06 08:11:51 CEST
        - Bug fixing: leave or subspecs nested when adding
0.1.3  2017-03-24 08:11:47 CET
        - Fix spelling error in pod from dr0jf
0.1.2  2017-03-06 12:01:05 CET
        - Fix POD NAME structure
0.1.1  2017-03-01 06:42:01 CET
        - equality test on mixed scalar
0.1.0  2017-02-20 12:01:40 CET

        - new has_* attributes
        - new travis.yml
0.0.4  2017-02-17 07:08:15 CET
        - typos in POD
        - update of base attribute of Structure

0.0.3  2016-07-05 12:47:30 CEST
        - precompiled regex

 view all matches for this distribution


MHonArc

 view release on metacpan or  search on metacpan

lib/mhdb.pl  view on Meta::CPAN

        print_var($db, 'TTOPBEG', \$TTOPBEG) unless $IsDefault{'TTOPBEG'};
        print_var($db, 'TTOPEND', \$TTOPEND) unless $IsDefault{'TTOPEND'};

        print_var($db, 'TSLICESINGLETXT', \$TSLICESINGLETXT)
            unless $IsDefault{'TSLICESINGLETXT'};
        print_var($db, 'TSLICETOPBEG', \$TSLICETOPBEG)
            unless $IsDefault{'TSLICETOPBEG'};
        print_var($db, 'TSLICETOPEND', \$TSLICETOPEND)
            unless $IsDefault{'TSLICETOPEND'};
        print_var($db, 'TSLICESUBLISTBEG', \$TSLICESUBLISTBEG)
            unless $IsDefault{'TSLICESUBLISTBEG'};
        print_var($db, 'TSLICESUBLISTEND', \$TSLICESUBLISTEND)
            unless $IsDefault{'TSLICESUBLISTEND'};
        print_var($db, 'TSLICELEVELS', \$TSLICELEVELS)

lib/mhdb.pl  view on Meta::CPAN

            unless $IsDefault{'TSLICECONTBEG'};
        print_var($db, 'TSLICECONTEND', \$TSLICECONTEND)
            unless $IsDefault{'TSLICECONTEND'};
        print_var($db, 'TSLICESINGLETXTCUR', \$TSLICESINGLETXTCUR)
            unless $IsDefault{'TSLICESINGLETXTCUR'};
        print_var($db, 'TSLICETOPBEGCUR', \$TSLICETOPBEGCUR)
            unless $IsDefault{'TSLICETOPBEGCUR'};
        print_var($db, 'TSLICETOPENDCUR', \$TSLICETOPENDCUR)
            unless $IsDefault{'TSLICETOPENDCUR'};
        print_var($db, 'TSLICELITXTCUR', \$TSLICELITXTCUR)
            unless $IsDefault{'TSLICELITXTCUR'};
        print_var($db, 'TSLICELIENDCUR', \$TSLICELIENDCUR)
            unless $IsDefault{'TSLICELIENDCUR'};

 view all matches for this distribution


MIME-AltWords

 view release on metacpan or  search on metacpan

testlib/PtsTestLib.pm  view on Meta::CPAN

#!perl -w
+push@INC,'.';$0=~/(.*)/s;do(index($1,"/")<0?"./$1":$1);die$@if$@__END__+if 0
;#Don't touch/remove lines 1--7: http://www.inf.bme.hu/~pts/Magic.Perl.Header
#
# pts-test-lib.t -- a simple Perl test framework based on Test::More + aspects of Test::Inline
# by pts@fazekas.hu at Mon Dec 26 17:27:27 CET 2005
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.

 view all matches for this distribution


MIME-Fast

 view release on metacpan or  search on metacpan

Fast.pod  view on Meta::CPAN

Set the sent-date on the MIME message. You can give a date string
or the numbers (time in seconds and offset in hours and minutes).
E.g.

    $msg->set_date(991697409, '+0100');
    $msg->set_date("Wed, 7 Mar 2001 03:00:01 +0100 (CET)");

=item I<get_date>()

Get the sent-date of the MIME message. In scalar
context returns date as a string value,

 view all matches for this distribution


MIME-Types

 view release on metacpan or  search on metacpan

ChangeLog  view on Meta::CPAN

Mark Overmeer.

TODO:
	. Add source http://www.ltsw.se/knbase/internet/mime.htp ?

version 2.30: Mon  8 Dec 20:33:20 CET 2025

	Fixes:
	- no undef when simplifying illegal type
	  github issue #15 [Todd Richmond]

ChangeLog  view on Meta::CPAN

	- text/ecmascript RFC9239
	- default charsets according to RFC6657
	- update reference to specs RFC6838 and RFC9694
	- iana updates.

version 2.27: Fri  7 Feb 11:08:22 CET 2025

	Fixes:
	- explicitly set $/ before reading the file by line [Jan Kratochvil]

	Improvements:
	- iana updates.

version 2.26: Tue  6 Feb 10:08:33 CET 2024

	Improvements:
	- iana updates

version 2.25: Thu 29 Dec 10:27:24 CET 2022

	Improvements:
	- support multi-level extensions.  Flagged by [Michał Górny]

version 2.24: Wed 28 Dec 13:06:23 CET 2022

	Fixes:
	- vnd.gentoo officially took 'tar' and 'tbz2', but 'application/
	  x-tar' resp 'x-gtar' prevails.  [Andreas Koenig]

version 2.23: Thu 22 Dec 17:20:33 CET 2022

	Improvements:
	- iana updates

version 2.22: Wed 27 Oct 16:54:38 CEST 2021

ChangeLog  view on Meta::CPAN

	Changes:
	- mp4 preference is video/mp4 [issue #5, Даша Федорова]
	- yt preference is video/vnd.youtube.yt [issue #6, Даша Федорова]
	- 3gp and 3gpp preference is video/3gpp [issue #7, Даша Федорова]

version 2.18: Wed  9 Dec 10:29:46 CET 2020

	Improvements:
	- update with newest data

	Changes:
	- Mojo 6.0 changed types() into mapping() [Dmitry Latin]
	- Mojo 7.94 adds experimental file_type()
	- Mojo 7.94 adds experimental content_type()

version 2.17: Fri Jan 26 23:42:01 CET 2018

	Fixes:
	- when picking a preferred type for an extension, do prefer the type
	  with the same minor-name.  Issue triggered by [Henry van Styn]
	- remove iana obsoleted types

version 2.16: Tue 23 Jan 12:14:39 CET 2018

	Fixes:
	- collecting of IANA info has stalled: logic rewritten
	  Discovered by [Julien Lüthi]

	Improvements:
	- move scripts and source files into MANIFEST.extra
	- update types and extensions

version 2.15: Fri 19 Jan 17:23:56 CET 2018

	Improvements:
	- moved to GIT and GitHUB.

version 2.14: Wed  8 Nov 17:45:22 CET 2017

	Fixes:
	- MojoX should not die on missing types.
	  rt.cpan.org#123298 [Dmitry Latin]

version 2.13: Mon  7 Mar 15:48:28 CET 2016

	Fixes:
	- not all information was extracted from the Apache tables.
	  [Thomas Eckardt]

version 2.12: Wed 11 Nov 12:24:55 CET 2015

	Improvements:
	- downgrade prereq perl to 5.6 [Peter Rabbitson]
	- update IANA

ChangeLog  view on Meta::CPAN

	- add ::Type::isVendor(), ::isExperimental(), ::isPersonal on request
	  by rt.cpan.org#87062 [Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯]
	- cleaned-up Exporter syntax of (very) old interface.
	- added ::Types::listTypes()

version 1.38: Fri Jan 11 09:58:08 CET 2013
	- add application/vnd.ms-excel.template.macroEnabled.12 and five
	  related from http://filext.com/faq/office_mime_types.php
	  rt.cpan.org#82616 [M Jemmeson]

version 1.37: Fri Dec 21 11:33:53 CET 2012:
	- all mime.types files agree that perl scripts should use
	  application/x-perl.  Hence removed text/x-perl
	  rt.cpan.org#82100 [Kent Fredric]

version 1.36: Wed Oct 31 20:34:42 CET 2012
	- xlsx and friends had encoding 'binary' (since version 1.30),
	  but should have been 'base64'
	  rt.cpan.org#80529 [Douglas Wilson]

version 1.35: Tue Jun 19 20:37:21 CEST 2012
	- added video/webm and audio/webm, although not (yet) IANA registered.
	  [Kurian Jose Aerthail]

version 1.34: Thu Jan 12 11:16:07 CET 2012
	- subType() did not handle subType's with '+' in them.
	  [Roman V. Nikolaev]

version 1.33: Thu Jan 12 08:46:05 CET 2012
	- all openxmlformats are binary [Beverly Wang]
	- mediaType() and subType() did not handle subType's with dots
	  in them correctly. [Roman V. Nikolaev]

version 1.32: Thu Aug 18 23:30:25 CEST 2011

ChangeLog  view on Meta::CPAN

	- typo.  rt.cpan.org#55655 [Salvatore.Bonaccorso]
	- xlsx must be encoded binary [Ben Prew]
	- added f4v, f4p, f4a, f4b extensions for mpeg4
	  rt.cpan.org#55168 [Oskari Ojala]

version 1.29: Tue Mar 16 23:28:00 CET 2010

	- added a zillions of new types from debian's /etc/mime.types.
	  implemented by [Roman V. Nikolaev]

	- changed table format, hopefully to speed-up load times per

ChangeLog  view on Meta::CPAN

version 1.28: Mon Sep  7 00:12:53 CEST 2009

	- fix initiation when using by_mediatype().
	  rt.cpan.org#49111 [GENEHACK]

version 1.27: Tue Feb  3 12:23:08 CET 2009

	- fix application/ogg to .ogx.  Add other oggs [John Drago]

	- alternative for ogg in test scripts, 

	- test by_mediatype with regexp parameter.

	- do not use /bin/pwd in t/pod.t

version 1.26: Wed Dec 17 09:01:27 CET 2008

	- added many ooxml types [Joe Spooner]

version 1.25: Sat Nov 29 15:00:20 CET 2008

	- added application/jsoni
	  rt.cpan.org #36812 [Christopher H. Laco]

	- added text/x-component

ChangeLog  view on Meta::CPAN

	  is an .xlsx [Jonas Liljegren]

	- added zillion of application/vnd.oasis.opendocument.* and
	  application/vnd.stardevision.* names [Michiel Leenaars]

version 1.23: Mon Dec 17 16:12:52 CET 2007

	- /xml file attributes were separated by blanks, not commas.
	  [Alex Kapranoff]

version 1.22: Wed Nov 14 17:20:22 CET 2007

	- use RFC4180 text/csv, not text/comma-separated-values
	  Reported by [Mike Eldridge]

	- refer to File::TypeInfo for access to mime.types files.

ChangeLog  view on Meta::CPAN


	- converted to use OODoc 0.99

	- removed mkdist, mkdoc, README.oodoc, version

version 1.18: Fri Nov 17 21:20:20 CET 2006

	- [David Nesting] application/atom+xml and image/svg+xml

	- [Islue Hu] audio/3gpp2 and video/3gpp2

ChangeLog  view on Meta::CPAN

	  StarOffice types application/vnd.sun.xml.*

	- [Tatsuhiko Miyagawa] contributed audio/3gpp and video/3gpp
	  from RFC3839.

version 1.14: Wed Nov 24 18:09:49 CET 2004

	- [Ville Skyttä] provided some minor fixes and two new types

	- [Ave Wringley] contributed video/x-ms-wmv

ChangeLog  view on Meta::CPAN

	- [Ville Skyttä] and [Austing Ziegler] updated the type list to
	  IANA registry dated 2004-04-09.  Many changes to clean-up the
	  list, trying to find a good balance between IANA's rules and
	  common practice.

version 1.12: Wed Jan 21 10:09:43 CET 2004

	- [Ville Skyttä] requested removal of application/excel, because
	  it is not IANA registered.  Applied.

	- Documented that alternative types for a certain extension will
	  be used at random in mimeTypeOf()

	- Documentation fix: only_complete returns all types with defined
	  extensions. Transfer-encoding is optional.

version 1.11: Tue Jan 13 10:36:41 CET 2004

	- [Ville Skyttä] contributed a large set of new mime-types, and
	  applied some fixes. New IANA names are now all included.

version 1.10: Wed Dec 17 12:47:00 CET 2003

	- [Miha Lampret] and [Jean-Marc Delafont] bumped into __DATA__
	  conflict between MIME::Types table and mod_perl.

version 1.09: Wed Nov  5 10:51:52 CET 2003

	- Translated tests to use Test::More

	- tests failed for detection '.doc', because OS-detection
	  failed, which (with 5.8.1 random hash order) made VMS'es
	  version of doc (plain/text) prevail in some situations.

version 1.08: Mon Nov  3 17:44:57 CET 2003

	- [Tuomas Salo] removed warning on "undef".

	- .txt extension preferred over .asc for plain text

ChangeLog  view on Meta::CPAN


	- [NN Poster] updated the attributes for the PGP types.

	- Converted documentation to be generated with OODoc.

version 1.005: Tue Dec 24 13:01:00 CET 2002

	- [Guangzu Wang] pointed to typos in the Synopsis of both packages:
	  $mimetype   -->  $mimetypes

	- [Ville Skyttä] some doc patches and many tweaks and additions

ChangeLog  view on Meta::CPAN

	- Doc typo:  MIME::Types->extension must be MIME::Types->mimeTypeOf

	- Overloaded comparison of $mimetype with string now works.  Before,
	  only two objects could be compared.

version 0.16: Tue Feb 19 12:08:51 CET 2002

	- MIME::Type->simplified('text') will return 'text/plain'

	- MIME::Types->type($mime) will return undef for illegal $mime

version 0.15: Wed Jan 23 21:22:26 CET 2002

	- [Dirk Lutsebaeck] contributed a few mime-types.  I am open
	  to receive more improvements.

	- Refrased the reason for removal of import_mime_types, a

ChangeLog  view on Meta::CPAN

	- Added MIME::Types::addType

	- Added overloading stringify and comparison to MIME::Type objects.
	  some tests in t/11typeol.t

version 0.14:  Sat Dec  1 13:56:51 CET 2001
        - Did a bad job (it's hard to support backwards compat if you run
          5.6)  Thanks to [Tatsuhiko Miyagawa]

version 0.13:  Sat Dec  1 01:53:20 CET 2001
	- [Slaven Radic] back-port to 5.005

version 0.12:  Wed Nov 28 09:39:44 CET 2001
	Mark Overmeer took the namespace over from Jeff Okamoto
	- In scalar context MIME::Types::type will return only the
	  first type that fits.

version 0.11:

 view all matches for this distribution


MIME-tools

 view release on metacpan or  search on metacpan

t/ticket-11901.t  view on Meta::CPAN

__DATA__
Return-Path: <atoby@email.msn.com>
X-Original-To: info2001@lists.sch.bme.hu
Delivered-To: info2001@lists.sch.bme.hu
Received: by lists.sch.bme.hu (Postfix, from userid 102)
	id 1CDBB11E21; Mon, 14 Mar 2005 22:41:52 +0100 (CET)
Received: from lists.sch.bme.hu ([127.0.0.1])
 by localhost (kaa.sch.bme.hu [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 25096-10 for <info2001@lists.sch.bme.hu>;
 Mon, 14 Mar 2005 22:41:50 +0100 (CET)
Received: from balu.sch.bme.hu (balu.sch.bme.hu [152.66.208.40])
	by lists.sch.bme.hu (Postfix) with ESMTP id 8D03D11E21
	for <info2001@lists.sch.bme.hu>; Mon, 14 Mar 2005 22:41:50 +0100 (CET)
Received: from 69.183.13.242.adsl.snet.net ([69.183.13.242])
 by balu.sch.bme.hu (Sun ONE Messaging Server 6.0 Patch 1 (built Jan 28 2004))
 with SMTP id <0IDD00LL92XIUK80@balu.sch.bme.hu> for info2001@lists.sch.bme.hu
 (ORCPT info2001@sch.bme.hu); Mon, 14 Mar 2005 22:41:50 +0100 (CET)
Received: from 99.94.255.218 by 69.183.13.242.adsl.snet.net Mon,
 14 Mar 2005 08:30:34 -0800
Date: Mon, 14 Mar 2005 11:19:01 -0800
From: Justine Cornett <atoby@email.msn.com>
To: info2001@sch.bme.hu

 view all matches for this distribution


MMapDB

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

0.13  Thu Mar 31 12:27:39 CEST 2011
      - MMDB-lookup tool
      - data_record, data_value and data_sort now work on a position list
        instead of a single position.

0.12  Sun Oct 31 14:22:53 CET 2010
      - fixed subtle UTF8 problem: 2 strings consisting of the same ascii
      	characters were considered different if one of them had the UTF8
	flag set while the other had not.

	Example:

Changes  view on Meta::CPAN

      - untie in stop() to break circular refs

0.08  Wed Apr 21 10:38:55 CEST 2010
      - make POD coverage happy

0.07  Sun Jan 24 14:19:28 CET 2010
      - UTF-8 support
      - iterator class

0.06  Thu Jan 21 13:18:33 CET 2010
      - returning nitems in array context for index_iterator and
        id_index_iterator()
      - new: is_datapos() as shortcut for $pos<$db->mainidx

0.05  Wed Nov 25 12:56:21 CET 2009
      - correct index_lookup behavior to return an empty list
        if the key was not found

0.04  Sun Jul  5 09:59:18 CEST 2009
      - allow for method chaining with start():

 view all matches for this distribution


MOBY

 view release on metacpan or  search on metacpan

lib/MOBY/RDF/Ontologies/Cache/CacheUtils.pm  view on Meta::CPAN

use constant RDF_FILE           => '__R__D__F__';
use constant UPDATE_FILE        => '__U__P__D__A__T__E__F__I__L__E__';
use constant DATATYPES_CACHE    => 'dataTypes';
use constant SERVICES_CACHE     => 'services';
use constant NAMESPACES_CACHE   => 'namespaces';
use constant SERVICETYPES_CACHE => 'serviceTypes';

use vars qw /$VERSION/;
$VERSION = sprintf "%d.%02d", q$Revision: 1.3 $ =~ /: (\d+)\.(\d+)/;

=head1 NAME

lib/MOBY/RDF/Ontologies/Cache/CacheUtils.pm  view on Meta::CPAN

									 NAMESPACES_CACHE
				 ),
				 File::Spec->catdir(
									 $self->cachedir,
									 $self->_clean( $self->_endpoint ),
									 SERVICETYPES_CACHE
				 ),
	);

	foreach my $file (@dirs) {
		my ( $v, $d, $f ) = File::Spec->splitpath($file);

lib/MOBY/RDF/Ontologies/Cache/CacheUtils.pm  view on Meta::CPAN

			 NAMESPACES_CACHE => File::Spec->catdir(
											  $self->cachedir,
											  $self->_clean( $self->_endpoint ),
											  NAMESPACES_CACHE
			 ),
			 SERVICETYPES_CACHE => File::Spec->catdir(
											  $self->cachedir,
											  $self->_clean( $self->_endpoint ),
											  SERVICETYPES_CACHE
			 ),
	};

}

 view all matches for this distribution


MODS-Record

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

Revision history for perl module MODS::Record

0.14  2026-02-16 15:19:28 CET
    - Adding support for nameIdentifier (obs: herreio)
    
0.13  2018-11-22 15:59:34 CET
    - Fixing name element has missing type attribute #4
    - Fixing empty MODS::Element::Affiliation #5
    - Fixing license

0.11  2015-09-23 09:23:57 CEST

 view all matches for this distribution


MOSES-MOBY

 view release on metacpan or  search on metacpan

lib/MOSES/MOBY/Cache/Central.pm  view on Meta::CPAN

# names of cache directories/files
use constant LIST_FILE          => '__L__I__S__T__';
use constant DATATYPES_CACHE    => 'dataTypes';
use constant SERVICES_CACHE     => 'services';
use constant NAMESPACES_CACHE   => 'namespaces';
use constant SERVICETYPES_CACHE => 'serviceTypes';

# the version of this file:
$VERSION = sprintf "%d.%02d", q$Revision: 1.9 $ =~ /: (\d+)\.(\d+)/;

=head1 NAME

lib/MOSES/MOBY/Cache/Central.pm  view on Meta::CPAN

    my ($self)= @_;
    my @dirs = (
    	File::Spec->catfile ($self->cachedir,$self->_clean ($self->_endpoint),DATATYPES_CACHE),
    	File::Spec->catdir ($self->cachedir,$self->_clean ($self->_endpoint),SERVICES_CACHE),
    	File::Spec->catdir ($self->cachedir,$self->_clean ($self->_endpoint),NAMESPACES_CACHE),
    	File::Spec->catdir ($self->cachedir,$self->_clean ($self->_endpoint),SERVICETYPES_CACHE),
     );
    
    foreach my $file (@dirs) {
    	my ($v, $d, $f) = File::Spec->splitpath( $file );
    	my $dir = File::Spec->catdir($v);

 view all matches for this distribution


MP3-Mplib

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

Revision history for Perl extension MP3::Mplib.

0.02 Sun Mar  7 10:38:47 CET 2004
	- update of mplib to 1.0.1 by 
	  Alex Izvorski (izv AT dslextreme DOT com,
	  thanks!
	- shut up a few warnings on 'make test'
	

 view all matches for this distribution


MP3-PodcastFetch

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

	
Version 1.03:
	- Patch from Thierry Walrant to provide support for proxy
	settings from environment variables.

Version 1.02: Wed Jan 31 16:26:31 CET 2007
	- Added a missing duration() method to
	MP3::PodcastFetch::Feed::Channel to prevent crashing on RSS
	feeds with an <itunes:duration> tag.

Version 1.01: January 2, 2007

 view all matches for this distribution


MPMinus

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

      In configuration file specifies configuration file. In handlers the
      getter method $m->conf("configfiles") returns array of loaded
      configuration files; the method $m->conf("fileconf") returns main
      loaded file

      Default: <DOCUMENT_ROOT>/lc(<PROJCET_NAME>).conf

    debug

          PerlSetVar debug on
      

 view all matches for this distribution


Mail-Abuse

 view release on metacpan or  search on metacpan

lib/Mail/Abuse/Incident/Normalize.pm  view on Meta::CPAN

	 "HST"	=> '-1000',	# Hawaii Standard
	 "CAT"	=> '-1000',	# Central Alaska
	 "AHST"	=> '-1000',	# Alaska-Hawaii Standard
	 "NT"	=> '-1100',	# Nome
	 "IDLW"	=> '-1200',	# International Date Line West
	 "CET"	=> '+0100',	# Central European
	 "MEZ"	=> '+0100',	# Central European (German)
	 "ECT"	=> '+0100',	# Central European (French)
	 "MET"	=> '+0100',	# Middle European
	 "MEWT"	=> '+0100',	# Middle European Winter
	 "SWT"	=> '+0100',	# Swedish Winter

 view all matches for this distribution


Mail-Box-IMAP4

 view release on metacpan or  search on metacpan

ChangeLog  view on Meta::CPAN

#!!! number 3.  Use (at least) version 4 for new developments.
#!!! Convert? See https://github.com/markov2/perl5-Mail-Box/wiki/

#XXX TODO: connect client debugger with Log::Report needs.

version 4.01: Sat 13 Dec 12:21:57 CET 2025

	Fixes:
	- missed some old log calls.

	Improvements:
	- test loading of all modules.

version 4.000: Wed 10 Dec 18:44:14 CET 2025

	Changes:
	- use Mail::Box 4 exception model: use Log::Report

version 3.010:

ChangeLog  view on Meta::CPAN


	Improvements:
	- transporter: rename 'starttls' into 'ssl' option
	- add ::IMAP4s for url abstraction.

version 3.003: Sun Mar  4 14:58:04 CET 2018

	Improvements:
	- spell fixes in pod.
	  rt.cpan.org#124012 [Damyan Ivanov]
	- add pod tester

ChangeLog  view on Meta::CPAN


	Fixes:
	- license accidentally changed to 'artistic', back to 'perl'
	  rt.cpan.org#120319 [Jitka Plesnikova]

version 3.001: Thu  2 Feb 16:02:23 CET 2017

	Fixes:
	- repair unclean packaging

version 3.000: Thu  2 Feb 15:47:09 CET 2017

	Changes:
	- split-off from Mail::Box
	- supports perl from 5.10 (was 5.8.5)

 view all matches for this distribution


Mail-Box-POP3

 view release on metacpan or  search on metacpan

ChangeLog  view on Meta::CPAN


	Improvements:
	- remove version of introduction indicators '[3*]', because version 4 is
	  not backwards compatible anyway.

version 4.01: Sat 13 Dec 12:20:29 CET 2025

	Fixes:
	- still used some removed logging features.

version 4.000: Wed 10 Dec 19:01:10 CET 2025

	Changes:
	- use Mail::Box 4 exception model: use Log::Report

version 3.008:

ChangeLog  view on Meta::CPAN

	- transporter should differentiate between pop3 and pop3s in url().

	Improvements:
	- cleanup ::POP3 coding style.

version 3.004: Sun Mar  4 15:17:07 CET 2018

	Improvements:
	- typo  rt.cpan.org#124013 [Damyan Ivanov] (debian)
	- convert to GIT and GitHub.

ChangeLog  view on Meta::CPAN


	Fixes:
	- license accidentally changed to 'artistic', back to 'perl'
	  rt.cpan.org#120319 [Jitka Plesnikova]

version 3.001: Thu  2 Feb 16:04:56 CET 2017

	Fixes:
	- bump version number caused by wrong IMAP4 packaging.

version 3.000: Thu  2 Feb 15:45:18 CET 2017

	Changes:
	- split-off from Mail::Box
	- supports perl from 5.10 (was 5.8.5)

 view all matches for this distribution


Mail-Box-Parser-C

 view release on metacpan or  search on metacpan

ChangeLog  view on Meta::CPAN

#!!! Mail::Box 3 compatibility is still maintained on github in branch
#!!! maint3, and published.  So: you may find newer versions with major
#!!! number 3.  Use (at least) version 4 for new developments.
#!!! Convert? See https://github.com/markov2/perl5-Mail-Box/wiki/

version 4.01: Wed 25 Feb 12:41:06 CET 2026

	Fixes:
	- reading did not work at all. [Edoardo Geraci]

version 4.00: Thu 11 Dec 13:39:06 CET 2025

	Changes:
	- use Mail::Box 4 exception model: use Log::Report.

	Fixes:
	- doesn't Export any token.

	Improvements:
	- introduce attribute boxnr.

version 3.012: Mon 24 Nov 19:15:06 CET 2025

	Changes:
	- MailBox mid-life  upgrade: require Perl minimal version 5.016.

	Improvements:

ChangeLog  view on Meta::CPAN

version 3.011: Fri Sep 15 20:17:44 CEST 2023

	3.010 Not indexed by CPAN, try to recover by uploading a new
	release. Spotted by [Todd Richmond]

version 3.010: Sun Mar  4 17:19:54 CET 2018

	Fixes:
	- repair incorrect initial GitHub release.

version 3.009: Sun Mar  4 17:16:43 CET 2018

	Improvements:
	- converted to GIT and GitHub
	- add pod tester

version 3.008: Thu  2 Feb 15:48:14 CET 2017

	Improvements:
	- rename test.pl -> t/01use.t
	- rename C.pm -> lib/Mail/Box/Parser/C.pm

version 3.007: Mon Mar  4 22:25:53 CET 2013

	Improvements:

	- max header field length from 1024 to unlimited.
	  rt.cpan.org#83749 [Jonathan Kamens]

ChangeLog  view on Meta::CPAN

	  applications, like mutt.

	- Bumped version number into very different from MailBox, so
	  people do not think that they are related.

version 2.034: Tue Jan  7 09:43:40 CET 2003

	Improvements:

	- The requirement of 5.008 can be dropped.

version 2.033: Tue Dec 24 14:58:12 CET 2002

	Improvements:

	- First implementation (that's an improvement!!!)

 view all matches for this distribution


Mail-Box

 view release on metacpan or  search on metacpan

ChangeLog  view on Meta::CPAN

	Improvements:
	- Mail::Box synopsis reorg.
	- remove version of introduction indicators '[3*]' because we are
	  not backwards compatible with 3 anyway.

version 4.01: Sat 13 Dec 12:13:49 CET 2025

	Fixes:
	- optional modules -> recommends.

	Improvements:
	- main page texts.

version 4.00: Thu 11 Dec 14:03:32 CET 2025

	Changes:
	- use Mail::Box 4 exception model: use Log::Report
	- remove SpamAssassin support; not used and out-dated.

ChangeLog  view on Meta::CPAN

version 3.007: Fri  3 May 09:38:17 CEST 2019

	Improvements:
	- recognize imap4s

version 3.006: Fri 15 Feb 09:01:51 CET 2019

	Fixes:
	- MailDir warns about repeat count, since last release added 'use
	  warnings' to the file.  [Keita Jamadam] github issue #2
	- mbox parsing failed on changing handling of blank lines by Mail::Message
	  rt.cpan.org#128513 [Gregor Herrmann] + [cpantesters]

version 3.005: Sun Mar  4 21:48:38 CET 2018

	Changes:
	- code trusted on "perl -w", but now added many "use warnings".

	Improvements:

ChangeLog  view on Meta::CPAN

	- remove Mail/Box-Shorts.pod: already consumed somewhere else
	  rt.cpan.org#124056 [Petr Pisar]
	- converted to GIT, publish to  GitHub
	- check produced pods

version 3.004: Fri 22 Dec 09:46:28 CET 2017

	Fixes:
	- minor change in Mail::Message broken regression test [cpantesters]

version 3.003: Thu 29 Jun 15:18:15 CEST 2017

ChangeLog  view on Meta::CPAN

	- repair test on Windows again :(
	- error while global destruction of locker
	- show installed version of POP3, not POP4 (of course)
	  rt.cpan.org#120651 [Kent Fredric]

version 3.001: Mon  6 Feb 17:07:53 CET 2017

	Fixes:
	- test on windows, cause the path syntax differences
	- posix lock on BSD [Slaven Rezic]
	- SEE ALSO links broken.

ChangeLog  view on Meta::CPAN


	Improvements:
	- Mail::Box::Locker* cleaner OO
	- ::Locker::Multi uses FcntlLock, not POSIX by default

version 3.000: Thu  2 Feb 15:50:36 CET 2017

	Changes:
	- split Mail::Box 2* into separate distributions:
		Mail::Box             basic and simple mail folders
	    Mail::Message         only message handling

 view all matches for this distribution


Mail-ClamAV

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

Revision history for Perl extension Mail::ClamAV.

0.30  Thu Jan 31 12:00:00 CET 2019
  - Fix Makefile.PL to detect clamav version correctly

0.29  Wed Apr 29 18:02:17 CDT 2009
  - Makefile.PL dies with 'No support for OS' when OS is unsupported, per
    recommended solution at http://wiki.cpantesters.org/wiki/CPANAuthorNotes

 view all matches for this distribution


Mail-Colander

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

0.004  2024-11-28 07:47:48 CET
   - Rename to Mail::Colander, apparently Mail::Sieve is already taken

0.002  2024-11-16 11:11:23 CET
   - Initial release - still have to think how to properly code tests
     but still

 view all matches for this distribution


Mail-DMARC-opendmarc

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

	- Make sure we build with libopendmarc 1.1.2 (now available in Ubuntu 12) and 1.1.3
	- Added test for utilized_domain since 1.1.3 fixes its behaviour
	- added documentation for (most) methods
	- TLD list update

0.10  Sat Mar 23 13:30:00 CET 2013
	- Aligned to libopendmarc 1.1.1
	- added policy_fetch_fo and policy_fetch_rf wrappers (not used in module)
	- TLD list update
	
0.09  Sat Nov 11 15:30:30 CET 2012
	- TLD problem temporarily solved by embedding Mozilla's PublicSuffix.org TLD list
	- Lowered Perl version dependency down to 5.10 (thanks to José Ferreira, Anubis Networks)
	- Missing -lopendmarc in Makefile.PL (thanks to José Ferreira, Anubis Networks)

0.08  Thu Nov  1 19:37:30 CET 2012	
	- Contract broken! query_and_store_auth_results added and store_auth_results semantics changed
	- Added test coverage for draft DMARC RFC aligment examples (Appendix B)

0.07  Sun Oct 28 14:31:00 CET 2012
	- Lowered perl version dependency to 5.12.4 after checking on Gentoo
	- bug fixes and test cases for POLICY_ABSENT cases	

0.06  Sat Oct 27 16:26:32 2012
	- OpenDMARC 1.0.0 released, so check everything still works fine

 view all matches for this distribution


Mail-DSPAM-Learning

 view release on metacpan or  search on metacpan

TODO  view on Meta::CPAN

RT/RT-Authen-CookieAuth-0.01.readme:
RT/RT-Authen-ExternalAuth-0.01.readme:
RT/RT-SimpleGPGVerify-0.04.readme:you
RTx/RTx-Calendar-0.03.readme:
RTx/RTx-EmailCompletion-0.02.readme:
Template/Template-Parser-CET-0.01.readme:

Build.PL

Management of the config file in the installation process

 view all matches for this distribution


Mail-DeliveryStatus-BounceParser

 view release on metacpan or  search on metacpan

t/corpus/long-smtp.msg  view on Meta::CPAN

Received: from smtprelay-h31.telenor.se (smtprelay-h31.telenor.se [213.150.131.4])
	by arc1.listbox.com (Postfix) with ESMTP id ECD7627631
	for <xyzzy@jeeves.example.com>; Sun, 22 Mar 2015 14:32:57 -0400 (EDT)
Received: from ipb5.telenor.se (ipb5.telenor.se [195.54.127.168])
	by smtprelay-h31.telenor.se (Postfix) with ESMTP id 1D01EDF75
	for <xyzzy@jeeves.example.com>; Sun, 22 Mar 2015 19:32:47 +0100 (CET)
X-SENDER-IP: [195.54.127.10]
X-LISTENER: [smtp.bredband.net]
X-IronPort-Anti-Spam-Filtered: true
X-IronPort-Anti-Spam-Result: A2ADAQD7CQ9VmQp/NsODH4EVBlSCSkawPQaDNAGGA4dmgVsZAQSFMRA5gR5MAQEBAQEBEQEBAQEBBg0LBxQuhBkFCQ4JJgUHHQMCGycTAQYDAjMVJgQBGAQEiBIBCJI3jSqPTJRihFMMAR+BNYRYh3GBPwUDAQFLgjg7Eh2BG4ULgQ2CbYpqT4IeDIIMgmQ6gnaJOQaCWYNHgiQcgR4zPTEBAQMCg...
X-IPAS-Result: A2ADAQD7CQ9VmQp/NsODH4EVBlSCSkawPQaDNAGGA4dmgVsZAQSFMRA5gR5MAQEBAQEBEQEBAQEBBg0LBxQuhBkFCQ4JJgUHHQMCGycTAQYDAjMVJgQBGAQEiBIBCJI3jSqPTJRihFMMAR+BNYRYh3GBPwUDAQFLgjg7Eh2BG4ULgQ2CbYpqT4IeDIIMgmQ6gnaJOQaCWYNHgiQcgR4zPTEBAQMCgQSBOAEBAQ

 view all matches for this distribution


Mail-EXPN

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

Revision history for Perl extension Mail::EXPN.

0.01  Tue Feb  5 18:48:35 2002
	- original version; created by h2xs 1.19
0.04  Sat Feb  1 11:21:23 CET 2003
	- Maintenance release - no functionality added or changed.

 view all matches for this distribution


Mail-Exim-ACL-Attachments

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN


1.006  2024-06-09 09:39:33 CEST

  - Add the file extensions .dll and .lz

1.005  2023-03-20 12:42:47 CET

  - Add the file extensions .application, .appref-ms, .bgi and .one

1.004  2022-12-24 11:18:08 CET

  - Minor documentation changes

1.003  2022-08-05 18:00:55 CEST

Changes  view on Meta::CPAN

1.002  2022-03-31 05:57:50 CEST

  - cpanspec may produce incomprehensible output if there are hyperlinks in
    the module description

1.001  2022-01-25 17:53:30 CET

  - Die with "OS unsupported" in Makefile.PL on Windows

1.000  2022-01-09 11:45:40 CET

  - First version

 view all matches for this distribution


Mail-Exim-ACL-Geolocation

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

Revision history for Mail::Exim::ACL::Geolocation

1.005  2025-02-26 12:26:42 CET

  - Add asn_lookup

1.004  2022-12-24 10:50:02 CET

  - Minor documentation changes

1.003  2022-08-05 15:20:45 CEST

Changes  view on Meta::CPAN

1.002  2022-03-31 07:32:26 CEST

  - cpanspec may produce incomprehensible output if there are hyperlinks in
    the module description

1.001  2022-01-25 17:28:55 CET

  - Die with "OS unsupported" in Makefile.PL on Windows

1.000  2022-01-09 15:23:05 CET

  - First version

 view all matches for this distribution


Mail-Exim-Blacklist-Attachments

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

Revision history for Mail::Exim::Blacklist::Attachments

2.000  2021-12-30 03:31:10 CET

  - The check functions now return "ok" or "blocked"

1.008  2021-12-28 17:22:21 CET

  - The cpanfile is created by Dist::Zilla

1.007  2021-12-18 08:19:21 CET

  - Add an accept verb to the example configuration

1.006  2021-12-03 14:58:58 CET

  - Improve the Exim configuration examples

1.005  2021-12-02 21:01:04 CET

  - Remove the whitelist function parameter.

1.004  2021-11-19 11:57:12 CET

  - Macro-enabled documents are rejected.
  - Handle split archives such as "002" and "r15".

1.003  2021-10-30 11:52:13 CEST

 view all matches for this distribution


Mail-Exim-Blacklist-GeoIP

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

Revision history for Mail::Exim::Blacklist::GeoIP

1.001  2021-12-03 13:33:04 CET

  - Minor documentation updates

1.000  2021-12-02 19:00:08 CET

  - First version

 view all matches for this distribution


Mail-Exim-Blacklist-Geolocation

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

Revision history for Mail::Exim::Blacklist::Geolocation

1.002  2021-12-30 11:36:15 CET

  - Change some wording
  - Update the test database

1.001  2021-12-29 01:40:01 CET

  - Skip the IPv6 tests on Windows

1.000  2021-12-28 09:15:46 CET

  - First version

 view all matches for this distribution


( run in 1.384 second using v1.01-cache-2.11-cpan-39bf76dae61 )