view release on metacpan or search on metacpan
1.6.1 2022-04-01 00:33:17 CEST
- emitting logs at the right level for Carp-ish stuff, fixes
https://github.com/polettix/Log-Log4perl-Tiny/issues/13
1.6.0 2022-03-22 06:31:08 CET
- release after 147 PASSes on CPAN Testers (thanks!)
1.5.0 2022-03-20 16:22:29 CET
- fix usage of __PACKAGE__ as a key inside a hash, useful for older
perl-s.
1.4.1 2022-03-19 19:06:08 CET
- credits here in Changes to jwittkoski for asking about caller_depth
- expand sub{} message parts also for warn/die/Carp functions (fixes
https://github.com/polettix/Log-Log4perl-Tiny/issues/12)
1.4.0 2016-05-30 19:14:57 CEST
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl extension Log::LogLite.
0.82 Tue Sep 24 14:23:49 CEST 2002
- Just fixed the copyright notice
0.81 Thu Jan 31 13:16:52 CET 2002
- Fixed that the log file will not be opened already locked.
Thanks to Tilman Mueller-Gerbes!
0.8 Thu Jan 3 14:57:22 CET 2002
- For the new year, I got lucky, and found out the obvious:
there is a function called "caller" build in Perl.
So no more use of the annoying Devel::CallerItem!
Besides, I upgraded the VERSION number to 0.8, because we
use this class for quite a time now, and had no problems.
- OK, now it is written correctly - the log file is opened when
we construct the object. It is locked everytime we write into
it, and it is closed in the destructor. Thanks Rob Napier for
guiding me to do it that way.
0.2 Fri Feb 9 15:21:28 CET 2001
- first distribution on CPAN
view all matches for this distribution
view release on metacpan or search on metacpan
0.03 Sat Dec 29 19:40:48 2012 +0100
Added possibility of providing odd number of elements in "pair list"
call form.
0.01 Thu Dec 27 23:53:29 CET 2012
Initial version.
view all matches for this distribution
view release on metacpan or search on metacpan
Changes for 0.04 Fri Jan 7 21:41:00 GMT 2011
=================================================
* Apply blead patch from Peter Acklam
Changes for 0.02 Sat Dec 13 18:35:01 CET 2008
=================================================
* Users of 0.01 need not upgrade
* Log::Message is a core module, so the Makefile.PL
should reflect this and install into the 'core'
directory, instead of 'site'
view all matches for this distribution
view release on metacpan or search on metacpan
t/20abstract.t view on Meta::CPAN
use Log::Procmail;
# create a record by hand
my $rec = Log::Procmail::Abstract->new(
from => 'book@cpan.org',
date => 'Tue Feb 5 01:14:36 CET 2002',
subject => 'Re: Log::Procmail',
folder => 'modules',
size => '2197',
);
isa_ok( $rec, "Log::Procmail::Abstract" );
# test the methods
is( $rec->from, 'book@cpan.org', "Correct from" );
is( $rec->date, 'Tue Feb 5 01:14:36 CET 2002', "Correct date");
is( $rec->subject, 'Re: Log::Procmail', "Correct subject");
is( $rec->folder, 'modules', "Correct folder" );
is( $rec->size, '2197', "Correct size" );
is( $rec->ymd, '20020205011436', "Correct ymd" );
is( $rec->source, undef, "No source" );
view all matches for this distribution
view release on metacpan or search on metacpan
argument, to make code maintainable.
wishlist:
- let xgettext-perl produce mo files as well.
version 1.15: Thu 6 Nov 11:05:27 CET 2025
Changes:
- auto-detects (and applies) "use utf8", still not supported by PPI.
Improvements:
Improvements:
- add .gitignore
- add translation table
- extract Template understand FILTER
version 1.11: Thu Mar 22 23:32:11 CET 2018
Release 1.10 seems to got lost on CPAN. Upload a new one.
Fixes:
- fix metadata [Mohammad S Anwar]
- $fh->binmode not supported before 5.12 [cpantesters]
version 1.10: Tue Jan 23 23:03:57 CET 2018
Improvements:
- typo, rt.cpan.org#123008 [Lukas Mai]
- additional filename test in 30index.t
- add debugging of fn0 to t/30index.t
Improvements:
- accept PO-files which have CRLF endings, while running on LF
platform (UNIX/Linux)
version 1.02: Mon Mar 10 16:08:59 CET 2014
Changes:
- ::PO::unused() -> ::PO::useless()
Fixes:
Improvements:
- changed documentation style
- explain how to use templates in combination with translation
contexts
version 1.01: Mon Jan 6 22:42:22 CET 2014
Fixes:
- t/12ctxt.t failed when 'en' locale was not installed. Patched
by [Slaven Rezic]
version 1.00: Sun Jan 5 17:30:43 CET 2014
Split-off from Log::Report
Fixes:
- remove references to files which have disappeared from the set.
view all matches for this distribution
view release on metacpan or search on metacpan
Improvements:
- better warning on translation domain conflict.
- add .gitignore
- convert to OODoc 3.03
version 1.07: Fri 15 Jan 09:57:35 CET 2021
Improvements:
- expand_reasons 'FATAL' [Andrew Beverley]
- expand_reasons 'NONE'
- expand_reasons with ARRAY or undef
version 1.06: Fri 2 Feb 08:53:01 CET 2018
Fixes:
- fix metadata [Mohammad S Anwar]
- Accidentally removed from CPAN
version 1.05: Tue Jan 23 22:44:26 CET 2018
Improvements:
- convert to GIT
- publish via GitHUB
version 1.04: Mon 30 Oct 17:37:49 CET 2017
accidentally removed 1.03 from CPAN
version 1.03: Tue 27 Jun 16:39:41 CEST 2017
Improvements:
- more flexible formatter construction
- textdomain compatible with full implementation
- changed formatter constructor to be more flexible
version 1.02: Mon 18 Jan 13:53:03 CET 2016
Improvements:
- add ::Util::to_html()
version 1.01: Mon Mar 10 16:10:25 CET 2014
Fixes:
- ::Util cannot use error or __x, mutual dependencies do not work
[Patrick Goldmann]
Improvements:
- changed documentation style
- die if Log::Report is used and too old
version 1.00: Sun Jan 5 17:02:42 CET 2014
- Split-off from Log::Report
view all matches for this distribution
view release on metacpan or search on metacpan
==== version history of Log::Report::Template
Unless noted otherwise, these changes where initiated and applied by
Mark Overmeer.
version 1.04: Tue 4 Nov 13:00:02 CET 2025
Changes:
- move Dancer2 code to new Dancer2-Plugin-LogReport module.
version 1.03: Mon 8 Sep 15:54:42 CEST 2025
- publish domains()
- add Dancer2 template plugin
- move Log::Report::Extract::Template from distro Log-Report-Lexicon
to Log::Report::Template::Extract
version 0.13: Tue Jan 23 22:26:21 CET 2018
Improvements:
- convert to GIT
- publish on GitHUB
view all matches for this distribution
view release on metacpan or search on metacpan
Mark Overmeer.
TODO:
. connect to Message::Passing framework
version 1.42: Tue 4 Nov 10:24:16 CET 2025
Changes:
- the Dancer* modules moved to separate distribution Dancer2-Plugin-LogReport
Fixes:
Changes:
- the $@->died with always return the original die causing object or
string. In most cases, you want to use $@->wasFatal, which is the
translated (hence compatible) ::Exception object. [Andy Beverley]
version 1.32: Tue 26 Jan 09:13:31 CET 2021
Fixes:
- ::Dancer2, use correct VERSION, github issue#3
- ::Dancer2, fix stacktrace sent to browser with show_errors disabled
by [Andy Beverley], github issue#7
version 1.31: Fri 15 Jan 16:35:39 CET 2021
Fixes:
- another attempt on issue #6, exceptions with specific destination
are not caught by ::Try
- previous release broke ::Try::hide() [Andy Beverley]
version 1.30: Fri 15 Jan 12:46:14 CET 2021
Fixes:
- recursive errors when file cannot be written for ::File dispatcher
github issue#4 [Tom Hukins]
- exceptions with specific destination are not caught by ::Try
Improvements:
- use ::Util::expand_reasons() for ::Try::hide()
- require Log::Report::Options 1.07 for more expand_reasons options
version 1.29: Fri 8 Nov 09:18:01 CET 2019
Fixes:
- error code changed from libxml2 2.9.9 to 2.9.10
rt.cpan.org#130934 [Petr Pisar]
- fix metadata [Mohammad S Anwar]
Improvements:
- Dancer2 add custom fatal handlers [Andrew Beverley]
version 1.26: Tue Jan 23 23:45:55 CET 2018
Improvements:
- convert to GIT
- publish via GitHUB
version 1.25: Fri 8 Dec 09:18:23 CET 2017
Fixes:
- $msg->tostring on append/prepend object lost $locale.
version 1.24: Fri 8 Dec 09:10:18 CET 2017
Fixes:
- $msg->toString should stringify when append/prepend are objects.
rt.cpan.org#123835 [Andy Beverley]
Improvements:
- Log4perl dispatcher: do accept init of Log::Log4perl outside the
dispatcher [Abe Timmerman]
version 1.23: Thu 2 Nov 10:40:24 CET 2017
Improvements:
- understand objects in report() rt.cpan.org #123241 [Andy Beverley]
- understand DBIx::Class::Exception in try{}
- understand XML::LibXML::Error in try{}
- add textdomain($domain_object);
- short-cut when translating without context
- use String::Print::printi() to interpolate: that code was forked-off
earlier, and now mature.
version 1.19: Thu 9 Feb 17:35:43 CET 2017
Fixes:
- Dancer2 change when a stack-level needs to be skipped for
reporting the location of the exception [Andrew Beverley]
- more modules optional during Dancer2 tests
Improvements:
- typo rt.cpan.org#111985 [Gregor Herrmann, Debian]
- dancer2: treat all exceptions equal [Andrew Beverley]
version 1.13: Wed 3 Feb 11:34:18 CET 2016
Fixes:
- init of lexicon with HASH
rt.cpan.org#111420 [Paulo A Ferreira]
- add forward_url to Dancer2 plugin example [Andrew Beverley]
- ignore $SIG{__DIE__} within try blocks [Milos Lazarevic]
- dancer2: add regression test for plugin [Andrew Beverley]
- dancer2: add forward_template option [Raj Barath]
version 1.12: Mon Jan 18 21:55:35 CET 2016
Fixes:
- reopen default dispatcher creates a double. [Andrew Beverley]
Improvements:
- remove mode=DEBUG from Dancer2::*
version 1.11: Mon 18 Jan 17:07:43 CET 2016
Fixes:
- warning when log outside sub [Andrew Beverley]
- missing register of fault and failure [Andrew Beverley]
- some module is textdomain logreport, should be log-report.
dispatcher [Andrew Beverley]
- produce error when setContext is used while context_rules
are not provided.
- added ::Exception::toHTML() and ::Message::toHTML()
version 1.10: Sat Nov 28 17:39:16 CET 2015
Fixes:
- Dancer2 object build [Andrew Beverley]
- ::Domain::setContext with PAIRS as parameter
- collect stack for exceptions inside try block. [Andrew Beverley]
Improvements:
- shorted display of string parameters in stack-trace to max 80 chars
- Log4perl log-lines sometimes show dispatcher as source, skip them.
- disable 'mode switch' trace for try()
version 1.02: Mon Mar 10 16:03:13 CET 2014
Fixes:
- add overload fallback to ::Exception and ::Dispatcher
rt.cpan.org#92970 [Lukas Mai]
- ::Domain::new(translator) with HASH did not initialize
Improvements:
- changed documentation style
- ::Lexicon::Index dir-scan immediately, hopefully before fork()
version 1.01: Mon Jan 6 23:21:37 CET 2014
Fixes:
- LC_MESSAGE missing on Windows [Michael Long]
version 1.00: Sun Jan 5 17:23:44 CET 2014
Split into four components, adding
- String::Print for formatting, permits positionals now
- Log::Report::Optional as base, super lightweight
- Log::Report::Lexicon when you need translations
- chicken-egg problem with error on illegal mode setting.
Improvements:
- try to build new translation table at each 'make'
version 0.993: Thu Mar 28 10:59:27 CET 2013
Fixes:
- filename/linenumber caller-depth in Log4Perl.
rt.cpan.org#83736 [Dominik Jarmulowicz]
- actually try to use existing mo files.
[%|loc%]$msgid[%END%] and [%'$msgid'| loc %]
- improvements on documentation.
- move t/30index.t towards xt/30index.t, because the test is
too sensitive for the actual environment.
version 0.992: Fri Dec 21 11:59:55 CET 2012
Improvements:
- add support for msgctxt in po-files to Log::Report::Lexicon::POT*
- new option Log::Report::Lexicon::PO::new(plural_forms)
- new generic base-class Log::Report::Lexicon::Table for
Log::Report::Lexicon::POT*
- ::POT.pm ignores any index when the msgid has no plural form. This
results in a smaller memory foot-print.
- support for MO files, in Log::Report::Lexicon::MOTcompact
version 0.991: Mon Nov 26 09:27:08 CET 2012
Fixes:
- t/50file.t test failed on HASH order [cpantesters]
- additional doc to dispatcher(), triggered by [Patrick Powell]
- add error 'xx', _to => $disp;
as alternative to report {to => $disp}, ERROR => 'xx';
version 0.91: Wed Jan 26 16:24:25 CET 2011
Fixes:
- enabling and disabling dispatchers did not work
[Patrick Powell]
- disable test which fails on bug in confess on Windows
http://rt.perl.org/rt3/Ticket/Display.html?id=81586
- improved output with new OODoc
version 0.90: Wed Dec 22 16:29:51 CET 2010
Changes:
- ::Exception stringifies with lowercase reason, was uppercase
- turn autoflush on for FILE dispatcher. Found by [Robin V.]
- Test::More 0.95_01 changes is() w.r.t. overloading... broken
tests. rt.cpan.org#57703 [Slaven Rezic]
version 0.26: Mon Feb 15 10:08:23 CET 2010
Changes:
- default of 'syntax' changed from 'REPORT' to 'SHORT'.
- when an empty list has to be expanded, it will show '(none)'
- require Sys::Syslog 0.27
version 0.22: Mon Jan 26 09:05:55 CET 2009
Fixes:
- do not use /bin/pwd in t/pod.t, because it fails on Windows
[Serguei Trouchelle]
- translate long Windows locales into short
rt.cpan.org#41943 [Serguei Trouchelle]
version 0.21: Wed Jan 21 10:31:48 CET 2009
Fixes:
- avoid recursion when locale setting is not understood.
rt.cpan.org#41943 [Serguei Trouchelle]
Improvements:
- add Log::Report::needs() for convenience
version 0.20: Thu Dec 11 14:18:15 CET 2008
Fixes:
- dispatcher does not convert output to a default charset, because
the optimal default cannot be established on most platforms.
version 0.19: Mon Nov 24 12:52:34 CET 2008
Fixes:
- fix for Test::More interface change in 0.86.
- dispatcher command on "ALL" defined dispatchers.
- use Log::Report mode => 'something'
version 0.16: Thu Mar 27 11:32:08 CET 2008
Fixes:
- assert, error, and such are functions, but where documented
as being methods.
- ::Lexicon::Index::list() got second optional argument, to
filter filenames.
- Silence symlink recursion errors in ::Lexicon::Index
version 0.15: Mon Feb 25 15:36:37 CET 2008
Changes:
- ::Dispatcher::Syslog::new(format_reason) change default to
'IGNORE'.
Perl.
- link manual-pages with Text::Catalog (renamed from
Log::Report::View)
version 0.14: Fri Nov 2 15:00:49 CET 2007
Fixes:
- Another syntax error, now using Win32Locale.
via cpantesters [mmusgrove]
- Close DATA handle after reading Win32 locale table.
via cpantesters [mmusgrove]
version 0.13: Mon Oct 29 09:20:04 CET 2007
Fixes:
- Stupid syntax error in the new Win32Locale.
via cpantesters [mmusgrove]
view all matches for this distribution
view release on metacpan or search on metacpan
t-data/test-postfix-tracking.log view on Meta::CPAN
Jan 10 11:08:20 affenschaukel postfix/cleanup[20648]: 8738613A002: message-id=<E1aICtx-0003PL-Cu@master.debian.org>
Jan 10 11:08:20 affenschaukel postfix/cleanup[20648]: 8738613A002: resent-message-id=<2R8fCFNe4oB.A.jeD.f1ikWB@bendel>
Jan 10 11:08:20 affenschaukel mtpolicyd[18421]: accounting: instance=509e.56922d93.250b4.0, type=smtpd_access_policy, t=2ms, plugin=, result=
Jan 10 11:08:20 affenschaukel postfix/qmgr[28608]: 8738613A002: from=<bounce-debian-security-announce=me=w3r3wolf.de@lists.debian.org>, size=6290, nrcpt=1 (queue active)
Jan 10 11:08:20 affenschaukel postfix/smtpd[20638]: disconnect from bendel.debian.org[82.195.75.100]
Jan 10 11:08:20 affenschaukel amavis[19470]: (19470-06) ESMTP [127.0.0.1]:10024 /var/lib/amavis/tmp/amavis-20160110T110820-19470-OGFJ9xGM: <bounce-debian-security-announce=me=w3r3wolf.de@lists.debian.org> -> <markus.benning@markusbenning.de> SIZE=629...
Jan 10 11:08:21 affenschaukel postfix/smtpd[20654]: connect from localhost.localdomain[127.0.0.1]
Jan 10 11:08:21 affenschaukel postfix/smtpd[20654]: 7C1E613A003: client=localhost.localdomain[127.0.0.1], orig_queue_id=8738613A002, orig_client=bendel.debian.org[82.195.75.100]
Jan 10 11:08:21 affenschaukel postfix/cleanup[20655]: 7C1E613A003: message-id=<E1aICtx-0003PL-Cu@master.debian.org>
Jan 10 11:08:21 affenschaukel postfix/cleanup[20655]: 7C1E613A003: resent-message-id=<2R8fCFNe4oB.A.jeD.f1ikWB@bendel>
Jan 10 11:08:21 affenschaukel postfix/qmgr[28608]: 7C1E613A003: from=<bounce-debian-security-announce=me=w3r3wolf.de@lists.debian.org>, size=5942, nrcpt=1 (queue active)
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Log/Shiras/Switchboard.pm view on Meta::CPAN
my $level_ref = {};
$level_ref = $self->_get_block_unblock_levels( $level_ref, $source_space );
###InternalSwitchboarD $self->master_talk( { report => 'log_file', level => 1,
###InternalSwitchboarD name_space => 'Log::Shiras::Switchboard::master_talk::_can_communicate',
###InternalSwitchboarD message =>[ '_get_block_unblock_levels returned returned the level ref:', $level_ref ], } );
SPACETEST: for my $next_level ( @telephone_name_space ){
###InternalSwitchboarD $self->master_talk( { report => 'log_file', level => 1,
###InternalSwitchboarD name_space => 'Log::Shiras::Switchboard::master_talk::_can_communicate',
###InternalSwitchboarD message =>[ "Checking for additional adjustments at: $next_level" ], } );
if( exists $source_space->{$next_level} ){
$source_space = clone( $source_space->{$next_level} );
lib/Log/Shiras/Switchboard.pm view on Meta::CPAN
###InternalSwitchboarD message =>[ '_get_block_unblock_levels returned the level ref:', $level_ref ], } );
}else{
###InternalSwitchboarD $self->master_talk( { report => 'log_file', level => 1,
###InternalSwitchboarD name_space => 'Log::Shiras::Switchboard::master_talk::_can_communicate',
###InternalSwitchboarD message =>[ "Didn't find the next level -$next_level-" ], } );
last SPACETEST;
}
}
###InternalSwitchboarD $self->master_talk( { report => 'log_file', level => 1,
###InternalSwitchboarD name_space => 'Log::Shiras::Switchboard::master_talk::_can_communicate',
###InternalSwitchboarD message =>[ 'Final level collection is:', $level_ref,
view all matches for this distribution
view release on metacpan or search on metacpan
0.01 Tue Nov 23 13:02:24 2010
- original version; created by h2xs 1.23 with options
-AX -b 5.8.0 --use-new-tests --skip-exporter Log::Stderr
1.00 Thu Nov 25 12:44:20 CET 2010
- first official release
1.01 Sun Jul 5 21:26:34 CEST 2015
- added caller routine to the log message
https://github.com/brontolinux/log-stderr/issues/1
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl extension Loop-Control
1.100861 2010-03-27 11:36:54 Europe/Vienna
- converted the distribution to Dist::Zilla-style
0.03 Tue 2010.02.09 13:55:47 CET (Marcel Gruenauer <marcel@cpan.org>)
- use Exporter qw(import)
- updated skeleton
0.02 Sun 2009.10.25 09:05:12 CET (Marcel Gruenauer <marcel@cpan.org>)
- added Test::Difference requirement to Makefile.PL
- required perl version is 5.008, since there were lots of failures on
5.6.2 (Scope::Upper doesn't export ':words')
0.01 Sat Mar 21 11:32:14 CET 2009 (Marcel Gruenauer <marcel@cpan.org>)
- original version
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl extension Lufs.
0.18 Sat Jan 31 08:53:02 CET 2004
- Major bugfixes and stability improvements
- Added Lufs::Mux - multiple dirs reflected under one mount point
- Added Lufs::Rot13 - cheesy crypto layer
0.16 Fri Jan 30 02:51:51 CET 2004
- Added mutex locking for thread safety
- Fixed Makefile
- Added svnfs, httpfs
0.15 Thu Jan 22 22:03:48 CET 2004
- <pardus> Added Build.PL
- <pardus> Added Lufs::Howto manpage
0.14 Sat Jan 17 02:48:20 CET 2004
- Added a patch for lufs that makes dynamic loading of perl extensions work
0.13 Sun Jan 11 23:01:56 CET 2004
- Added test lib
- Documentation updates
- Configuration hash
0.12 Wed Dec 31 09:07:16 CET 2003
- Fixed major memory leaks
- Added Makefile for the C library
- Several small bugfixes
- Documentation updated
0.09 Tue Jun 17 23:57:16 CET 2003
- tested pretty extensively, off to CPAN
0.01 Mon Jun 9 18:40:53 CET 2003
- original version; created by h2xs 1.22 with options
-A -X -n Lufs
view all matches for this distribution
view release on metacpan or search on metacpan
lib/MARC/Lint.pm view on Meta::CPAN
ind2 b0123456 Type of term or name
a R Uncontrolled term
6 NR Linkage
8 R Field link and sequence number
654 R SUBJECT ADDED ENTRY--FACETED TOPICAL TERMS
ind1 b012 Level of subject
ind2 blank Undefined
a R Focus term
b R Non-focus term
c R Facet/hierarchy designation
view all matches for this distribution
view release on metacpan or search on metacpan
Changelog for MARC-Parser-RAW
0.06 2018-02-14 18:17:06 CET
- fix tidyall
- add new Perl versions to travis
0.05 2016-09-01 14:47:54 CEST
- fix merge
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for MARC-Parser-XML
0.03 2018-02-14 17:48:38 CET
- fix leader
- add new Perl versions to travis
- fix tidyall
0.02 2016-09-09 11:24:29 CEST
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for MARC-Schema
0.16 2024-11-12 13:04:57 CET
- update schema gh#10. Thanks to Péter Király & TobiasNx
- update perl versions
0.15 2024-08-29 10:58:51 CEST
- update schema gh#9. Thanks to Péter Király
0.14 2023-03-11 15:43:00 CET
- fix gh#8 by Steve Rogerson
- add contributor
- fix version
0.10 2021-12-17 11:55:13 CET
- update Avram schema
- add Github action workflow for Linux
- remove Travis
- remove tidyall
0.06 2018-05-17 20:12:02 CEST
- Suporting validation of indicators
- Pass alternative location schema file
- Allow passing file name as first argument
0.05 2018-02-25 15:20:54 CET
- Modify schema format to align with Avram
0.04 2018-02-02 19:08:41 CET
- fix variable name
- fix check value bug
0.03 2018-02-01 19:51:54 CET
- add .travis.yml
- add Perl::Tidy and Perl::Critic
- add badges
- add test for script
- fix cpanfile
- remove perl 5.12 from .travis.yml
- edit POD
0.02 2018-02-01 17:51:36 CET
- add DDP to cpanfile
0.01 2018-02-01 15:30:50 CET
- Initial release
view all matches for this distribution
view release on metacpan or search on metacpan
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
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
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
view release on metacpan or search on metacpan
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
view release on metacpan or search on metacpan
- 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
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
- 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
- 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
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
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.
- 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
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
- [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
- [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
- 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
- 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
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
view release on metacpan or search on metacpan
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:
- 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
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
view release on metacpan or search on metacpan
Revision history for perl module MODS::Record
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
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
view release on metacpan or search on metacpan
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
view release on metacpan or search on metacpan
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