Add LICENSE.
Changes:
version 1.0 Mon Aug 4 08:24:40 CEST 2008
- fix a segfault when the zip cannot be opened, patch by
Peter Kortschack.
- make use_unzip unstatic.
- update to current autoconf/automake.
An extension of TeX which can be configured to directly generate PDF
documents instead of DVI. All current TeX distributions including TeX
live, MacTeX, and MiKTeX include pdfTeX (Plain TeX) and pdfLaTeX
(LaTeX). ConTeXt is designed around use of pdfTeX.
e-TeX intends to fill the gap between TeX3 and the future NTS (New
Typesetting System). It consists of a series of features extending
the capabilities of TeX3.
Since compatibility between e-TeX and TeX3 has been a main concern,
e-TeX has two modes of operation. In TeX compatibility mode it fully
deserves the name TeX and there are neither extended features nor
additional primitive commands. That means in particular that e-TeX
passes the TRIP test without any restriction. There are, however, a
few minor modifications that would be legitimate in any implementation
of TeX. In extended mode there are additional primitive commands and
the extended features of e-TeX are available.
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.
- 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 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.