view release on metacpan or search on metacpan
Revision history for Perl extension Wurfl.
0.02 Thu Nov 14 15:21:57 CET 2013
- Renamed to Mobile::Libwurfl
0.01 Tue Oct 29 15:44:56 2013
- original version; created by h2xs 1.23 with options
-a -x usr/include/wurfl/wurfl.h
view all matches for this distribution
view release on metacpan or search on metacpan
- clear subrequest's headers_in table before running it in fetch_url
0.09 Fri Jun 10 16:58:00 CEST 2011
- streaming interface for fetch_url()
0.08 Mon Mar 14 20:14:39 CET 2011
- next try to fix the close_fd bug. fileno(DIRHANDLE) does not work
in Perl.
0.07 Tue Mar 8 11:15:43 CET 2011
- Bugfix: avoid closing the fd directory handle in close_fd() on Linux
- tests now without "use Apache::Test qw/:withtestmore/"
0.06 Sun Aug 22 20:00:09 CEST 2010
- prevent a few "File does not exist" messages
0.05 Wed Apr 14 11:44:22 CEST 2010
- $r->headers_sent
0.04 Fri Mar 5 10:19:20 CET 2010
- check for existence of mod_proxy.c in fetch_url()
0.03 Wed Mar 3 19:04:17 CET 2010
- reset $r->status_line before calling ap_die()
- reimplement Apache2::RequestRec::safe_die without ap_die()
- all versions of safe_die() now call ModPerl::Util::exit(0)
instead of returning OK.
0.02 Wed Mar 3 14:10:30 CET 2010
- fetch_url using mod_proxy
- more documentation
0.01 Tue Mar 2 21:42:23 CET 2010
- initial version
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl extension Modem::VBox
0.051 Thu Mar 3 18:00:52 CET 2005
- change of contact address.
0.05 Fri Oct 5 15:21:52 CEST 2001
- more bugfixes, do not exit on hangup, leave the
event loop on hangup etc..
0.04 Wed Nov 24 18:48:28 CET 1999
- avon searching in the example script was not working.
(in general this requires more tweaking, reading regs etc..)
0.03 Sat Nov 13 22:20:52 CET 1999
- updated to Event-0.57 api.
- fixed many bugs
- now runs my answering machine on +49/721/9377358
0.02 Wed Jun 23 21:18:58 CEST 1999
view all matches for this distribution
view release on metacpan or search on metacpan
- Took an approach at implementing a PPI-based parser;
the drawbacks are, that comments aren't currently parsed
and the debugging mode is still unavailable.
0.48 Mon Mar 12 10:08:45 CET 2007
- Merged development version to stable.
0.47_07 Tue Mar 6 09:21:07 CET 2007
- Corrected the spelling of the mistakenly lower-case written
configuration option "Use_Native_Ordering" within make2build.
- Ensured that de- or re-quoted arguments have a trailing comma.
- Code statements as arguments within the arguments list are
properly dequoted. Furthermore, "complex" constructs consisting
of variables intermixed with static data are double-quoted.
0.47_06 Sat Mar 3 14:43:00 CET 2007
- A greedy match was the cause that the ampersand (&) wasn't removed
from &WriteMakefile(). The regular expression has been adjusted.
- Instead of deleting all single- & doublequotes in $value within
- MakeMaker's MY:: subs are now being removed. The strings are
fetched by _extract_sub().
- Included the documentation of the -c switch in make2build.
0.47_05 Sun Feb 18 02:37:05 CET 2007
- Comments "attached" to an argument and loose comments are properly
processed.
- Code chunks and variables are now being handled by Text::Balanced's
extract_codeblock() and extract_variable().
- A new configuration option has been introduced: 'Process_Code'.
Processing "code" may be invoked via the -c parameter of make2build.
0.47_04 Wed Feb 14 00:28:41 CET 2007
- In _debug_array_text() an attempt was made to dereference a non-
reference. Changed variable content to reflect actual array reference.
0.47_03 Sun Feb 11 03:15:40 CET 2007
- Moved large parts of the Makefile parser to external subroutines.
- Deprecated use of inserting unknown Makefile chunks to the data
structure and hence to the Build.PL generated. The according
shifting the directory array and didn't unshift but push the
directory, which worked for a single directory, but not for
multiples. Furthermore, re-displaying the list with pending
items was surpressed in order to not confuse the user.
0.47_02 Sun Feb 4 18:04:04 CET 2007
- Replaced deprecated defined() behaviour on dereferenced array
references with anonymous array references alternations.
- Use IO::Prompt::prompt() for prompting. Added as prerequisite.
0.47_01 Wed Jan 24 22:48:24 CET 2007
- Tiny refactoring of convert().
- IO::File->new invocations have now a separate mode argument.
- _exists_overwrite()'s visual output has been improved.
0.47 Sun Jan 21 17:25:58 CET 2007
- Accidentally used bare print instead of _do_verbose()
within _show_summary().
0.46 Sun Jan 21 16:59:04 CET 2007
- Replaced calls to warn within _makefile_ok() with print.
- Merged redundant code in _show_summary() to a few simpler
statements; furthermore, replaced multiple print statements
with string concatenation.
0.45 Thu Jan 18 09:58:17 CET 2007
- The debugging mode has been accidentally borked. Restored
_debug() method from 0.41 which doesn't emit any warnings.
- Fixed relevant code to _show_summary() to correctly output
the method chosen (parse/execute).
- Enhanced string match regular expression in _parse_makefile()
to allow for embedded parentheses.
0.44 Sat Nov 18 20:01:50 CET 2006
- Added whitespace where necessary.
- make2build accepts the specification of the Makefile.PL
filename as commandline argument. [Mario Iseli, admin@marioiseli.com]
0.43 Mon Nov 13 00:27:16 CET 2006
- Commandline switch -x has become -e.
- Replaced broken tabs with regular spaces within multiple files.
- The test suite has been extented to include convert.t which
tests for a basic makeargs conversion with all currently enlisted
arguments in the conversion table. The won thereof build args are
also subject to sane type [SCALAR, ARRAY, HASH] detection.
0.25_01 Tue Feb 21 00:51:57 CET 2006
- The regular expressions of importance to the parsing process
have been visually reformatted with the /x modifier to be more
readable & fit in nicely to separate strings - use is made
thereof for string, array and hash detection.
0.25 Tue Feb 14 17:33:46 CET 2006
- The create_makefile_pl default argument has been changed from
creating a passthrough Makefile.PL to write a traditional style
Makefile.PL instead.
- $self->{Config}{reloaded} renamed to $self->{Config}{reinit}.
0.24 Sun Jan 29 21:49:32 CET 2006
- If parsing the Makefile.PL doesn't succeed entirely and
the 'process' starts looping endlessly, the "execute the
Makefile.PL" mode - available via commandline switch or
parameter to new() - will be activated by setting the according
- _compose_header() adds the use (strict|warnings);
pragmas, which are defined hardcoded for now, to the top of
the Build.PL written after having ensured that no previous
occurences of these pragmas could be found in the Makefile.PL.
0.22 Tue Nov 15 12:29:09 CET 2005
- The default arguments 'build_requires', 'recommends' and
'conflicts' are excluded from being written to Build.PL
by default.
0.21_01 Thu Nov 3 21:54:29 CET 2005
- _compose_header() has been made more consistent in adding
newlines in an adequate manner to the header composed.
0.21 Tue Nov 1 21:42:10 CET 2005
- Moved the package Make::Build::Convert to the namespace
Module::Build to disambiguate its uses.
0.20_07 Sun Oct 30 18:10:09 CET 2005
- To avoid that global scalars are "polluted" by running
"do 'Makefile.PL'", they're copied by _save_globals() and
restored through _restore_globals().
view all matches for this distribution
view release on metacpan or search on metacpan
0.036 2014-05-02 14:51:02CEST+0200 Europe/Amsterdam
Add --jobs argument to MBT
Add xs directory to include list
0.035 2014-02-17 23:18:54CET+0100 Europe/Amsterdam
Fix install test in absence of a compiler
0.034 2014-01-22 03:40:21CET+0100 Europe/Amsterdam
Make install tests more platform independent
0.033 2014-01-21 03:27:32CET+0100 Europe/Amsterdam
Require Getopt::Long 2.36
Add install tests
0.032 2014-01-20 20:07:13CET+0100 Europe/Amsterdam
Fix env options and Build.PL options being ignored (regression in 0.031)
0.031 2014-01-20 16:24:58CET+0100 Europe/Amsterdam
Process argument sources separately
Use mod2fname appropriately
0.030 2013-10-11 12:01:24 Europe/Amsterdam
Added workaround for #54606
view all matches for this distribution
view release on metacpan or search on metacpan
- Respect $Config{man1ext}/$Config{man3ext}
- Do not require a compiler if c_source is an empty list
0.4232 - Thu Dec 8 10:27:44 PM CET 2022
- Drop Pod::Man dependency for 5.8 compatibility
0.4231 - Wed Jan 29 08:47:56 CET 2020
- Released 0.42_30 without code changes
0.42_30 - Wed Jul 31 13:15:39 CEST 2019
- Replace "MOTIVATIONS" section with "COMPARISON" [Dan Brook]
- Update configure, build, test prereqs [Karen Etheridge]
0.4227 - Wed Dec 13 11:17:51 CET 2017
- Released 0.42_26 without changes
0.42_26 - Wed Dec 13 10:52:39 CET 2017
- Improve pureperl-only support (#119914) [Shoichi Kaji]
- Improve the documentation of Module::Build::Compat and dynamic_config [Dan Brook]
0.4222 - Thu Mar 30 15:40:10 CEST 2017
- Released 0.42_21 as 0.4222
0.42_21 - Wed Mar 22 19:04:02 CET 2017
- Include relative path for do in Build/Makefile.PL will function without . in @INC [Todd Rinaldo]
- Remove use deprecate [Graham Knop]
0.4218 - Sun Apr 24 16:39:47 BST 2016
- Skip XS test when link_executable fails
0.42_17 - Mon Mar 21 14:02:06 CET 2016
- Read extra_linker_flags using its accessor [Salvador Fandino]
- Convert win shell splitting to m//gc parser, fixing handling of 0
and handling of backslashes preceeding a double quote [Graham Knop]
- Win32 installation of MB with gmake require SHELL env var to be set
[bulk88]
0.4216 - Wed Jan 20 10:39:27 CET 2016
- Delete test that fails with new version.pm [Leon Timmermans]
0.42_15 - Sat Nov 28 15:17:40 CET 2015
- Honor environmental variables when using TAP::Harness directly [Leon Timmermans]
- Reintroduce some level of perl 5.6 support [Leon Timmermans]
Note that this comes with no guarantees or commitment
[BUG FIXES]
- Revert "Stop using version->normal(); prefer stringify()"
0.4211 - Tue Jan 20 01:33:42 CET 2015
[BUG FIXES]
- Fix t/actions/installdeps.t to work on "perl in space" [Ed J]
[ENHANCEMENTS]
- Enable release and author tests during disttest [Leon Timmermans, Alberto Simões]
0.4205 - Sun Feb 9 17:51:22 CET 2014
[BUG FIXES]
- FIX license code regression for artistic license [Roy Ivy III, Leon Timmermans]
- Handle testing on cross-compile builds [Brian Fraser]
- Protect against platforms without getpw{nam,uid} [Brian Fraser]
0.4204 - Fri Jan 10 00:29:31 CET 2014
[BUG FIXES]
- Map conflicts back to runtime [Leon Timmermans]
- Use mod2fname whenever it's available [Leon Timmermans, Brian Fraser]
- Accept custom entries in meta_merge 1.4
0.4203 - Wed Nov 27 19:09:05 CET 2013
[BUG FIXES]
- Map recommends back to runtime recommends [Leon Timmermans]
- Map restrictive license to restricted in meta 2.0 [Leon Timmermans]
0.4202 - Tue Nov 19 12:48:19 CET 2013
[BUG FIXES]
- Don't merge prereqs from meta to mymeta [Leon Timmermans]
0.4201 - Mon Nov 18 23:23:25 CET 2013
[BUG FIXES]
- Prefer META.json over META.yml [Leon Timmermans]
0.4200 - Tue Nov 12 12:39:25 CET 2013
- Released 0.40_11 as 0.4200
0.40_11 - Wed Nov 6 12:46:59 CET 2013
[BUG FIXES]
- Do not set provides in metadata if no_index is set [Leon Timmermans]
0.40_10 - Tue Nov 5 12:11:37 CET 2013
[BUG FIXES]
- Lowercase license in fallback logic [Leon Timmermans]
0.40_09 - Tue Nov 5 00:13:11 CET 2013
[ENHANCEMENTS]
- Converted to using Meta 2.0
0.4008 - Mon Nov 4 23:10:54 CET 2013
[BUG FIXES]
- Fix test failing on ancient perls <= 5.8.1 [Peter Rabbitson]
- #72176: pod2html will fail with an empty podpath in some cases. [Phillip Moore]
- Fix links between modules in HTML docs output [Michael Wild, Leon Timmermans]
0.4004 - Fri Mar 29 15:05:00 CET 2013
[BUG FIXES]
- Minor VMS fix for @INC [Craig Berry]
[OTHER]
- use warnings
0.40 - Fri Feb 24 18:47:48 CET 2012
- Released 0.39_02 as 0.40 without any code changes
0.39_02 - Thu Feb 17 00:33:18 MET 2012
view all matches for this distribution
view release on metacpan or search on metacpan
DateTime objects and emit a warning under an unregistered category when given a
DateTime::Lite, which broke tests using warnings::register on CPAN Testers smokers.
Stringification now falls back to DateTime::Lite's iso8601() in that case.
- Bumped the minimum required version of DateTime::Format::Lite from v0.1.2 to v0.1.3.
Version v0.1.2 called DateTime::Lite::TimeZone->new() without the extended option
when resolving the %O token, which made timezone abbreviations such as JST or CET
fail to resolve via the extended_aliases table. v0.1.3 fixes this by passing extended => 1.
- Module::Generic::Global: callers of _share_repo() now propagate its return value,
returning early with a type-appropriate value if the shared repository cannot be
initialised (typically during END or DESTRUCT phases). This eliminates "Invalid
value for shared scalar (in cleanup)" warnings that were emitted when methods such
view all matches for this distribution
view release on metacpan or search on metacpan
0.34 2013-05-21 21:48:49 CEST
- Replace Test::Soundex in tests with Class::Struct, since
Text::Soundex will not be in core in Perl 5.19 and up.
- Replace ExtUtils::MY_Metafile with META_MERGE in Makefile.PL.
0.33 2013-02-9 13:12:22 CET
- Fix tests under Perl 5.6.2 when some core modules have been
upgraded (patch by Andreas Koenig).
0.32 2010-09-8 23:15:13 CEST
- Add archlib and privlib to the search path for core modules
0.31 2007-05-28 21:40:10 CEST
- Fixed tests in presence of version.pm 0.72 or newer.
- Added -h option to module_info.
0.30 2005-12-20 20:17:09 CET
- Renamed the forked B::Utils to B::BUtils to avoid clashes
until it is merged into the mainline.
0.29 2005-11-22 21:28:26 CET
- Fixed version() for complex expressions.
- Corrected some POD errors in module_info.
0.28_50 2005-07-10 21:48:19 CEST
- Added support for version.pm (based upon a
patch by John Peacock).
- Fixed the safe() attribute to be per-object instead
of global.
0.28 2005-04-17 17:10:33 CET
- Correct the attributions of the fixes in 0.27 (I swapped
authors' names).
- Added Module::Build support as an alternative to
ExtUtils::MakeMaker.
- Added safe() option to forbid unsafe operations (currently
executes version() code in a Safe compartment and forbids most
other operations).
- Fixed compatibility down to Perl 5.004_04.
0.27 2005-03-4 07:56:58 CET
- Added missing localization of $_ in version().
(thanks to Johan Lodin)
- Fixed new_from_loaded() to return nothing when the module
is in fact not loaded. (thanks to Boris Zentner)
0.19 2003-04-1 15:45:43 CEST
- Added package_versions() (patch by Ken Williams)
- Fixed handling of v-strings in use/require
0.18 2003-03-8 17:44:24 CET
- Upgraded bundled B::Utils to 0.04 + Schwern patches
- Fixed detection of require() statements in non-trivial BEGIN blocks
0.17 2003-03-2 11:01:55 CET
- Added module_info
- Fixed a warning when enumerating packages
0.16 2003-01-1 21:21:31 CET
- Capture stderr output on MacOS Classic (thanks to Axel Rose for
the patch)
0.15 2002-12-23 15:08:14 CET
- Added die_on_compilation_error() method.
- MacOS classic: fixed methods requiring loading.
0.14 2002-12-8 11:42:11 CET
- Don't show modules loaded via $ENV{PERL5OPT}
- Fixed the case where an op may be NULL when searching for require
0.13 2002-12-7 10:29:42 CET
- pfunc can now distinguish between class and object methods
- B::Utils no longer loading Exporter to avoid loading a bunch of
modules
- B::Utils's fake carp/croak were broken
- B::Utils::opgrep() was not finding ops properly
view all matches for this distribution
view release on metacpan or search on metacpan
API-breaking changes
- Add DEVELOPERNOTES
- Start github repo based on 0.02. Marcel says that he lost the original repo
years ago.
0.02 Sun 2010.02.07 16:35:54 CET (Marcel Gruenauer <marcel@cpan.org>)
- fixed bugtracker URL
- now uses uri_escape() for distribution name in URL
0.01 Mon Sep 7 17:43:43 MSZ 2009 (Marcel Gruenauer <marcel@cpan.org>)
- original version
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl extension Module-Install-Template
0.08 Mon 2009.12.07 20:21:49 CET (Marcel Gruenauer <marcel@cpan.org>)
- Added dependency for Module::Install (thanks GUGU)
0.07 Mon 2009.12.07 00:20:05 CET (Marcel Gruenauer <marcel@cpan.org>)
- Changed dist style and Changes back to standard. People didn't like it -
the nail that sticks out gets hammered down.
- Added standard test files; this will also help with CPANTS.
- reduced dependencies using author tests
- better dist engineering (INSTALL, README, README.mkdn etc.)
view all matches for this distribution
view release on metacpan or search on metacpan
* Added DEPRECATED and support for determining if
a core module is loaded from perl lib path and
setting uptodate accordingly.
0.30 Mon Jan 19 16:25:55 CET 2009
* This is a test-suite fix release only. Users of
0.28 need not upgrade.
* Address #42140: 01_Module_Load_Conditional.t support
VMS in UNIX compatible mode.
* Address #42282: test fail on MSWin32
0.28 Wed Dec 17 13:54:17 CET 2008
* Add the directory the package was found in to the
return value of check_install()
0.26 Fri Feb 29 16:01:15 CET 2008
* Address #32817: $INC{'Module/Load/Conditional.pm'}
isn't canonicalized under Win32. This exposed an
issue in the test suite under ActivePerl for Win32,
but not the code itself.
Users of 0.24 do not need to upgrade.
0.24 Wed Jan 2 16:53:19 CET 2008
* Readdress #29348 to make sure version comparisons
handle alpha versions (XX_YY type) gracefully.
* Address #31680 to make sure $FIND_VERSION works
nicely with taint mode enabled.
* Most VMS specifics can now be removed from the
test suite, as we now depend on a newer version
of Module::Load, which will hide this all away.
0.16 Thu Jan 25 22:24:36 CET 2007
* Address #23995: Version parsing code has been
improved and now partly relies on version.pm.
Previously, versions declared with qv() or
($VERSION) (note the braces) could fail to
parse under certain conditions.
* Add 02_Parse_Version.t to specifically test for
this behaviour.
0.14 Wed Jan 3 18:27:36 CET 2007
* Skip $VERSION declarations that are part of the
POD as reported in #24062
0.12 Sun Aug 13 14:55:54 CEST 2006
view all matches for this distribution
view release on metacpan or search on metacpan
trailing '::' silently ignored
0.18 Tue Mar 2 15:54:30 GMT 2010
* Documentation fix from Michael Schwern RT #55123
0.16 Fri Feb 6 17:51:14 CET 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.
0.14 Mon Jan 19 17:19:58 CET 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
0.12 Sun Sep 9 11:11:08 CET 2007
* Fix for UNIX'ifying path names on VMS, as suggested by
John Malmberg
0.10 Wed Jun 2 14:31:23 CEST 2004
* Make explicit imports work (Thanks to Jonas B. Nielsen)
view all matches for this distribution
view release on metacpan or search on metacpan
=================================================
* Users of 0.02 need not upgrade
* Due to core changes use 'less' instead of 'strict'
in the tests when PERL_CORE is set
Changes for 0.02 Sat Dec 13 18:35:01 CET 2008
=================================================
* Users of 0.01 need not upgrade
* Module::Loaded is a core module, so the Makefile.PL
should reflect this and install into the 'core'
directory, instead of 'site'
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl extension Module-Pluggable-Loader
1.100860 2010-03-27 13:03:59 Europe/Vienna
- converted the distribution to Dist::Zilla-style
0.01 Mon 2010.02.08 15:59:13 CET (Marcel Gruenauer <marcel@cpan.org>)
- original version
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl extension Module::Starter
1.82 2026-01-10 21:22:39 CET
* Fix compilations on 5.12 and earlier. (Grinnz)
1.81 2026-01-09 21:41:05 CET
* Fixed breakage from 1.80.
* Try to resolve wild dzil auto-version.
1.80 2026-01-09 11:39:15 CET
* Fixed problems with the multi-author feature in last release.
(Thanks, @ryoskzypu!)
1.79 2026-01-03 14:57:20 CET
* GH #79: `--force` will only overwrite files it needs to generate
* Minimum perl version in generated distros (and Module::Starter) is 5.8.3
* GH #25: Multiple authors are now supported (Hunter McMillen)
* GH #84: `Module::Starter::Simple::create_distro()` now returns files created
view all matches for this distribution
view release on metacpan or search on metacpan
t/complex.html view on Meta::CPAN
<g id="NOT_GREAT_FINAL" data-name="NOT GREAT FINAL">
<image x="-130" y="-94" width="1660" height="1660" xlink:href="data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAABnwAAAZ8CAYAAAAgeyvHAAAgAElEQVR4nOzZQQkAIADAQLWIgv0zao7BXYU9N+8+bwAAAAAAAJC1pAMAAAAAAGgzfAAAAAAAAOIMHwAAAAAAgDjDBwAAAAAAIM7wAQAAAAAAiDN8AAA...
<g id="Glasses_Arrow" data-name="Glasses/Arrow">
<image id="BFN_Arrow-K" x="130" y="507" width="640" height="581" xlink:href="data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAoAAAAJFCAYAAABN6EYkAAAgAElEQVR4nOzdBbilZ33v/e/ee9wnE3d3nXiIewKEoIFghWLFa6f0HN63vG1PldOWGgfa4lIsuBNIIASJkISEECNK3G187/e6w2+...
<image id="Layer_1_copy" data-name="Layer 1 copy" x="225" y="967" width="261" height="172" xlink:href="data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQUAAACsCAYAAABy8rkDAAAgAElEQVR4nO2dB3Sc13Xn3xR0EAAB9ipS7A0sYpFISqKoQlmiVaxmWVZiW7I3tuM4TuL4JLt7s...
<image id="shutterstock_1498987841" x="65" y="474" width="1270" height="538" xlink:href="data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAABPYAAAIaCAYAAACj0sOaAAAgAElEQVR4nOzdZ3Rc15nu+acCMkESJJiDqBytZFnJki05tmy1Zbe7bbdj2+5075o7M/fOzOfp+2Xm24S1ZvVM3+5...
<image id="BFN_Arrow-K-2" data-name="BFN_Arrow-K" x="466" y="510" width="303" height="363" xlink:href="data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAS8AAAFrCAYAAACAFw+iAAAgAElEQVR4nO2dCZRdZZmu31NVSSpzAhkIUwhJgAQSpkAYlVnm0QkHbLRxaJf29V5bu+17+3bf2...
</g>
</g>
</svg>
</span>
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Mojo-Reactor-Glib
0.002 2014-12-16 10:33 CET
Pod coverage fix
Pod anchor fixes
0.001 2014-12-15 22:15 CET
First version.
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl extension MojoX::Logite.
0.01 Sat Feb 19 14:13:50 CET 2011
- original version; created by h2xs 1.23 with options
-X MojoX::Logite
view all matches for this distribution
view release on metacpan or search on metacpan
0.15 Sun Mar 25 23:11:44 CEST 2018
- Added optional argument "db_helper" to be used by the command instead of
only "sqlite", "mysql" or "pg". Defaults to "sqlite".
0.14 Sun Feb 18 14:47:45 CET 2018
- Added some very basic tests.
- Improved 'description' attribute.
- Improved documentation.
0.13 Sun Feb 18 02:00:31 CET 2018
- Heavy refactoring. Now all the API is in just one file - api.json.
- Added tests for generated API.
- Added tests for the generated code via the API.
0.12 Sun Feb 11 22:21:14 CET 2018
- Using Mojo::File instead of File::Spec.
- Fixed potential bug in 'routes' attribite.
- New instruction in generated TODO file.
- Using now Mojo::Util::getop().
0.11 Sun Feb 11 02:03:42 CET 2018
- Code optimisations and POD improvements
- Added templates for description of resources in OpenAPI format.
- Implemented generation of Schema object definitions for each table.
0.10 Sun Jan 28 20:42:50 CET 2018
- Improved Makefile.PL.
0.09 Sun Jan 28 20:25:37 CET 2018
- Improved Makefile.PL. Automated generation of README and README.md.
- Attribute 'description' now extracts description form POD.
- Optimised template arguments construction while generating the set of MVC
files for a table.
- Using DBI::column_info for form fields generation and validation.
- Using Test::Perl::Critic for `env TEST_AUTHOR=1`.
- Running tests on the generated resources.
- Mention that Perl 5.20 is required.
0.08 Sat Jan 20 09:52:49 CET 2018
- Using signatures wherever feasible.
- Fixed failing tests on Windows again.
- Small change in show.html.ep
- Templates' folder can be copied and pushed to app->renderer->paths for
customisation.
- Strictly require Perl 5.20.1
0.07 Wed Jan 17 12:10:35 CET 2018
0.06 Mon Jan 15 22:49:50 CET 2018
- Fixed failing tests on Windows.
0.05 Sun Jan 14 23:50:40 CET 2018
- Added Mojo::SQLite to the TEST_REQURES section in Makefile.PL
- Added pod and manifest tests.
- Made path to test.db more specific.
0.04 Thu Jan 11 22:48:38 CET 2018
- Fixed inconsistencies in the documentation.
0.03 Thu Jan 11 22:13:56 CET 2018
- Added Model templates.
- Added TODO template containig generated helpers and routes.
- Added some additional tests and cleaned up the templates.
0.02 Sun Dec 17 00:54:36 2017
- Implemented run().
view all matches for this distribution
view release on metacpan or search on metacpan
0.15 Sun Mar 25 23:11:44 CEST 2018
- Added optional argument "db_helper" to be used by the command instead of
only "sqlite", "mysql" or "pg". Defaults to "sqlite".
0.14 Sun Feb 18 14:47:45 CET 2018
- Added some very basic tests.
- Improved 'description' attribute.
- Improved documentation.
0.13 Sun Feb 18 02:00:31 CET 2018
- Heavy refactoring. Now all the API is in just one file - api.json.
- Added tests for generated API.
- Added tests for the generated code via the API.
0.12 Sun Feb 11 22:21:14 CET 2018
- Using Mojo::File instead of File::Spec.
- Fixed potential bug in 'routes' attribite.
- New instruction in generated TODO file.
- Using now Mojo::Util::getop().
0.11 Sun Feb 11 02:03:42 CET 2018
- Code optimisations and POD improvements
- Added templates for description of resources in OpenAPI format.
- Implemented generation of Schema object definitions for each table.
0.10 Sun Jan 28 20:42:50 CET 2018
- Improved Makefile.PL.
0.09 Sun Jan 28 20:25:37 CET 2018
- Improved Makefile.PL. Automated generation of README and README.md.
- Attribute 'description' now extracts description form POD.
- Optimised template arguments construction while generating the set of MVC
files for a table.
- Using DBI::column_info for form fields generation and validation.
- Using Test::Perl::Critic for `env TEST_AUTHOR=1`.
- Running tests on the generated resources.
- Mention that Perl 5.20 is required.
0.08 Sat Jan 20 09:52:49 CET 2018
- Using signatures wherever feasible.
- Fixed failing tests on Windows again.
- Small change in show.html.ep
- Templates' folder can be copied and pushed to app->renderer->paths for
customisation.
- Strictly require Perl 5.20.1
0.07 Wed Jan 17 12:10:35 CET 2018
0.06 Mon Jan 15 22:49:50 CET 2018
- Fixed failing tests on Windows.
0.05 Sun Jan 14 23:50:40 CET 2018
- Added Mojo::SQLite to the TEST_REQURES section in Makefile.PL
- Added pod and manifest tests.
- Made path to test.db more specific.
0.04 Thu Jan 11 22:48:38 CET 2018
- Fixed inconsistencies in the documentation.
0.03 Thu Jan 11 22:13:56 CET 2018
- Added Model templates.
- Added TODO template containig generated helpers and routes.
- Added some additional tests and cleaned up the templates.
0.02 Sun Dec 17 00:54:36 2017
- Implemented run().
view all matches for this distribution
view release on metacpan or search on metacpan
[Documentation]
- Tests and examples (both inline in POD and in /examples) are now
generated via Stenciller.
- Various improvements.
0.0187 2014-12-04T15:52:33Z CET
[New Features]
- Added support for textarea in formgroups.
[Enhancements]
- Updated currently supported Bootstrap version to 3.3.1.
0.0186 2014-10-31T10:34:05Z CET
[Enhancements]
- Updated currently supported Bootstrap version to 3.3.0.
0.0185 2014-10-02T23:11:42Z CEST
[Bug Fixes]
view all matches for this distribution
view release on metacpan or search on metacpan
1.000 2014-11-30
- Added support for callbacks for "onconnect_do".
This is suitable to execute arbitrary Perl code after
connection is established.
0.999 2013-12-04 00:52:23 CET
- Considerably enhanced CONFIGURATION section of the documentation.
- Added configuration key "postpone_connect".
Default behavior is to NOT postpone the connection.
0.998 2013-12-01 00:12:38 CET
- Fixed loading for modules out of $config->{namespace}.
- Fixed loading for modules when $config->{load_classess}
is empty.
0.997 2013-05-26 15:51:41 EEST
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Mojolicious/Plugin/Facets.pm view on Meta::CPAN
use Mojolicious::Routes;
use Mojolicious::Static;
use Mojolicious::Sessions;
use Mojo::Cache;
use Mojo::Path;
use constant DEBUG => $ENV{DEBUG_FACETS};
our $VERSION = "0.07";
my @facets;
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Mojolicious::Plugin::Geolocation::MMDB
1.000 2022-12-24 10:21:01 CET
- Minor documentation changes
0.004 2022-08-05 15:46:45 CEST
- Move the primary Git repository to GitHub
0.003 2022-03-07 18:42:33 CET
- Reintroduce the Windows support
0.002 2022-01-25 15:53:50 CET
- Die with "OS unsupported" in Makefile.PL on Windows
0.001 2022-01-11 15:06:41 CET
- First version
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl module Mojolicious::Plugin::HTMLTemplateProRenderer
0.05 Wed Apr 27 12:19:02 CEST 2016
- Fallback to ep template if pages raise exceptions or for a file not found
0.04 Wed Feb 18 10:40:50 CET 2015
- Add loop test
0.03 Wed Feb 18 10:20:58 CET 2015
- Add support for HTML::Template::Pro::Extension
- Solved a bug in TMPL_LOOP
0.02 Wed Jul 23 19:30:00 2014
- Applied Perl::Tidy to class code
view all matches for this distribution
view release on metacpan or search on metacpan
0.02 2014-03-08 14:31:04CET+0100 Europe/Madrid
- Tests updated to mojo 4.x (Björn Pettersson)
0.01 2012-09-15 14:55:38 Europe/Madrid
view all matches for this distribution
view release on metacpan or search on metacpan
0.05 Ñб Ð°Ð¿Ñ 7 19:08:16 CEST 2018
- Now "under" is fully supported. It accepts all the methods as keys
(e.g. "name", "to") like other ordinary routes.
0.04 Ð²Ñ Ð¼Ð°Ñ 20 23:33:29 CET 2018
- Now "under" is recognised too and has its own "routes =>[]" array. See
t/blog/etc/complex_routes.conf for example.
- If parameters are a reference to CODE it will be executed and whatever it
returns will be the parameters for the respective method.
0.03 Ð¿Ñ Ð¼Ð°Ñ 16 23:45:07 CET 2018
- Improved documentation.
- Added tests for parsing routes.config files, generating routes and making
requests to those routes.
- Improved Makefile.PL.
0.02 Ð¿Ñ Ð¼Ð°Ñ 9 18:07:26 CET 2018
- Added test application. Added MANIFEST.SKIP
0.01 Wed Feb 28 23:58:54 2018
- original version; created by ExtUtils::ModuleMaker 0.56
view all matches for this distribution
view release on metacpan or search on metacpan
- add version badge
0.006 2015-03-31 03:44:38 CEST
- add kwalitee badge
0.005 2015-03-26 17:59:38 CET
- update badges
0.004 2015-03-26 17:03:52 CET
- move pod before DATA (workaround)
0.003 2015-03-26 16:50:51 CET
- try workaround for readme
0.002 2015-03-26 16:37:32 CET
- improve docs
0.001 2015-03-26 16:01:34 CET
- initial version
view all matches for this distribution