Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Knuth's final iteration of his re-interpretation of a c.19
Modern-style font from Monotype. The family is comprehensive,
offering both sans and roman styles, and a monospaced font, together
with mathematics fonts closely integrated with the mathematical
facilities of TeX itself. The base fonts are distributed as MetaFont
source, but autotraced PostScript Type 1 versions are available (see
the Bluesky/Y&Y and BaKoMa versions). The Computer Modern fonts have
inspired many later families, notably the European Computer Modern and
the Latin Modern families.
|
|
TEX_{,MIXED}MAPFILES, and automatically load required Makefile
fragments.
|
|
|
|
packages.
|
|
|
|
|
|
- Updating package for p5 module Email::Valid to 0.181
- Set license to artistic license 2.0
Upstream changes:
0.181 2009-03-23
explicitly require perl5 version 6
update some module metadata (Alexandr Ciornii)
remove hateful indirect method notation (Alexandr Ciornii)
|
|
* Fixed a serious file reading bug.
Changes 3.0.4:
* Bug-fixing release.
|
|
|
|
- Updating package for p5 module Email::Stuff to 2.08
- Set license to artistic license 2.0
- Updating dependencies (remove p5-Clone dependency)
Upstream changes:
2.08 Sun 08 March 2009
- Removed debugging prints accidentally left in from last update
2.07 Fri 17 Feb 2009
- Fixed bug http://rt.cpan.org/Public/Bug/Display.html?id=27320
Removed unused Clone dependency
Update by Lyle Hopkins
|
|
|
|
- Updating package for p5 module Hash::Merge to 0.11
- Set license to artistic-2.0
Upstream changes:
0.11 Thu Apr 9 08:32:12 2009
- fix ||= typo, thanks GWADEJ or bringing it to my attention
|
|
|
|
- Updating package for p5 module MooseX::StrictConstructor to 0.08
- Set license to artistic-2.0
Upstream changes:
0.08 2009-04-07
- Make this module work with Moose 0.73_01+.
|
|
|
|
- Updating package for p5 module MooseX::Getopt to 0.18
- Set license to artistic-2.0
Upstream changes:
0.18 Thu. April 9 2009
* MooseX::Getopt::Dashes
- New module, for converting undercores to dashes (ilmari)
0.17 Wed. April 8 2009
* MooseX::Getopt
- work with latest Moose (hdp)
~ unify module version numbers with dist version (hdp)
|
|
|
|
- Updating package for p5 module MooseX::ClassAttribute to 0.08
- Set license to artistic-2.0
Upstream changes:
0.08 2009-04-07
- Make this module work with Moose 0.73_01+.
- Deprecated compute_all_applicable_class_attributes. Use
get_all_class_attributes instead.
|
|
|
|
|
|
- Updating package for p5 module MooseX::AttributeHelpers to 0.17
- Set license to artistic-2.0
Upstream changes:
0.17 Fri April 19, 2009
- Add defined to Hash (Evan Carroll).
0.16 Sun April 5, 2009
- Add substr to String (Florian Ragwitz).
0.15 Thu March 26, 2009
- The splice helper for arrays was completely broken. Reported by
Abhijit Mahabal. RT #43343.
|
|
|
|
- Updating package for p5 module String::Format to 1.15
Upstream changes:
not documented
|
|
|
|
- Updating package for p5 module Variable::Magic to 0.33
- Set license to artistic-2.0
Upstream changes:
0.33 2009-03-26 00:00 UTC
+ Chg : cast() and getsig() now croak too when an invalid signature is
passed.
+ Fix : It was possible to generate with gensig() the same signature
twice before actually defining the wizards.
+ Tst : More stash tests.
+ Tst : Test when the magic takes place in some cases.
+ Tst : Improved coverage for the op object feature.
0.32 2009-03-01 13:45 UTC
+ Chg : dispell() and getdata() now croak when an invalid signature is
passed.
+ Doc : More examples and a brand new synopsis.
+ Fix : The signature is no longer stored in the mg_private member of
the MAGIC struct. This fixes possible clashes with magics from
other extensions.
+ Fix : op info objects weren't blessed into the right class.
+ Fix : Races when initializing the op names cache under threads.
|
|
|
|
- Updating package for perl module Devel::Declare to 0.004000
- set license to artistic-2.0
Upstream changes:
0.004000
- Much improved documentation (osfameron).
- Make sure the linestr callback isn't invoked when a declarator is used as
part of some quoting construct like qq//, m//, s///, qr//, tr///, qx//, ``,
etc (Florian Ragwitz).
- Tests for this (osfameron, Florian Ragwitz).
0.003005
- Depend on a recent B::Hooks::EndOfScope to make semicolon injection more
robust (Florian Ragwitz).
- Add a couple of TODO tests for better error reporting (Marcus Ramberg).
- Context::Simple::inject_if_block now returns true if start of block was
found (Ash Berlin).
|
|
|
|
- Updating package for p5 module Config::IniFiles to 2.48
- Set license to artistic-2.0
Upstream changes:
Version 2.48: ( Tue Apr 7 15:24:55 IDT 2009 )
------------------------------------------------
* Fixed bug https://rt.cpan.org/Ticket/Display.html?id=30402 :
- Trailing comments at the end of the file are not written.
- added a test (t/22trailing-comment-lines.t ) and a test file.
* Reverted the fix to bug #34067 ( "Multiline values returned as array
references in tied hash interface"), as it could potentially break a lot
of old code, and was not such a good idea, and was less preferable from
interface-sanity reasons.
* Documented the old API in regards to bug #34067 - see above.
|
|
|
|
Added databases/p5-Class-DBI-Plugin-DeepAbstractSearch version 0.08
|
|
This plugin provides a SQL::Abstract search method for Class::DBI.
It is similar to Class::DBI::AbstractSearch, but allows you to
search and sort by fields from joined tables.
Note: When searching and sorting by the fields of the current class
only, it is more efficient to use Class::DBI::AbstractSearch.
|
|
Class::DBI::Plugin is an abstract base class for Class::DBI plugins.
Its purpose is to make writing plugins easier. Writers of plugins
should be able to concentrate on the functionality their module
provides, instead of having to deal with the symbol table hackery
involved when writing a plugin module. Only three things must be
remembered:
1. All methods which are to exported are given the "Plugged"
attribute. All other methods are not exported to the plugged-in
class.
2. Method calls which are to be sent to the plugged-in class
are put in the init() method. Examples of these are set_sql(),
add_trigger() and so on.
3. The class parameter for the init() method and the "Plugged"
methods is the plugged-in class, not the plugin class.
|
|
|
|
- Updating package for p5 module Getopt::Long to 2.38
- Set license to artistic-2.0
Upstream changes:
* Bugfix for Ticket 35759: First arg to callback function evaluates
to false when used in bool context.
* Fix problem with prototypes of GetOptionsFrom* functions.
* Fix restoring default die handler.
* Bugfix for Ticket 24941: Autoabbrev with + incorrect.
|
|
|
|
|
|
- Updating package for p5 module Module::Load to 0.16
- Set license to artistic-2.0
Upstream changes:
Changes for 0.16 Fri Feb 6 17:51:14 2009
============================================
* This is a bugfix release for users of perl versions 5.8.4 and
5.8.5, which works around a core perl bug in those versions that
loses arguments from @_ when using 'goto &subroutine'.
Users of other perl versions need not upgrade.
Changes for 0.14 Mon Jan 19 17:19:58 2009
============================================
* Address #41883: Module::Load cannot import non-Exporter module:
import() function for modules used via load() weren't being
called properly
* Test cases are now generated
|
|
|
|
- Updating package for p5 module Test::Output to 0.13
- set license to artistic-2.0
Upstream changes:
0.13 - Sun Mar 8 23:00:11 2009
* brian d foy (bdfoy@cpan.org) is the new maintainer
* Updated docs for source code location, license, etc
|
|
|
|
- Updating package for p5 module NEXT to 0.63
- set artistic-2.0 as LICENSE
Upstream changes:
0.63 Fri Apr 10 16:52:44 2009
- Specify plans for all tests (Jarkko Hietaniemi). Merged from blead
perl (Florian Ragwitz).
- Default to installing to privlib instead of sitelib on perls where
NEXT is core (Jerry D. Hedden).
0.62 Wed Apr 8 03:27:25 2009
- Be less aggressive when looking at the symbol table to find
methods. This prevents "used only once" warnings on 5.10.
0.61 Tue Mar 24 02:50:26 2009
- Pod tweaks (Alan Ferrency).
- Fix a bug when using NEXT from within an eval block (Dave Rolsky).
- Fix some pod typos (Piotr Fusik).
- Fix a bug when using NEXT within overloaded stringification
(Marcel Gr~A 1/4 nauer).
- Make NEXT work with AUTOLOAD (Damian Conway).
|
|
|
|
- updating package for p5 module DateTime::TimeZone to 0.88
- set license to artistic-2.0
Upstream changes:
0.88 2009-04-06
- This release is based on version 2009e of the Olson database. This
release has changes for Jordan and Palestine.
0.87 2009-04-05
- The DateTime::TimeZone::Local module will now try to load a subclass
of the form DateTime::TimeZone::Local::$^O before falling back to
the Unix subclass. This allows you to provide a new subclass on
systems where the existing subclasses (Unix, Win32, and VMS) don't
get the right answer. Based on a patch from Olivier Mengu~A(c).
0.86 2009-03-23
- This release is based on version 2009d of the Olson database. This
release has changes for Morocco, Tunisia, Syria, and Argentina.
0.85 2009-03-16
- This release is based on version 2009c of the Olson database. The
only changes in this release are for Cuba.
- Fixes for Win32 with Microsoft's December time zone update. This
updated added a zone for Mauritius that wasn't accounted for in the
DateTime::TimeZone::Local::Win32 module. Reported by David
Pinkowitz. RT #43535.
- Added a hack to fix some brokenness with Module::Build::Compat that
causes the compatibility Makefile.PL to fail on really old
ExtUtils::MakeMaker versions (6.17 and older). RT #43605.
|
|
|
|
- Updating package for p5 module DateTime::Format::Strptime to 1.0900
- set license to artistic-2.0
Upstream changes:
1.0701 2007-09-18
- The revised locale tests releasese
- Many people pointed out that while this module hadn't broken
the tests for the French locale had. This is due to a new
source for the data in DateTime::Locale.
- This version ONLY changes the tests and so it not a required
update.
1.0702 2007-09-19
- YAML and POD
- Updated the META.yml file to have the correct 'resources'
and match the latest spec
- Updated the docus with a 'resources' section that has the
same information in it for readers of POD.
- This version ONLY changes the documentation and so it not a
required update.
1.0800 2008-08-07
- Pile-o-bugs
- It seems that I wasn't getting notifications from Google
when people had reported bugs, so there's a pile of fixes
in this release. Hopefully that fixes everyone's issues.
1.0900 2009-02-22
- Another pile-o-bugs
- It seems that I also wasn't seeing notifications from RT
(please don't use it, use the Gooogle project) so all the
following are fixed:
36672 Started failing mid May
23313 Bug handling time zones like America/New_York
25555 Module dies even when on_error is 'undef'
23768 Olson timezone handling incorrect
22450 locale test failing with bleadperl
20487 nmake test_more fail (with patch); incorrect
META.yml
12071 format_datetime uses datetime locale rather than
format locale
11863 bug in DateTime::Format::Strptime 1.0601 when using %s
- And a couple from Google:
#8 Add DateTime::Locale to documentation
|
|
|
|
- Updating package for p5 module DateTime to 0.47
- set license to artistic-2.0
Upstream changes:
0.47 2009-03-01
- The handling of CLDR format 'j' and 'jj' was backwards, using 24
hour time for locales that wanted 12 hour, and vice versa. Reported
by Maros Kollar.
- The CLDR formatting was missing support for lower-case "q"
patterns. Reported by Maros Kollar.
0.46 2009-02-28
- Added a duration_class method for the benefit of DateTime.pm
subclasses. Patch by Shawn Moore.
|
|
|