view release on metacpan or search on metacpan
==== version history for MailTools
version 2.22: Mon 18 Nov 11:08:22 CET 2024
Fixes:
- To/Cc/Bcc/From fields may appear only once.
github issue #4 [Michael Schout]
- document need for escaping docs for Mail::Send
rt.cpan.org#129627 [Jonathan Kamens]
- document limit on parameters for Mail::Send::new()
rt.cpan.org#129633 [Sven Neuhaus]
version 2.20: Mon 22 Jan 18:14:44 CET 2018
Improvements:
- rewrite doc syntax to my current standard style.
- text corrections rt.cpan.org#123823 [Ville Skyttä]
- text corrections rt.cpan.org#123824 [Ville Skyttä]
Improvements:
- Mail::Mailer::open call of exec() explained [Malte Stretz]
- fix example in Mail::Address [peter77]
version 2.14: Fri Nov 21 17:12:42 CET 2014
Fixes:
- threads and Mail::Field initiation
rt.cpan.org#99153 [Autumn Lansing] and [Arne Becker]
Improvements:
- warn when loading of some Mail::Field::* fails [Arne Becker]
version 2.13: Sun Jan 5 18:52:25 CET 2014
Fixes:
- optional 'from' and 'on' component in in-reply-to are comments
rt.cpan.org#89371 [Ward Vandewege]
Improvements:
- fix typos rt.cpan.org#87188 [D Steinbrunner]
version 2.12: Fri Dec 21 12:18:51 CET 2012
Fixes:
- default for Mail::Header::new(Modify) is 'false', not 'true'
rt.cpan.org#79985 [Thomas Sibley]
- Mail::Util::mailaddress has now an optional parameter to
set the returned value explicitly.
rt.cpan.org#75975 [Rolf G]
version 2.09: Sat Feb 25 14:47:39 CET 2012
Improvements:
- remove dependency to Test::Pod by moving 99pod.t from t/
to xt/ as result of rt.cpan.org#69918 [Martin Mokrejs]
rt.cpan.org#61753 [Alexandre Bouillot]
- add "MAIL FROM" to Mail::Mailer::smtp, to be able to
communicate with Comcast [David Myers]
version 2.06: Tue Jan 26 10:01:22 CET 2010
Improvements:
- express more clearly that Authen::SASL needs to be installed
manually if you need the functionality
- support for smtps via Net::SMTP::SSL, by [Maciej Żenczykowski]
version 2.05: Fri Dec 18 22:39:21 CET 2009
Fixes:
- no de-ref error when index out of range in Mail::Header::get()
[Bob Rogers]
- Netware needs to use smtp as well [Günter Knauf]
- Mail::Field::extract() fixed. Reported by [Andrea Venturol]
version 2.02: Fri Nov 30 09:57:48 CET 2007
Fixes:
- Mail::Internet uses Mail::Util::mailaddress, which is
not exported by default.
Improvements:
- use 3-arg open() in Mail::Util.
rt.cpan.org#20726 [Steve@sliug] and [Paul@city-fan]
version 2.01: Wed Nov 28 10:48:24 CET 2007
Changes:
- Remove work-around for Perl 5.8.0. unicode bug from
Mail::Address::_extract_name().
- [Mike Lerley] reported that environment variables are not
thread-safe in mod_perl. Therefore, we must pass the
sender of the message explicitly on qmail's command-line.
His addapted patch included.
version 1.74: Tue Feb 28 08:39:14 CET 2006
- Finally fixed exec with SMTP, with help from [Jun Kuriyama]
version 1.73: Sat Jan 21 09:54:13 CET 2006
- Added 'use Mail::Util' to Mail::Mailer::testfile to produce
mailaddress();
- Improved exec() call from version 1.67 a little more. Let's hope
that SMTP works again.
version 1.72: Tue Jan 17 09:04:37 CET 2006
- release 1.70 broke SMTP sending. Detected by [J Meyers]
version 1.71: Thu Jan 5 11:20:52 CET 2006
- grrrr tests failed
version 1.70: Thu Jan 5 11:17:05 CET 2006
- Mail::Mailer::testfile.pm adds "from" display to trace output.
[wurblzap]
- fixed regex in Mail::Address [J Meyers]
version 1.68: Thu Jan 5 10:29:25 CET 2006
- Updated copyright year.
- Removed 'use locale' from Mail::Address, which tainted the
parsed address. E-mail addresses are ASCII, so this 'locale'
[Nate Mueller]
- When a Mail::Mailer exec() failes, DESTROY is called on all
parential files. Not anymore thanks to [Randall Lucas]
version 1.66: Thu Jan 20 10:16:10 CET 2005
- Extended explanation that Mail::Address is limited.
- Added examples/mail-mailer.pl, contributed by [Bruno Negrão]
- use Mail::Mailer qw(mail) sets default mailer. Doc update by
[Slavan Rezic]
- Mail::Mailer::smtp now can authenticate SSL [Aaron J. Mackey]
version 1.65: Wed Nov 24 15:43:17 CET 2004
- Remove "minimal" comments from Mail::Address
- [Dan Grillo] suggested some improvements to Mail::Address::name(),
and some more were added.
which doesn't mean anything, and "testfile" is working differently.
- [chris] Mail::Message::Field::wellformedName() will upper-case
*-ID as part in the fieldname.
version 1.62: Wed Mar 24 13:29:27 CET 2004
- [Reuven M. Lerner], removed warning by Mail::Address::host()
when no e-mail address is provided.
- [Ville Skytta] contributed another Mail::Mailer::testfile fix
version 1.61: Wed Mar 10 10:51:44 CET 2004
- [Erik Van Roode] Mail::Mailer::test.pm -> Mail::Mailer::testfile.pm
- [Jérôme Dion] corrected the folding of lines: folds start only
with one blank according to rfc2822.
names which is always in caps, on request by [Ronnie Paskin]
- Added SOAP and LDAP as abbreviation in field names which is
always in caps.
version 1.58: Tue Jan 14 14:42:29 CET 2003
- And again utf8 [Philip Molter]
version 1.57: Tue Jan 14 09:47:46 CET 2003
- Added myself to the copyright notices... dates needed an update
as well.
- Typos in Mail::Internet [Florian Helmberger]
- More tries to program around perl5.8.0's uc/lc-utf8 bugs in
regexps [Autrijus Tang and Philip Molter]
version 1.56: Mon Jan 6 17:13:17 CET 2003
- And again, the patches of Autrijus had to be adapted to run on
a perl 5.6.1 installation. Thanks to [Philip Molter]
version 1.55: Mon Jan 6 08:05:58 CET 2003
- One explicit utf8::downgrade for 5.8.0, this time for
Mail::Address by [Autrijus Tang].
version 1.54: Mon Jan 6 08:00:00 CET 2003
- Another try to avoid the utf8 problems, this time by
[Philip Molter]
- Two explicit utf8::downgrades for 5.8.0, this time for
Mail::Field by [Autrijus Tang].
version 1.53: Mon Dec 9 17:53:27 CET 2002
- New try on work-around for bug in perl 5.8.0 unicode \U within
s/// Patched in Mail::Header by [Autrijus Tang]
version 1.52: Fri Nov 29 13:52:00 CET 2002
- Work-around for bug in perl 5.8.0 unicode \U within s///
Patched in Mail::Header by [Autrijus Tang]
version 1.51: Tue Oct 29 14:25:28 CET 2002
- Mail::Util::maildomain() if no information about domains
is found in sendmail.cf, no error should be reported.
[Vaughn Skinner]
- [Drieux] small fix in Mail/Mailer/smtp.pm which enables the
passing-on of args to Net::SMTP.
- {Mark Overmeer] Put a message about Mail::Box in Mail::Internet
version 1.44 Sat Mar 23 10:16:47 CET 2002
- [Andreas Marcel Riechert] add -I to mailx for netbsd and
openbsd too.
- [Nate Mueller] Do respect user's X-Mailer in Mail::Internet
in Mail::Header.pm
- [Bo Adler] and [Iosif Fettich] Found that I removed a blank
before 'sub smtpsend' which caused AutoSplit to misbehave.
version 1.43: Fri Feb 8 09:43:25 CET 2002
- [Jason Burnett] Added debug option for Net::SMTP for
Mail::Mail::smtp.
- [Slavan Rezic] + [Jonathan Stowe] Added eval around getpwuid,
module is active) about folder lines within words or strings.
The mistake in the original implementation was that it tried to
fold too hard; folding is a service, but no requirement.
So: that overly active folding is removed now.
version 1.42: Mon Dec 10 19:22:01 CET 2001
- Moved examples from bin/ to examples/, so people may be
able to find them.
- Mail::Util now also tries sendmail option S for domainname.
Patched by [Todd R. Eigenschink]
Included Debian changes by [Steve Kowalik]:
- Added Mail::Mailer::qmail
version 1.41: Wed Nov 14 10:35:57 CET 2001
- Mail::Util::maildomain did not expand variables. Fixed the
regular expression. Reported by [Jean-Damien Durand]
- [Henrik Gemal] wished better warnings in Mail::Address::parse,
view all matches for this distribution
view release on metacpan or search on metacpan
- Bump Map::Metro to 0.2300.
[Other Changes]
- Rebuilt with latest Dist::Iller::Config::Author::CSSON(::MapMetro).
0.1101 2015-01-25T18:48:16Z CET
[Requirements]
- Bumped Map::Metro version to 0.2206
[Documentation]
- Some cleanup.
0.1100 2015-01-05T16:57:36Z CET
[Enhancements]
- Changed dist.ini to use @Iller
[Documentation]
- Added a graphviz image of the network.
- Added line and station documentation.
0.1001 2015-01-02T12:33:35Z CET
[Meta]
- Github as repo and issue tracker.
0.1000 2015-01-01T19:20:19Z CET
- Initial release
view all matches for this distribution
view release on metacpan or search on metacpan
- Rebuilt with current dzil plugins
Dist::Iller::Config::Author::CSSON(::MapMetro).
- Be consistent with required Perl version.
- Fix kwalitee issue.
0.1101 2015-01-26T16:56:49Z CET
[Documentation]
- Added command line example to synopsis.
- Rebuilt with podweaver (cleanup).
[Meta]
- Now uses @Author::CSSON dist zilla bundle, expanded.
[Requirements]
- Bumped Map::Metro requirement to 0.2206.
0.1100 2015-01-05T17:47:25Z CET
[Documentation]
- Added a graphviz image of the network.
- Added line and station documentation.
[Enhancements]
- Changed dist.ini to use @Iller
0.1000 2015-01-02T12:30:36Z CET
- Initial release
view all matches for this distribution
view release on metacpan or search on metacpan
- (dev req) + Test::Warnings 0.026
- (dev sug) + Dist::Iller 0.1408
- (dev sug) + Dist::Iller::Config::Author::CSSON 0.0322
- (dev sug) + Dist::Iller::Config::Author::CSSON::MapMetro 0.0322
0.1007 2015-02-02T21:41:20Z CET
[Meta]
- Now uses @Author::CSSON dist zilla bundle, expanded.
[Requirements]
- Bumped Map::Metro to 0.2206.
- Lines.pod replaces Lines.pm, and fixes version problem.
[Documentation]
- Cleanup, rebuilt with podweaver.
0.1006 2015-01-06T13:46:12Z CET
[Documentation]
- Better layout on lines & stations, and other minor fixes.
0.1005 2015-01-05T23:03:09Z CET
[Documentation]
- Now the line documentation has color?
0.1004 2015-01-05T22:49:17Z CET
[Documentation]
- Now the line documentation has color?
0.1003 2015-01-05T22:33:35Z CET
[Documentation]
- Now the line documentation has color.
0.1002 2015-01-05T15:21:17Z CET
[Documentation]
- Include line documentation (created with
Dist::Zilla::Plugin::MapMetro::MakeLinePod).
0.1001 2015-01-05T00:40:16Z CET
[Meta]
- Changed dist.ini to use @Iller.
- Added prereqs.
0.1000 2015-01-04T17:13:55Z CET
- Initial release
view all matches for this distribution
view release on metacpan or search on metacpan
- (dev req) + Test::Warnings 0.026
- (dev sug) + Dist::Iller 0.1408
- (dev sug) + Dist::Iller::Config::Author::CSSON 0.0322
- (dev sug) + Dist::Iller::Config::Author::CSSON::MapMetro 0.0322
0.1001 2015-02-03T22:23:14Z CET
[Requirements]
- Bump Map::Metro to 0.2206
[Documentation]
- Improved synopsis (command line example) and cleanup.
0.1000 2015-01-07T00:47:01Z CET
- Initial release
view all matches for this distribution
view release on metacpan or search on metacpan
- (dev req) - Pod::Weaver::Section::Source::DefaultGitHub
- (dev sug) + Dist::Iller 0.1408
- (dev sug) + Dist::Iller::Config::Author::CSSON 0.0322
- (dev sug) + Dist::Iller::Config::Author::CSSON::MapMetro 0.0322
0.1001 2015-03-23T17:35:40Z CET
[Meta]
- iller.yaml replaces iller.ini (generates dist/weaver.ini).
- Added Travis-ci integration.
[Enhancements]
[Requirements]
- Changed required Perl version from 5.14 to 5.16 since that is what
Map::Metro requires.
0.1000 2015-01-08T21:45:29Z CET
- Initial release
view all matches for this distribution
view release on metacpan or search on metacpan
- Require the same Perl version that Map::Metro needs (5.16).
[Other Changes]
- Rebuilt with current Dist::Iller::Config::Author::CSSON.
0.2004 2015-01-10T23:00:09Z CET
[Meta]
- Renamed github repository (should be named like the others)
0.2003 2015-01-10T22:54:23Z CET
[Meta]
- Added github to meta
- Adapted to new build style
- Bumped Map::Metro requirement
[Documentation]
- Added line information
- Added visualization
0.2002 2014-12-13T02:47:57Z CET
- Initial release.
view all matches for this distribution
view release on metacpan or search on metacpan
- Stations 'Torp' and 'KÃ¥lltorp' have both changed name to 'Virginsgatan'.
[Other Changes]
- Rebuilt using current Dist::Iller::Config::Author::CSSON(::MapMetro).
0.1003 2015-01-21T16:27:28Z CET
[Documentation]
- Improved synopsis.
- Linked to ::Lines documentation.
0.1002 2015-01-21T14:31:41Z CET
[Bug Fixes]
- Added missing stations on line 13 (Korsvägen->Sahlgrenska)
[Meta]
- Changed Lines.pm to Lines.pod (fixes $VERSION problem).
0.1001 2015-01-20T15:18:08Z CET
[Documentation]
- Rebuilt with podweaver.
[Meta]
- Added github info to meta and pod.
- Bumped Map::Metro requirement (to 0.2206).
- Now uses @Author::CSSON dist zilla plugin bundle, expanded.
0.1000 2015-01-03T23:47:09Z CET
- Initial release
view all matches for this distribution
view release on metacpan or search on metacpan
- No functional changes.
[Documentation]
- README is now generated by dzil (kwalitee fix)
0.1984 2015-01-16T19:39:13Z CET
[Meta]
- Added github repo to metadata
- Added Moose as a prereq
[Enhancements]
- Includes detailed line information
- Includes visualization
0.1983 2014-12-13T21:41:18Z CET
[Enhancements]
- Test undiacriticed station names
0.1982 2014-12-12T23:55:59Z CET
- Initial release
view all matches for this distribution
view release on metacpan or search on metacpan
0.1002 2015-05-09T23:03:04Z CEST
[Meta]
- Replaced iller.ini with iller.yaml, and regenerated dist.ini and
weaver.ini from it (and improved kwalitee).
0.1001 2015-01-09T23:28:38Z CET
[Documentation]
- The documentation wasn't built correctly.
0.1000 2015-01-09T23:23:35Z CET
- Initial release
view all matches for this distribution
view release on metacpan or search on metacpan
- (dev req) - Pod::Weaver::Section::Source::DefaultGitHub
- (dev sug) + Dist::Iller 0.1408
- (dev sug) + Dist::Iller::Config::Author::CSSON 0.0322
- (dev sug) + Dist::Iller::Config::Author::CSSON::MapMetro 0.0322
0.1001 2015-03-20T11:43:25Z CET
[Meta]
- Replaced iller.ini with iller.yaml config: Fixes most kwalitee problems.
0.1000 2015-01-08T00:31:28Z CET
- Initial release
view all matches for this distribution
view release on metacpan or search on metacpan
0.1104 2016-01-24T14:27:55Z UTC
[Other Changes]
- Rebuilt with latest Dist::Iller::Config::Author::CSSON(::MapMetro).
0.1103 2015-01-22T11:11:40Z CET
[Documentation]
- Fixed visualization (removed debug information).
- Slightly improved synopsis.
0.1102 2015-01-22T11:04:26Z CET
[Bug Fixes]
- Removed no longer used line (line 1 used to have one line in each
direction due to Gulleråsen).
[Documentation]
- Rebuilt with podweaver.
[Requirements]
- Bumped Map::Metro req to 0.2206.
0.1101 2014-12-31T17:02:50Z CET
[Meta]
- Fixed prereqs.
0.1100 2014-12-30T22:35:09Z CET
[Enhancements]
- Changes in Map::Metro 0.1900 now makes it possible to correctly map the
one-way nature of Gulleråsen station.
[Meta]
- Bumped Map::Metro requirement to 0.1900.
0.1001 2014-12-28T22:22:04Z CET
[Meta]
- Github is the repo and issue tracker.
0.1000 2014-12-21T00:22:00Z CET
- Initial release
view all matches for this distribution
view release on metacpan or search on metacpan
[Other Changes]
- Rebuilt with current dzil plugins in
Dist::Iller::Config::Author::CSSON(::MapMetro).
- Be consistent with required Perl version.
0.1970 2015-01-23T18:03:21Z CET
[Documentation]
- Improved visualization.
- Added detailed line documentation.
- Rebuilt with Podweaver.
0.1969 2015-01-03T13:28:09Z CET
[Bug Fixes]
- The green lines had skipped Fridhemsplan.
0.1968 2015-01-03T11:56:29Z CET
[Enhancements]
- Added Nockebybanan and Tvärbanan tram lines.
0.1967 2015-01-03T00:06:59Z CET
[Meta]
- Bumped Map::Metro requirement to 0.2000.
[Enhancements]
- Added colors to the lines
- Includes graphviz generated image of the network
0.1966 2014-12-30T22:33:31Z CET
[Meta]
- Bumped required Map::Metro to 0.1900.
- Moose::Role is a prereq.
- Lowered required Perl version to 5.14.
[Enhancements]
- Adapted to Map::Metro 0.1900 map api.
0.1965 2014-12-13T19:14:34Z CET
[Enhancements]
- Adapted to new improved one-way segment syntax. (Bumps Map::Metro req to
0.1800)
- Renamed Vreten to Solna strand (Vreten kept as a search name)
0.1964 2014-12-13T02:17:59Z CET
[Enhancements]
- Uses the new uni-direction option in segments to correctly only allow
travel on the end of the L7 in this direction: Djurgårdsskolan ->
Waldemarsudde -> Bellmansro -> Djurgårdsskolan, that is, travel is
impossible Bellmansro -> Waldemarsudde (the line ends in a loop with
two stations, all trams travel in the same direction).
0.1963 2014-12-12T23:58:36Z CET
[API Changes]
- Adaped to new map plugin api (bumped Map::Metro requirement to 0.1700)
0.1962 2014-12-12T13:31:17Z CET
[Bug Fixes]
- Required wrong version of Map::Metro
0.1961 2014-12-12T02:33:40Z CET
[Enhancements]
- Adapted to new Map::Metro api (do bumped requirement to 0.6000).
[Documentation]
- Minimize description so that the Map::Metro documentation is canonical.
0.1960 2014-12-11T15:40:51Z CET
[Enhancements]
- Have a package, get indexed
0.1950 2014-12-10T20:04:12Z CET
- Initial release
view all matches for this distribution
view release on metacpan or search on metacpan
0.2208 2015-10-27T11:51:53Z UTC
[Requirements]
- Switched from List::AllUtils to List::Util (ETHER++)
0.2207 2015-03-03T11:03:16Z CET
[Meta]
- iller.yaml replaces iller.ini.
- cpanfile removed, now sets prereqs in iller.yaml/dist.ini.
[Requirements]
- Added strict and warnings to all (most ofc already had them via Moops).
[Documentation]
- Fixed an abstract typo, fixes #8 (MANWAR++)
0.2206 2015-01-20T13:55:44Z CET
[Meta]
- Now there should be no more truth failures.
0.2205 2015-01-19T14:48:11Z CET
[Meta]
- Add 1; to some more classes (pr:6)
0.2204 2015-01-17T17:32:23Z CET
[Bug Fixes]
- Add 1; to a couple of classes (had some test failures).
0.2203 2015-01-13T03:44:34Z CET
[Documentation]
- Layout fix.
0.2202 2015-01-13T03:39:35Z CET
[Enhancements]
- Lowered Perl requirement to 5.16.
- Made routing_for one method, instead of multiple.
[Documentation]
- Testing a new layout.
0.2201 2015-01-09T23:19:28Z CET
[Bug Fixes]
- Fixed a problem with version.
0.2200 2015-01-08T01:10:28Z CET
[Meta]
- Adapted to DZP::OurPkgVersion and new Podweaver settings.
[Enhancements]
- 0.2101 might have not been as fast as advertised. This should be fixed
now.
- Since the dump/hoist and serealize/deserealize commands now are slower
than the route command, those four commands have been removed (and all
code related to them in other classes).
0.2101 2015-01-05T14:51:40Z CET
[Enhancements]
- Stop using signatures.
0.2100 2015-01-05T14:43:04Z CET
[Enhancements]
- By default, paths are now only searched between the chosen stations.
This leads to significantly improved performance when searching one/few
routes per execution.
- Remoted use of 'aliased', for an extra (and easy) performance gain.
lines). Undocumented.
[Documentation]
- Added a short comparison between Map::Metro and Map::Tube.
0.2002 2015-01-04T13:12:02Z CET
[Meta]
- Added prereq (was missing since the map api change in 0.1900)
0.2001 2015-01-03T11:48:46Z CET
[Enhancements]
- Added width option on lines.
- MM::Cmd::Graphviz takes an optional string parameter to set custom
lengths on edges. The string can alternatively be a path to a file
containing the settings. This feature is undocumented.
0.2000 2015-01-02T22:51:13Z CET
[New Features]
- Introduced graphviz command, which creates a schematic view of a
network.
[Enhancements]
[Bug Fixes]
- Comments (in the map file) must be at the beginning of a line, or
preceeded only by whitespace.
0.1901 2015-01-01T01:01:42Z CET
[Documentation]
- Mention Dist::Zilla::MintingProfile::MapMetro::Map
0.1900 2014-12-30T22:16:46Z CET
[API Changes]
- The MM::Plugin::Map api is changed. The old api will continue to work
for now (this is not a deprecation notice). The new api allows
MM::Cmd::Serealize to know the version of the map.
- Removed next_line_station/previous_line_station from LineStation, and
the setting of them in MM::Graph. These weren't used, and made it harder
to map a network (eg Oslo) where a line stops at a station in one
direction, but not in the other.
0.1804 2014-12-19T19:17:48Z CET
[Meta]
- Add github as issue tracker/repo
0.1803 2014-12-15T14:15:34Z CET
[Enhancements]
- Added serealize and deserealize commands to MM::Cmd. Helps a bit with
the performance issue.
- By default, station names with diacritics (like å, ä and ö) are added
with their diacritics removed as a search name. This can be turned off
if it causes problems. See MM::Plugin::Map.
[Documentation]
- Added a note on the performance issue on large maps.
0.1802 2014-12-13T19:13:25Z CET
[Bug Fixes]
- Line ids can again be both letters and digits.
[Documentation]
- Fixed error in synopsis.
0.1801 2014-12-13T17:19:37Z CET
[Enhancements]
- Added notation to add extra names (for search and display) to stations.
[Bug Fixes]
- available_maps() and map-metro.pl available works again.
- MM::Emitter should use MM::Hook.
0.1800 2014-12-13T15:12:14Z CET
[API Changes]
- Changed notation to describe segments where a line travels in one
direction.
0.1702 2014-12-13T12:52:32Z CET
[Meta]
- Removed MooseX::Object::Pluggable prereq (replaced by Module::Pluggable
in 0.1700)
[Bug Fixes]
- Thanks to SREZIC:
- Added missing prereqs
- Fixed shebang in map-metro.pl
0.1701 2014-12-13T02:04:19Z CET
[API Changes]
- Removed a couple of undocumented methods from LineStation. Their purpose
is better handled by Step.
[Enhancements]
LineStation).
[Bug Fixes]
- Suppressed much warnings during build.
0.1700 2014-12-12T23:54:30Z CET
[API Changes]
- Renamed routing_completed hook to before_add_routing.
- Revamped plugin systems for maps.
[Enhancements]
- In the output from MM::Cmd::Station the last line wouldn't be printed.
[Documentation]
- Fleshed out hook example.
0.1600 2014-12-12T02:29:55Z CET
[API Changes]
- Removed add to_text() (and related) methods from MM::Graph::*.
[New Features]
- Created an event/hook system (so far only emits 'routing_completed').
[Enhancements]
- All relevant MM::Cmd classes are adapted to the new hook system.
- Ensures that maps only resides in the MM::Plugin::Map namespace.
0.1501 2014-12-11T15:39:01Z CET
[Enhancements]
- Added dump and hoist commands to map-metro.pl
0.1500 2014-12-10T19:06:42Z CET
[Meta]
- More prereqs.
0.1499 2014-12-10T18:09:34Z CET
[Meta]
- Missing prereq.
0.1498 2014-12-10T17:23:49Z CET
[Meta]
- Missing prereq.
0.1497 2014-12-10T15:09:17Z CET
[Meta]
- Added test prereq
0.1496 2014-12-10T14:24:35Z CET
[Documentation]
- Typo
0.1495 2014-12-10T13:12:02Z CET
[API Changes]
- Renamed get_route() in MM::Graph to routing_for().
[Documentation]
- Cleanup, and minor improvements.
- Added documentation about map-metro.pl lines <city>
0.1494 2014-12-10T00:29:59Z CET
- First public release
view all matches for this distribution
view release on metacpan or search on metacpan
share/milan.json view on Meta::CPAN
{ "id": "REPUBBLICA", "name": "Repubblica", "line": "M3", "link": "CENTRALEFS,TURATI" },
{ "id": "TURATI", "name": "Turati", "line": "M3", "link": "REPUBBLICA,MONTENAPOLEONE" },
{ "id": "MONTENAPOLEONE", "name": "Montenapoleone", "line": "M3", "link": "TURATI,DUOMO" },
{ "id": "MISSORI", "name": "Missori", "line": "M3", "link": "DUOMO,CROCETTA" },
{ "id": "CROCETTA", "name": "Crocetta", "line": "M3", "link": "MISSORI,PTAROMANA" },
{ "id": "PTAROMANA", "name": "Porta Romana", "line": "M3", "link": "CROCETTA,LODITIBB" },
{ "id": "LODITIBB", "name": "Lodi TIBB", "line": "M3", "link": "PTAROMANA,BRENTA" },
{ "id": "BRENTA", "name": "Brenta", "line": "M3", "link": "LODITIBB,CORVETTO" },
{ "id": "CORVETTO", "name": "Corvetto", "line": "M3", "link": "BRENTA,PORTODIMARE" },
{ "id": "PORTODIMARE", "name": "Porto di Mare", "line": "M3", "link": "CORVETTO,ROGOREDOFS" },
{ "id": "ROGOREDOFS", "name": "Rogoredo F.S.", "line": "M3", "link": "PORTODIMARE,SDONATO" },
view all matches for this distribution
view release on metacpan or search on metacpan
Examples/helloworld/webgui_cmd.pl view on Meta::CPAN
use strict;
use warnings;
BEGIN {
if(!defined($ENV{TZ})) {
$ENV{TZ} = "CET";
}
}
use Maplat::Web;
use Maplat::Web::HelloWorld;
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl extension Marek::Pod::HTML.
0.49 marek Thu Jan 16 21:49:21 CET 2003
- below reported by ADAMK:
- fixed: CPAN-RT#1905: Stylesheet link not currect HTML
(also reported by Mister Caveman mrcaveman101AThotmail.com)
- fixed: CPAN-RT#1906: Adding the generation time to the bottom of generated html
- fixed: CPAN-RT#1907: POD error in author section
view all matches for this distribution
view release on metacpan or search on metacpan
but doesn't release the XSD before next week. As this version
introduces a new field <GuaranteedShipping>, we needed to add
a work around to the module
(Marco Pessotto, Stefan Hornburg/Racke).
0.19 Tue Feb 9 12:20:15 2016 CET
[API CHANGES]
* Change behaviour of $order->first_name and $order->last_name
accessors (Marco Pessotto).
view all matches for this distribution
view release on metacpan or search on metacpan
CUtilities.xs view on Meta::CPAN
332.14846, "AFN",
332.14846, "FGQ",
332.15183, "CKT",
332.18484, "FGK",
333.06307, "CDD",
333.09946, "CET",
333.09946, "DMS",
333.11808, "AMM",
333.11808, "CMV",
333.13247, "ADF",
333.13247, "EFG",
CUtilities.xs view on Meta::CPAN
404.10018, "ACDD",
404.10018, "CDEG",
404.11544, "CDW",
404.11794, "DDSS",
404.11881, "CCPT",
404.13657, "ACET",
404.13657, "ADMS",
404.13657, "CDSV",
404.13657, "DGMT",
404.13657, "EGMS",
404.15183, "CFGP",
CUtilities.xs view on Meta::CPAN
432.15011, "CMPT",
432.16450, "DGPY",
432.16787, "AEMT",
432.16787, "CDTX",
432.16787, "CESX",
432.16787, "CETV",
432.16787, "DMSV",
432.17573, "FGNN",
432.17910, "CKNS",
432.18313, "FGMP",
432.18563, "ETTT",
CUtilities.xs view on Meta::CPAN
434.12938, "ACEM",
434.12938, "CCDX",
434.12938, "CCEV",
434.12938, "DGMM",
434.14376, "DDFG",
434.14713, "CETT",
434.14713, "DMST",
434.14713, "EMSS",
434.14847, "CGHH",
434.16239, "ACPY",
434.16239, "CFPS",
CUtilities.xs view on Meta::CPAN
435.24817, "PPQX",
435.25940, "AHKV",
435.25940, "GHKX",
435.28455, "KPPX",
436.07226, "CCDD",
436.10864, "CCET",
436.10864, "CDMS",
436.12727, "ACMM",
436.12727, "CCMV",
436.14166, "ACDF",
436.14166, "CEFG",
CUtilities.xs view on Meta::CPAN
446.16576, "MMPS",
446.16623, "DGHH",
446.18015, "ADPY",
446.18015, "DFPS",
446.18015, "EGPY",
446.18352, "CETX",
446.18352, "DMSX",
446.18352, "DMTV",
446.18352, "EMSV",
446.19138, "AFNN",
446.19138, "DHPP",
CUtilities.xs view on Meta::CPAN
495.35330, "RXXX",
496.12640, "CDDY",
496.13064, "CMMM",
496.14503, "CDFM",
496.15539, "DDEH",
496.16278, "CETY",
496.16278, "DMSY",
496.18141, "AMMY",
496.18141, "CMVY",
496.18141, "FMMS",
496.18525, "CHQQ",
CUtilities.xs view on Meta::CPAN
518.29652, "AKRY",
518.29652, "FKRS",
518.30775, "HKPR",
518.32167, "KKVY",
519.14238, "CDDW",
519.17877, "CETW",
519.17877, "DMSW",
519.18214, "EMMQ",
519.19337, "CEMR",
519.19653, "DEFQ",
519.19653, "EEFN",
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl module Math::Base85.
0.5 Tue Dec 15 13:30:43 CET 2020
- Set bugtracker metadata explicitly
0.4 2017-10-16T17:36:18Z
- Fix version numbering
view all matches for this distribution
view release on metacpan or search on metacpan
0.3.1 Sun Apr 25 13:41:00 CEST 2010
- avoid indirect method call syntax in documentation
- fix [cpan #55709], signed numbers in exponentials
0.3.0 Fri Jan 15 11:28:02 CET 2010
- allow the user to add custom functions, and override built-in functions.
Thanks to Leonardo Herrera for the initial patch.
0.2.0 Wed Oct 7 23:35:22 CEST 2009
- allow the user to install a callback for undefined variables (much like
view all matches for this distribution
view release on metacpan or search on metacpan
0.37_01 2010-03-01 <schubiger@cpan.org>
- Fix memory leak in xs_factors(). [reported by William P.N. Smith]
0.37 Tue Nov 10 22:37:24 CET 2009
- Merged development version to stable.
0.36_01 Fri Nov 6 10:17:32 CET 2009
- Save the quotient as factor only when it's greater than the iterator.
[rt #50999 - Thor Andreassen]
- Add a test for even numbers to be factorized.
This circumvents a segmentation fault reported in [perl #64562].
- The options hash for the matches() function is being passed to
the according XSUB as reference.
0.35 Sun Feb 3 14:40:33 CET 2008
- Reworded documentation.
- Removed unneeded code within scripts/factors_matches.pl.
0.33 Sat Apr 1 16:47:21 CEST 2006
- Changed Build.PL argument create_makefile_pl from 'passtrough'
to 'traditional' for the sake of compatibility.
0.30 Fri Nov 4 20:52:13 CET 2005
- Converted Math::Factor over to XS.
0.29 2005/09/21
view all matches for this distribution
view release on metacpan or search on metacpan
Improvements:
- convert to OODoc 3.02
- apply oorestyle
- prototype of infix()
version 0.16: Tue 14 Mar 09:32:45 CET 2023
Fixes:
- utf8 names are broken in 5.20, avoid the test [cpantesters]
- enforce minimal versions of optional prereqs [cpantesters]
Improvements:
- loads of doc-fixes
- silence (correct) warning in t/27names.t
- add pod and prereq tests
version 0.15: Mon 6 Mar 11:16:16 CET 2023
Changes:
- datetime and date attribute tz (return STRING object) became
timezone (new TIMEZONE object).
Improvements:
- implement MF::TIMEZONE
- implement duration attributes in_seconds and in_days
- implement -> and captures
version 0.14: Tue 28 Feb 17:34:40 CET 2023
Improvements:
- cleaned-up more docs
- implement config YAML save and load
- implement config JSON save and load
version 0.13: Mon 27 Feb 13:32:48 CET 2023
Fixes:
- require 5.16 for fc().
- require DateTime::Format::Duration::ISO8601 >= 0.006 [Slaven Rezic]
- implement config INI save and load
- booleans created from Perl condition undef or ''
- implement MF::STRING with reference
- implement ::Context(lead_expression)
version 0.12: Sun 26 Feb 10:10:29 CET 2023
Fixes:
- typo in module description
- forgot to include some tests in MANIFEST
- attribute 'is_empty' on strings.
- implement ? :
- implemented // for names
- implemented config save
version 0.11: Sat Feb 25 12:41:37 CET 2023
Fixes:
- module name registrations for PAUSE.
- handle accidental MF::REGEXP on 'like'.
- ::Type::new() did not appear in the docs.
Improvements:
- warn when trying to convert qr to pattern.
- textual corrections seen on metacpan.
version 0.10: Fri 24 Feb 15:08:56 CET 2023
- initial release, for final documentation clean-ups, to test pause etc.
view all matches for this distribution
view release on metacpan or search on metacpan
0.004 2018-01-03 01:27:48 CET
- remove modulo operation in sum of polys
0.002 2018-01-02 13:11:32 CET
- first release
0.001001 2018-01-02 12:59:59 CET
- fixes in documentation
0.001 2018-01-02 11:29:34 CET
- first test release
view all matches for this distribution
view release on metacpan or search on metacpan
- docu enhancements
0.023 Thu Apr 4 13:14:01 CEST 2013
PointOnCircle derivate
0.022 Mon Mar 25 17:27:04 CET 2013
Fixed test suite to work with perl 5.17.
0.021 Fri Mar 22 17:49:50 CET 2013 (unpublished)
- extreme_position selector accepts Line objects as
direction
- support for setting dash patterns in a unified way for SVG
and TikZ output
- partial drawing of circles
view all matches for this distribution
view release on metacpan or search on metacpan
- made compilation of liblpk.a more robust
- shortened the short explanations so search.cpan.org does
not cut them
3.02 Wed Nov 8 22:41:35 CET 2000
- fixed the wrong PERL5LIB setting in README
- added a version number to Solve.pm
(needed for correct installation of Math::LP)
view all matches for this distribution