view release on metacpan or search on metacpan
---
version: 0.01
date: Thu Feb 17 20:24:00 CET 2005
changes:
- Initial release
view all matches for this distribution
view release on metacpan or search on metacpan
---
version: 1.00
date: Sun Jan 23 03:50:00 CET 2005
changes:
- Initial release
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Kwiki/TimeZone.pm view on Meta::CPAN
WAT => "West Africa",
GMT => "Greenwich Mean",
UT => "Universal (Coordinated)",
WET => "Western European",
BST => "British Summer",
CET => "Central European",
MET => "iddle European",
MEWT => "Middle European Winter",
SWT => "Swedish Winter",
FWT => "French Winter",
MEST => "Middle European Summer",
lib/Kwiki/TimeZone.pm view on Meta::CPAN
WAT => -1,
GMT => 0,
UT => 0,
WET => 0,
BST => 1,
CET => 1,
MET => 1,
MEWT => 1,
SWT => 1,
FWT => 1,
MEST => 2,
view all matches for this distribution
view release on metacpan or search on metacpan
---
version: 0.05
date: Thu Mar 3 17:16:34 CET 2005
changes:
- Initial revision
view all matches for this distribution
view release on metacpan or search on metacpan
- remove warning Possible precedence problem on bitwise & operator
0.10 2020-06-21 07:49:14 CEST
- adding methods prepare, LLCS_prepare
0.09 2019-11-05 23:00:06 CET
- tuning and cleanup
0.08 2019-11-03 23:14:12 CET
- _count_bits() portable for 32-bit Perls
0.07 2019-11-03 15:00:37 CET
- make it work for long sequencies
0.06 2015-07-20 00:07:34 CEST
- further optimization
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for LCS::Similar
0.04 2021-04-22 21:58:01 CEST
- prefix and suffix optimization
0.03 2015-11-19 06:51:01 CET
- turn on tests
0.02 2015-11-19 01:02:30 CET
- typos in pod
0.01 2015-11-18 22:49:50 CET
- Initial release
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for LCS
0.11 2016-11-25 08:50:35 CET
- added build requires, MetaProvides::Package
0.10 2015-06-26 05:20:55 CEST
- improved documentation
view all matches for this distribution
view release on metacpan or search on metacpan
0.03 Fri Oct 10 21:09:11 CEST 2008
- Added a method to retrieve the unique event anchor.
0.02 Sun Mar 9 19:30:40 CET 2008
- Splitted each package within the main module into their own class.
- Reformatted the documentation.
0.01 Sun Mar 9 15:19:28 CET 2008
- Initial version.
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl extension LWP::Authen::Negotiate.
0.08 Do 29. Okt 22:09:12 CET 2009
- added LWP::Debug to dependencies...
0.07 Di 27. Okt 20:51:50 CET 2009
- fixed <https://rt.cpan.org/Public/Bug/Display.html?id=50881>
Thanks to Adam Sjøgren.
0.06 Di Mar 7 21:10:12 CET 2006
- fixed bug to use undef in case of
ignored parameters in call to
gss_init_security context.
Thanks to Christopher Odenbach and Simon
Wilkinson
0.05 Fr Feb 17 15:58:25 CET 2006
- added the LWP_AUTHEN_NEGOTIATE_DELEGATE
Environment configuration (Thanks Leif)
- added checking to all $status return values
0.03 Do Feb 16 22:51:06 CET 2006
- made the module use of CPAN GSSAPI 0.18 adapter
to become ready for CPAN
- first time in CPAN...
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl extension LWP-UserAgent-ProgressBar
1.100810 2010-03-22 22:40:40 Europe/Vienna
- converted the distribution to Dist::Zilla-style
0.05 Thu 2010.03.04 00:15:24 CET (Marcel Gruenauer <marcel@cpan.org>)
- require Test::More 0.88 for done_testing() in t/00_versions.t
- refactor test code (thanks tokuhirom)
0.04 Wed 2010.02.10 11:52:23 CET (Marcel Gruenauer <marcel@cpan.org>)
- add post_with_progress method for POST request. (Ktat <ktat at cpan.org>)
- updated skeleton
0.03 Thu Jul 25 15:27:43 CEST 2008 (Marcel Gruenauer <marcel@cpan.org>)
- Changed dist style and Changes back to standard. People didn't like it -
view all matches for this distribution
view release on metacpan or search on metacpan
%EXPORT_TAGS = (nodetypes => [qw(BTAST_STRING BTAST_MACRO BTAST_NUMBER)],
metatypes => [qw(BTE_UNKNOWN BTE_REGULAR BTE_COMMENT
BTE_PREAMBLE BTE_MACRODEF)],
nameparts => [qw(BTN_FIRST BTN_VON BTN_LAST BTN_JR BTN_NONE)],
joinmethods => [qw(BTJ_MAYTIE BTJ_SPACE
BTJ_FORCETIE BTJ_NOTHING)],
subs => [qw(bibloop split_list
purify_string change_case)],
macrosubs => [qw(add_macro_text
delete_macro
delete_all_macros
are mainly useful when using the C<NameFormat> class. See also
L<bt_split_names> and L<bt_format_names>. Export tag: C<nameparts>.
=item Join methods
C<BTJ_MAYTIE>, C<BTJ_SPACE>, C<BTJ_FORCETIE>, C<BTJ_NOTHING>. Used to
tell the C<NameFormat> class how to join adjacent tokens together; see
L<LaTeX::BibTeX::NameFormat> and L<bt_format_names>. Export tag:
C<joinmethods>.
=back
view all matches for this distribution
view release on metacpan or search on metacpan
- Skip documentation tests for non-release testing.
- Do no longer recommend Test::Pod and Test::Pod::Coverage.
0.20 Tue Oct 27 12:32:28 CET 2009
- Update broken license links.
- Fix some indentation nits.
0.18 Tue Jun 17 17:06:50 CEST 2008
- Append a trailing newline to the =cut directive within
the output generated.
0.17 Thu Feb 21 15:59:48 CET 2008
- Made the "matching" for the node type more explicit.
0.16 Wed Feb 13 16:47:56 CET 2008
- Don't assume a '/' within File::Spec->catfile() in basic.t.
- Reordered code within parse_switches() in latex2pod.
- Add more dependencies to Build.PL.
0.15 Sun Dec 23 15:39:50 CET 2007
- Reworded the documentation.
- Adjusted code layout of latex2pod to be coherent with
the remaining code.
- Version output emitted by latex2pod includes $VERSION
from LaTeX::Pod.
0.14 Sun Nov 25 14:21:54 CET 2007
- Added test which tests basic conversion.
0.13 Sat Sep 1 17:26:49 CEST 2007
0.12 Wed Mar 28 03:42:05 CEST 2007
- Moved initialization logic entirely to _init() which was
previously known as _init_self().
0.11 Thu Mar 15 00:28:00 CET 2007
- Merged development version to stable.
0.10_01 Sun Feb 11 08:16:40 CET 2007
- Added 'script_files' parameter consisting of latex2pod's path
within the distribution to Build.PL.
- Fixed some indentation by converting some tabs to literal spaces.
0.10 Sat Feb 10 01:07:01 CET 2007
- Instead of appending generated Pod to a string while proceeding,
every "push" (directive & text) takes up one member in an
encapsulated array. The array is flattened when a string
representation is requested (usually when convert() returns)
and a pair of newlines between each member is added.
0.09_01 Sun Jan 28 01:25:29 CET 2007
- Added call of _process_spec_chars() to _process_text_verbatim().
- Some minor, but nonetheless important, code reformatting.
0.09 Fri Jan 12 00:26:37 CET 2007
- The item's text has now proper intendation (speak none)
and leading/trailing newlines are attached.
- Fixed minor spelling nit within Pod.pm.
- Added some implementation details to the documentation.
0.08 Thu Jan 11 01:18:38 CET 2007
- Introduction of dispatch handler broke the handling of the
"simulated" else clause; furthermore, skipping the evaluation
of node types when successfully matched against current node,
had the same effect.
to latex2pod in a future release.
- latex2pod, a commandline frontend to LaTeX::Pod, has been
added to the distribution's scripts directory.
0.07 Wed Jan 10 20:37.02 CET 2007
- Replaced previous text/command conditional branches in convert()
with calls to dispatch handler.
- The ending POD =cut directive will be added to generated output.
0.06 Tue Jan 9 21:02:19 CET 2007
- Beautified code within Pod.pm, i.e. removed
parentheses from method calls without arguments.
0.05 Sun Dec 31 03:29:24 CET 2006
- Added accessors to get/set the internal POD data.
- Fixed the indentation for LaTeX' verbatim blocks.
0.04 Die Dec 26 01:46:39 CET 2006
- Forgot to include code for processing code & italic font tags.
0.03 Die Dec 26 00:20:08 CET 2006
- Fixed umlauts.
- Improved documentation.
0.02 Mon Dec 25 14:34:14 CET 2006
- Unknown directives are skipped.
- LaTeX Umlauts definitions are converted.
- More than two following newlines will be reduced to two.
0.01 Mon Dec 25 05:59:08 CET 2006
- Initial version.
view all matches for this distribution
view release on metacpan or search on metacpan
- Added support for dealing with starred commands.
[James Bowlin <bowlin@mindspring.com>]
- Merged development version to stable.
0.8_02 Thu Feb 21 21:08:50 CET 2008
- Added further test-files to suite (i.e., ones that test the
parser, tree and node functionality).
- Fixed a slight documentation error (the method getTopLevelNodes()
returns a list, and *not* an array reference).
0.8_01 Tue Feb 19 15:29:40 CET 2008
- Added basic test-file basic.t.
- Added CREDITS and LICENSE sections to the documentation.
0.7 Tue Aug 28 00:12:03 CEST 2007
- Added formatting tags to the documentation where appropriate
and enlisted all methods within the documentation index.
0.6 Wed Mar 14 01:05:09 CET 2007
- Merged development version to stable.
0.5_05 Sun Feb 18 11:30:51 CET 2007
- Fixing reference types in all ...->{children}->{nodes}->[...]
occurrences in the LaTeX::TOM::Parser::_applyMapping and
LaTeX::TOM::Node::getLastChild subroutines.
[Otakar Smrz, otakar.smrz@mff.cuni.cz]
0.5_04 Fri Feb 16 10:41:21 CET 2007
- Fixed approximately half a dozen broken hash keys in references
with {node} instead of {nodes} as subkey.
0.5_03 Fri Feb 16 02:00:52 CET 2007
- Fixed wrong spelling of $self->{node} to $self->{nodes} within
LaTeX::TOM::Parser.
0.5_02 Mon Feb 12 03:37:11 CET 2007
- Added suitable (albeit slightly modified) pod.t & pod-coverage.t
to the test directory.
- Documented LaTeX::TOM's constructor new().
0.5_01 Mon Feb 5 08:47:05 CET 2007
- Resolved accidentally swapped $prev/$next pointers in assignment
in LaTeX::TOM::Node's listify(), resulting in misbehaviour of
getNextGroupNode(), getPreviousSibling() and the like.
we're basically reblessing the $parser object.
- Extracted the TODO part from LaTeX::TOM and put it in a separate
file named TODO in the root of the distribution.
0.5 Son Dec 31 01:47:36 CET 2006
- Percents (%) and braces ({}) within verbatim blocks
are now taken care of while parsing.
- Replaced all occurences of tabs within the code with
literal whitespace.
0.3 Sun Dec 24 11:37:21 CET 2006
- Initial CPAN version.
02c ???
view all matches for this distribution
view release on metacpan or search on metacpan
vhost/html/js/tiny_mce/plugins/template/js/template.js view on Meta::CPAN
tsrc = ed.getParam("template_templates", false);
sel = document.getElementById('tpath');
// Setup external template list
if (!tsrc && typeof(tinyMCETemplateList) != 'undefined') {
for (x=0, tsrc = []; x<tinyMCETemplateList.length; x++)
tsrc.push({title : tinyMCETemplateList[x][0], src : tinyMCETemplateList[x][1], description : tinyMCETemplateList[x][2]});
}
for (x=0; x<tsrc.length; x++)
sel.options[sel.options.length] = new Option(tsrc[x].title, tinyMCEPopup.editor.documentBaseURI.toAbsolute(tsrc[x].src));
view all matches for this distribution
view release on metacpan or search on metacpan
- new rasterize() method (courtesy of Mark Glines)
- bumped perl requirements to 5.10
**
1.0.0 Sun Feb 3 16:45:41 CET 2008
- bumping requirement to 5.8.x
- module complete
**
0.2.3 Mon Jan 28 17:14:45 CET 2008
- trying to follow ppport.h advices to clean 5.6.x errors
0.2.2 Fri Jan 18 01:22:30 CET 2008
- quieting last C warnings remaining
0.2.1 Thu Jan 17 19:51:37 CET 2008
- rewrote vector tests (fixed number of tests during rewrite)
- newSViv() returns an SV*, not an IV (quieting warnings)
0.2.0 Wed Jan 16 18:34:38 CET 2008
- bounds_check() implemented
- added missing sanity checks in constructors
- no more todo tests
- better way of returning without RETVAL
- first rc for 1.0.0
**
0.1.3 Wed Jan 16 17:09:41 CET 2008
- fixed leftover of RETVAL sillyness
(should build/test on more platforms now)
0.1.2 Tue Jan 15 19:46:07 CET 2008
- converted rest of AV* to use SV* for objects
- new methods:
- _add()
- _substract()
- _invert()
0.1.1 Tue Jan 15 19:19:46 CET 2008
- new methods:
- get_all_components()
- clear()
- set_component()
0.1.0 Tue Jan 15 18:23:14 CET 2008
- constructors more robust (thx rgs)
- new methods:
- copy()
- _add_inplace()
- _substract_inplace()
- removed reference to LB::* modules in tests
**
0.0.1 Tue Jan 15 14:52:14 CET 2008
- original version
- build toolchain in place
- constructors + basic accessors
view all matches for this distribution
view release on metacpan or search on metacpan
- tests sanitized (ported to test::more, test::output and test::exception)
4.10 Sun Apr 5 15:44:57 CEST 2009
- new infinite loop detection (mark)
4.09 Sat Jan 17 14:34:08 CET 2009
- using class::xsaccessor internally, for a 10% speedup
4.08 Sun Nov 16 11:23:13 CET 2008
- change libs semantics when unloading under stack
- fix on some extensions
4.07 Sat Nov 15 19:44:27 CET 2008
- fix month in y instruction
- new fingerprint: BASE - non-standard math bases extension
- new fingerprint: BOOL - boolean operations extension
- new fingerprint: EVAR - environment variables extention
- new fingerprint: HRTI - high-resolution timer extension
- new fingerprint: MODU - modulo arithmetic extension
4.06 Tue Nov 11 17:50:47 CET 2008
- new fingerprint: NULL - extension to opacify loaded extensions
- new fingerprint: ORTH - orthogonal easement extension
- new fingerprint: PERL - extension to embed perl within bBefunge
- new fingerprint: REFC - referenced cells extension
- new fingerprint: ROMA - roman numerals extension
4.05 Mon Nov 10 15:46:00 CET 2008
- handprint changed to JQBF
- mycology compliance. this comes with some changes in unclear semantics:
. spaces and comments are now slurped in 0 tick
. k interprets the instructions at its position
. add get_dims() to the Storage API (mark)
- new befunge lib: TEST (book)
**
3.05 Tue Jan 22 17:52:27 CET 2008
- LBV now uses an array internally for more efficiency
- LBV tries to load transparently LBVXS for even more speed
- LB:LaheySpace.pm now also understand \r\n and \r terminated programs
- some tests cleaning
3.04 Wed Jan 9 17:50:58 CET 2008
- more robust way of skipping tests when Test::Exception isn't present
. fix t/1-classes/vector.t and t/3-lahey/generic.t
. fix RT ticket #32164
3.03 Sun Jan 6 19:05:09 CET 2008
- tests reorganized
3.02 Mon Nov 26 13:02:20 CET 2007
- kwalitee/cpants release
3.01 Wed Oct 24 14:22:24 CEST 2007
- fixing stricture
- removed OO indirect notations
- renamed private methods to begin with _
- migrated 04lahey.t to Test::More
- ran coverage on the test-suite: 93.6%
2.03 Fri Feb 17 17:04:49 CET 2006
- use-ing integer for faster computations
2.02 Fri Feb 17 15:36:08 CET 2006
- rewritten accessors for L::B::IP, using same technik as L::B
- doc updated
2.01 Fri Feb 17 15:15:43 CET 2006
- rewritten accessors generation, for another speedup
- adapted the documentation
2.00 Fri Feb 17 14:48:54 CET 2006
- splitted accessors for L::B in get_* and set_*, for a small speedup. note:
this will break your code if you're running your own inner-loop!
- beginning of L::B 2.x, an optimization serie
**
1.20 Mon Feb 13 18:08:28 CET 2006
- fixed wrapping in L::B::LaheySpace::move_ip_forward to comply with
LaheySpace specs (mark)
1.11 Tue Feb 7 18:07:03 CET 2006
- fixed L::B::IP->svalue returning undef on non-existent stack depth (mark)
1.10 Tue Feb 7 15:05:13 CET 2006
- included a Module::Builder mechanism (old scheme with Makefile.PL is preserved)
**
1.06 Mon Feb 6 21:04:04 CET 2006
- reworked Makefile.PL (now more light-weight)
- added a TODO file
1.05 Mon Feb 6 19:01:37 CET 2006
- fixing wrapping when ip delta is greater than lahey space width or height (mark)
1.04 Wed Feb 1 17:38:49 CET 2006
- detecting infinite loop on bogus funges in move_curip (mark)
1.03 Mon Jan 2 21:20:07 CET 2006
- fixing failed test on 64bits platforms (mark)
1.02 Fri Dec 2 21:44:48 CET 2005
- enhanced input checking, dealing correctly with non-ascii characters
(with the help of Mark Glines)
1.01 Sat Nov 26 16:22:23 CET 2005
- unrolling k instruction to avoid deep recursion warning (mark)
1.00 Thu Oct 28 19:13:59 CEST 2004
- official release
- i instruction support binary flag (book)
view all matches for this distribution
view release on metacpan or search on metacpan
hugs98-Nov2003/src/machugs/hugs.mcp.xml view on Meta::CPAN
<!ELEMENT PROJECT (TARGETLIST, TARGETORDER, GROUPLIST, DESIGNLIST?)>
<!ELEMENT TARGETLIST (TARGET+)>
<!ELEMENT TARGET (NAME, SETTINGLIST, FILELIST?, LINKORDER?, SEGMENTLIST?, OVERLAYGROUPLIST?, SUBTARGETLIST?, SUBPROJECTLIST?)>
<!ELEMENT NAME (#PCDATA)>
<!ELEMENT USERSOURCETREETYPE (#PCDATA)>
<!ELEMENT PATH (#PCDATA)>
<!ELEMENT FILELIST (FILE*)>
<!ELEMENT FILE (PATHTYPE, PATHROOT?, ACCESSPATH?, PATH, PATHFORMAT?, ROOTFILEREF?, FILEKIND?, FILEFLAGS?)>
<!ELEMENT PATHTYPE (#PCDATA)>
<!ELEMENT PATHROOT (#PCDATA)>
view all matches for this distribution
view release on metacpan or search on metacpan
Low-level changelog
===================
1.0.2 Mon Nov 26 12:59:11 CET 2007
- kwalitee/cpants release
1.0.1 Fri May 25 18:56:37 CEST 2007
- license changed back to perl
- change versioning to x.y.z
- using lib/ layout
**
0.03 Sat Feb 22 20:02:49 CET 2003
- forgot to update MANIFEST with test.ook so distrib did not
include the file... Thanks cpantesters! :-)
- ook examples now in src directory
0.02 Sat Feb 22 12:17:03 CET 2003
- now using a Perl eval: compiling is much better than interpreting.
- compiling is now forgiving when ook source contains comments
(that is, chars not matching /Ook. Ook. /)
0.01 Sun Oct 6 10:59:36 CEST 2002
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl extension Language::XS
0.02 Fri Jun 30 03:05:28 CEST 2006
- fix stray "-" not being quoted as required by newer perls.
0.01 Thu Jan 13 06:02:04 CET 2000
- original version; created by cp -rp
view all matches for this distribution
view release on metacpan or search on metacpan
site/htdocs/static/bwr/angular/angular.min.js.map view on Meta::CPAN
{
"version":3,
"file":"angular.min.js",
"lineCount":349,
"mappings":"A;;;;;aAKC,SAAQ,CAACA,CAAD,CAAS,CAwClBC,QAASA,GAAmB,CAACC,CAAD,CAAS,CACnC,GAAIC,CAAA,CAASD,CAAT,CAAJ,CACME,CAAA,CAAUF,CAAAG,eAAV,CAGJ,GAFEC,EAAAD,eAEF,CAFgCE,EAAA,CAAsBL,CAAAG,eAAtB,CAAA,CAA+CH,CAAAG,eAA/C,CAAuEG,GAEvG,EAAIJ,CAAA,CAAUF,CA...
"sources":["angular.js"],
"names":["window","errorHandlingConfig","config","isObject","isDefined","objectMaxDepth","minErrConfig","isValidObjectMaxDepth","NaN","urlErrorParamsEnabled","isBoolean","maxDepth","isNumber","minErr","isArrayLike","obj","isWindow","isArray","isStrin...
}
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Lemonldap/NG/Portal/Main/Display.pm view on Meta::CPAN
),
REMEMBERAUTHCHOICEDEFAULTCHECKED =>
$self->conf->{rememberDefaultChecked} // 0,
REMEMBERAUTHCHOICECOOKIENAME => $self->conf->{rememberCookieName}
// 'llngrememberauthchoice',
REMEMBERAUTHCHOICETIMER => $self->conf->{rememberTimer} // 5,
(
$req->data->{customScript}
? ( CUSTOM_SCRIPT => $req->data->{customScript} )
: ()
),
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl extension Lib::Furl.
1.00 Thu Nov 1 18:05:54 CET 2012
- update: complete interface to libfurll, with pod
0.10 Thu Oct 25 15:24:58 CEST 2012
First public version
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl extension Lib::IXP.
0.12 Tue Jan 20 19:24:44 CET 2015
- update: copyright notice
- update: Kwalitee
0.11 Thu Jun 3 16:06:59 CEST 2010
- bugfix: t/*.t were not in SVN
- bugfix: double free corruption
=> https://rt.cpan.org/Public/Bug/Display.html?id=46049
=> Thanks to sbz for catching this
- update: copyright notice
0.10 Mon Dec 15 22:39:33 CET 2008
- first public release
view all matches for this distribution
view release on metacpan or search on metacpan
0.01 2018-02-27 13:26:30 CET
- add Moo::Role LibreCat::Auth::SSO
- add implementing package LibreCat::Auth::SSO::CAS
- add implementing package LibreCat::Auth::SSO::ORCID
- add tests
- setup milla
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Catmandu
0.07 2016-12-09 09:15:54 CET
- fixing dependencies
0.06 2016-12-08 12:04:08 CET
- added Throwable::Error so LibXML errors can be caught
- added support for roundtrip lido within one process
0.05 2016-09-22 06:51:26 CEST
- adding prefixes option when creating a Lido parser
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl extension Lingua::Align.
0.04 Mon Dec 10 19:24:14 CET 2012
- smaller changes to make the distribution cleaner for CPAN
0.03 Sat Dec 8 20:40:44 CET 2012
- some POD cleanup
- fix in Makefile
- examples moved
- minor bug-fixes
view all matches for this distribution
view release on metacpan or search on metacpan
t/surnames.dat view on Meta::CPAN
C346 CUTLER
C350 CATON:CATTON:CAUTHEN:CAYTON:CHATHAM:CHATTIN:CHAUDOIN:CHEATHAM:CODNEY:COTTAM:COTTEN:COTTON:COUTON:COWDEN
C352 CADMUS:CODDINGTON:COTTINGHAM:CUTTING
C353 CHITTENDEN
C355 CADMAN
C356 CETNOR
C360 CATER:CATHER:COTHER:COTTER:COUTURE:COWDREY:CUTTER
C362 CUTRESS:CUTRIGHT
C363 CHATTERTON:CUDWORTH
C364 COTTRELL:COTTRILL:CUTHRELL
C365 CATRON:CATTRON:COTHRAN
t/surnames.dat view on Meta::CPAN
D215 DESPAIN:DIGIOVANNA
D216 DISBROW:DOUKHOBOR:DUESBERG:DUXFORD
D220 DACUS:DEGAUGH:DESHAZO:DICUS:DIKES:DUKES:DYKES:DYKOWSKI
D221 DJAKOVICH
D223 DECOSTE
D230 DAGGETT:DAOUST:DESOTO:DIGWEED:DIUGUID:DOGGETT:DOSSETT:DOUCET:DOUCETTE:DOUCHETTE:DOUGHTY:DOWSETT:DUCKETT:DUGUID:DWIGHT
D233 DISTAD
D235 DEIGHTON:DUSTIN
D236 DAUGHTERY:DAUGHTRY:DEXTER:DOCTOR:DOSTER:DUESTERHOEFT
D240 DAGLEY:DAIGLE:DEKLE:DIEGEL
D242 DESAULLES:DOUGLAS:DOUGLASS:DUCLOS
t/surnames.dat view on Meta::CPAN
F200 FAAS:FAGUE:FAUX:FEAKE:FEES:FEG:FEHSE:FEIGE:FEYOCK:FICK:FICKE:FIES:FIKE:FISH:FISK:FISKE:FIX:FOGG:FOOKS:FOOSE:FOOSHEE:FOSHAY:FOSHE:FOSHEE:FOSS:FOUSHEE:FOX:FUQUA:FYKE:FYOCK
F210 FISHPAW
F212 FISCHBACH
F216 FISHBURN
F220 FAYCIK:FIKES:FISCUS:FUCHS:FUCICH
F230 FAST:FAUGHT:FAUST:FAWCETT:FEIST:FOCHT:FOISSET:FOSKETT:FOUGHTY:FOUST:FUGATE
F232 FOSDICK
F235 FIGHTMASTER
F236 FEASTER:FOSTER
F240 FEGLEY:FICKLE:FIEGL:FOGEL:FOGL:FOGLE:FOXHALL:FOXWELL:FUSSELL
F242 FOGLESONG
view all matches for this distribution
view release on metacpan or search on metacpan
Version 2014120401 Thu Dec 4 17:03:50 CET 2014
+ Removed Kwalitee tests.
+ Use the procedurial interface of Lingua::EN::Numbers instead of OO one.
Version 2009110701
+ Only 5.006 is required, not 5.010.
view all matches for this distribution
view release on metacpan or search on metacpan
of
a
postdoctoral
fellowship
from
CONICET
.
We
thank
Arthur
Meyers
view all matches for this distribution
view release on metacpan or search on metacpan
- Workaround for a bug on some architecture that would output "million de
billion" instead of "trillion"
0.05 - Bad release
0.04 - Sat Dec 28 15:32:29 CET 2002
- ** The interface for this module has changed **
- Rewrote the whole module from scratch, it should now be easier to
read and a whole lot faster.
- Lingua::FR::Ordinate is no longer used, the ordinate_to_fr() function
is used instead.
- Fixed an error in a test case ('cent milliards' was mistakenly
written as 'cent milliard'.)
- Drop the planned support for French variants (FR_ch, etc.)
0.03 - Sun Nov 10 14:00:06 CET 2002
- The decimal support is a bit better and hopefully more correct.
- Fixed RT bug #1772: The ordinate output for '80' was
'quatre-vingtsième' instead of 'quatre-vingtième'. Added tests
to check this behavior. (thanks to Philippe Bricout for
finding this bug)
- Fixed an inaccuracy in Ordinate.pm doc (Philippe Brivout)
0.02 - Fri Apr 19 07:05:00 CET 2002
- Added Lingua::FR::Numbers::Ordinate to the module
- Added limited support for decimals
0.01 - Initial releases
- Special case for 'soixante et onze' (is this the only one?)
view all matches for this distribution