Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Tempita is a small templating language for text substitution. It is
meant for projects that require a bit more power than string.Tempalte or
% substitution.
|
|
Changes from previous:
0.10 2011-10-15 17:17:03
- special case "people" and "heroes"
0.09 2011-10-15 14:32:04
- fix inflection of "a" to "some"
0.08 2011-10-11 22:31:58
- special case the verb "belongs", as the new fallback to verbs was
breaking DBIx::Class::Schema::Loader tests.
0.07 2011-10-10 22:07:35
- remove special case for "single", as it was wrong
0.06 2011-10-10 22:01:14
- handle "negative acknowledges"
0.05 2011-10-10 21:37:57
- fix some bugs discovered in String::ToIdentifier::EN
- better support for numbers and number words
|
|
|
|
which is required to update databases/p5-DBIx-Class-Schema-Loader.
This module exports two functions.
- camelize : convert from under_score text to CamelCase one
- decamelize : convert from CamelCase text to under_score one
|
|
Changes from previous:
1.55 22 Jun 2011
[FIXES]
Performance enhancement saving large files
https://rt.cpan.org/Ticket/Display.html?id=69021
Thanks to David Porter of Audacitas Limited for the patch
1.54 26 Mar 2011
[FIXES]
- appendPDF was broken intermittently if appended doc was bigger than main doc
Thanks to Charlie Katz for a sample PDF
http://chrisdolan.net/talk/2011/03/26/cam-pdf-fixes-appendpdf-bug/
1.53 25 Mar 2011
[FIXES]
- Handle PDF 1.5 case where "endstream" token crosses a 1024-byte boundary
Thanks to Charlie Katz for a sample PDF
- Allow whitespace after the 'stream' token for better interoperability
http://rt.cpan.org/Ticket/Display.html?id=42819
Credit to Vonne 'Robert' Bannavong
- Fix broken crunchjpgs.pl, patch submitted by George Greer
- Tolerate leading zeros on objnums and gennums
http://www.cpanforum.com/posts/11494
|
|
Changes from previous:
0.08 2010.12.06
- Altered explode() to canonicalize line endings to \n, handling
DOS (\r\n) and older mac (\r) line breaks cleanly. Thanks to Matt
Gramlich for the patch.
- Removed sign() and auto_install() from Makefile.PL.
- Removed magic svn keywords.
- Converted test suite to Test::More.
- Added author tests (xt/) and modified SYNOPSIS for all modules to
make them pass the compilation test.
|
|
Changes from previous:
$Revision: 2.44 $ $Date: 2011/08/09 07:49:44 $
! Unicode/Unicode.xs
Addressed the following:
Date: Fri, 22 Jul 2011 13:58:43 +0200
From: Robert Zacek <zacek@avast.com>
To: perl5-security-report@perl.org
Subject: Unicode.xs!decode_xs n-byte heap-overflow
! Encode.pm encoding.pm
! lib/Encode/Alias.pm lib/Encode/Encoder.pm lib/Encode/Guess.pm
Applied: RT#69735: patch for use constant DEBUG =>
https://rt.cpan.org/Ticket/Update.html?id=69735
2.43 2011/05/21 23:14:43
! lib/Encode/Alias.pm
Addressed RT#68361: Encode::Bytes x-mac-... aliases missing
https://rt.cpan.org/Ticket/Display.html?id=68361
! Encode.pm
Applied the 0001-Fix-typo-in-pod.patch
https://rt.cpan.org/Ticket/Update.html?id=64381
Addressed RT#65796 Deep recursion error finding invalid charset
https://rt.cpan.org/Ticket/Update.html?id=65796
Applied a jumbo doc patch by Tom Christiansen
Message-Id: <14795.1304618434@chthon>
2.42 2010/12/31 22:48:48
! Encode.xs
! Unicode/Unicode.xs
Applied: RT#64371: Update for 5.14 API changes
http://rt.cpan.org/Ticket/Display.html?id=64371
2.41 2010/12/23 11:05:58
! lib/Encode/MIME/Header.pm
Applied: RT#63387 encode of MIME-Header inserts too much whitespace
http://rt.cpan.org/Ticket/Display.html?id=63387
! t/Aliases.t lib/Encode/Alias.pm
Applied: RT#63286: Various Encode::Alias improvements
http://rt.cpan.org/Ticket/Display.html?id=63286
|
|
Changes from previous:
* Versions being seperate from Module versions results in dependency confusion
Bumped all versions to match the distribution version number.
[RT #67655]
* Fix decrypt to work with Perl 5.14
[RT #67656]
* Update the Filter-Simple URL
[RT #49778]
|
|
for example Aleksey Cheusov's Debian GNU/Linux bulk build.
But I have not tested on non-NetBSD platform.
|
|
required version to ensure PLISTs match
|
|
|
|
|
|
|
|
* Bump PKGREVISION.
|
|
|
|
|
|
coccigrep is a semantic grep for the C language based on coccinelle.
It can be used to find where a given structure is used in code
files. coccigrep depends on the spatch program which comes with
coccinelle.
|
|
changes:
-bugfixes
-cleanup: does not generate pre-0.11 devhelp files any more
|
|
Change from previous:
2.08 2011-08-02 neilb
* updated testsuite to refer to dict.org, as test.dict.org no longer exists
* updated testsuite to reflect the much greater list of databases now hosted on dict.org
|
|
changes:
-minor API additions
-cleanup
-bugfixes
|
|
among these patches for http://secunia.com/advisories/46632/
|
|
|
|
Bump PKGREVISION
|
|
|
|
Change from previous:
0.11 2010-12-09
- Recognise the =encoding directive, rather than dying when it's
encountered.
|
|
It is not necessary anymore. No objections in tech-pkg@.
|
|
|
|
Pdfgrep is a tool to search text in PDF files. It works similar to
grep.
Features
========
* search for regular expressions.
* support for some important grep options, including:
o filename output.
o page number output.
o optional case insensitivity.
o count occurrences.
* and the most important feature: color output!
|
|
Release 1.2.7 - 2011/10/29
--------------------------
Improvements
^^^^^^^^^^^^
* [libedit] Added error check for wide character to
multibyte sequence conversion. [Reported by SHIDARA Yoji]
* Added grn_geo_estimate_in_rectangle().
* Added cursor API to geo search in rectangle.
* Improved geo search in rectangle speed.
* Added packages for Ubuntu 11.10 Oneiric Ocelot
* [experimental] Supported Oracle Solaris 10 8/11. (just buildable with system gcc.)
Fixes
^^^^^
* Fixed a typo in document. [Reported by @soundkitchen]
Thanks
^^^^^^
* SHIDARA Yoji
* @soundkitchen
|
|
|
|
|
|
Changes from previous:
2011-08-23 David E. Wheeler <david@justatheory.org>
* Release 3.19
Fixed occasional test failure when tests are run in parallel
(HARNESS_OPTIONS=j6:c). Thanks to Alexei Znamensky for the report and
Marc Green for the fix.
Added "pod_handler" option. This is a callback that can be used to
inspect the content on a "=pod" line. Marc Green/Google Summer of
Code.
Added tests for proper line-ending parsing from the previous
release. The tests were in the repository, but didn't make it into
the MANIFEST or, therefore, the release. Reported by Marc Green.
Added the "parse_empty_lists" option. When enabled, Pod::Simple
will recognize empty lists (that is, a blocks with '=over' and
'=back' but nothing in between). Disabled by default. Marc
Green/Google Summer of Code.
Added the "whiteline_handler" attribute. It's much like
"code_handler", "cut_handler", and "pod_handler", except it's
triggered on lines that contain only whitespace characters. Marc
Green/Google Summer of Code.
Added "raw" attribute to L<> treelet that contains the L<>'s raw
contents. Marc Green/Google Summer of Code.
Pod directives autoclosed by Pod::Simple are now denoted as such
by the new "fake_closer" attribue. Marc Green/Google Summer of
Code.
Fixed incompatibility with Pod::Simple::HTMLBatch in
Pod::Simple::XHTML. Patch by Eric Johnson.
2011-07-16 David E. Wheeler <david@justatheory.org>
* Release 3.18
Pod::Simple now properly parses Pod files using Mac OS Classic line-
endings (\r). Marc Green/Google Summer of Code.
Fixed test failure in 't/search50.t when the test finds a .pod but
the module is in a .pm. Thanks to the cpan-testers who reported
this when the test searched for Capture::Tiny.
2011-07-09 David E. Wheeler <david@justatheory.org>
* Release 3.17
Documented tertiary methods. Patch from Shawn H Corey.
Added "backlink" option to Pod::Simple::XHTML. Thanks to Marc
Green/Google Summer of Code for the pull request.
Typos fixed in Pod::Simple::HTMLBatch. Reported by Shawn H Corey.
Fixed quoting of value returned by a "strip_verbatim_indent()"
code reference so that regex meta characters are properly escaped.
Added "anchor_items" option to Pod::Simple::XHMTL. This allows
text items (which are output as <dt> elements) to have IDs that
can be referenced in the "#" part of a URL. Marc Green/Google
Summer of Code.
Added "recurse" option to Pod::Simple::Search. It's enabled by
default; disable it to turn off recursion into subdirectories.
Marc Green/Google Summer of Code.
Added documentation to clarify the behavior of the "content_seen"
method. Thanks to Olaf Alders for the pull request.
2011-03-14 David E. Wheeler <david@justatheory.org>
* Release 3.16
Fixed invalid HTML generated for nested lists by Pod::Simple::XHTML
(Fitz Elliott).
Replaced the invalid "<nobr>" tag -- created for "S<>" -- with
'<span style="white-space: nowrap;">' (Fitz Elliott).
Fixed some nerbles in our own Pod (Michael Stevens)
Improved the "Minimal code" example in Pod::Simple::HTML. The key
is to use pase_file(), not parse_from_file() (which should
otherwise be undocumented, and is just there for Pod::Parser
compatibility.
Added the html_charset() and html_encode_chars() attributes to
Pod::Simple::XHTML. Inspired by a bug report from Agent Zhang
(RT #29587).
Added "Minimal code" example to the Pod::Simple::XHTML documentation.
Fixed mispelling of the "=encoding" markup in the parser (it was
spelled "=encode"). Thanks to "TTY" for the patch. (RT #24820).
2010-11-11 David E. Wheeler <david@justatheory.org>
* Release 3.15
Removed "perlpod.pod" and "perlpodspec.pod". These now just live
in the Perl core.
Fixed stylesheet names output by HTMLBatch to match the names of
the actual stylesheet files (broken in 3.09). Thanks to Kevin Ryde
for the report (RT #56725).
Added missing closing slash to the CSS links in the XHTML output.
Thanks to HarleyPig for the patch!
Added parens around bar "qw(...)" in t/xhtml05.t. Thanks to Jerry
D. Hedden for the patch.
Improved the Pod::Simple::HTML docs. Thanks to Gabor Szabo for the
patch.
Pod::Simple::XHTML now properly encodes entities in URLs in the
anchor tag. Thanks to John McNamara for the report (RT-60249).
Pod::Simple::HTML and XHTML now strip whitespace from the end of
section names that appear as anchor names for headers (in HTML)
and IDs (in XHTML). Such whitespace appeared when "X<>" entities
were stripped out but not the space between them (RT-56572).
Make test "t/search50.t" always pass on case-insensitive file
systems rather than just skip VMS.
|
|
Changes from previous:
1.000
Released: 2011-02-21 23:25:42 UTC
Converted to Dist::Zilla for the release process
Add some more common misspellings, thanks RT#61505
Fix a typo in check_pod_case which prevented it from working
|
|
PKGREVISION++
|
|
Bump PKGREVISION.
|
|
Bump PKGREVISION.
|
|
fixes and improvements release.
|
|
about devel/ruby-fiddle, too.
|
|
Changes from previous:
Version 2011041701 Sun Apr 17 14:22:58 CEST 2011
+ Fix documentation (matches should be match). Reported by cogent@cpan.org
in RT ticket 2833.
+ Added patterns for JavaDoc comments. (RT 13174 by chris+rt@chrisdolan.net)
Version 2011041602 Sat Apr 16 17:06:28 CEST 2011
+ Fix typo in repository (avar@cpan.org)
Version 2011041601 Sat Apr 16 16:07:29 CEST 2011
+ Fix bugs 61712 & 6940: $RE {num} {decimal} and $RE {num} {real} no longer
match a single dot.
|
|
|
|
parts from ruby19 package.
Psych is a YAML parser and emitter, actually a part of the
Ruby distribution.
|
|
builds (pbulk and distbb)
|
|
|
|
|
|
Changes from previous:
1.41 Sun 17 Apr 2011
- Add Text::Dif::Config to MANIFEST.
1.40 Sat 16 Apr 2011
- Added DIFF_OUTPUT_UNICODE env variable to allow outputting unicode
characters. Thanks to Shlomi Fish for the patch.
|
|
Changes from previous:
0.07 2011.01.28
- Use $ua->env_proxy to load local proxy settings. (RT 53817)
- Fixed documentation for find_in_html. (RT 19183)
- Removed sign() and auto_install() from Makefile.PL.
- Removed magic svn keywords.
- Converted test suite to Test::More.
- Added author tests (xt/) and modified SYNOPSIS for all modules to
make them pass the compilation test.
|
|
Changes from previous:
0.07 2011-06-26T05:48:03
- Moved to [GitHub](http://github.com/theory/text-diff-html/).
- Switched to a static README.md, rather than a generated README.
|
|
Changes from previous:
0.006 2010-10-25 15:36:37 America/New_York
give explicit Sub::Exporter requirement
do not warn if a coderef prefix generator returns undef
|
|
Change from previous:
0.10
- Robustify some regexes against warnings.
|