Result:
found more than 1138 distributions - search limited to the first 2001 files matching your query ( run in 3.515 )


Glib-Event

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

Revision history for Glib::Event

0.2  Tue Nov 29 16:57:13 CET 2005
	- don't use a timeout watcher as one_event already provides
          one, and ours is called even after it has been canceled, leading to
          segfaults or worse.
        - improved documentation.

0.1  Sun Nov 27 13:45:36 CET 2005
	- original version, a Linux::Inotify2 clone.

 view all matches for this distribution


Google-ProtocolBuffers-Dynamic

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN


0.42_07   2024-06-03 10:52:12 CEST

    - Blind fix for compilation error

0.42_06   2023-11-27 14:59:01 CET

    - Fix encoding of tied/magical hashes as protobuf maps

0.42_05   2023-11-23 22:36:27 CET

    - Added --help/--man to protoc plugins, in case they are called directly
    - Compilation fix for Perl 5.16 or older
    - Compilation fix for old C++ compilers

0.42_04   2023-11-16 11:01:05 CET

    - Fail build for protobuf library version 2 with a clear message
      (it has not been working for a long time). Note that files with 'proto2'
      syntax are still supported
    - Build fix for protobuf 3.6 and older

0.42_03   2023-11-14 23:40:15 CET

    - Fix failing assertion with recent versions of GCC standard library

0.42_02   2023-11-13 12:29:58 CET

    - Avoid issues with enum values that clash with "special" Perl names
      (e.g. STDERR, BEGIN, ...)
    - Speed up map key encoding
    - Fix tests on Perl 5.38 (patch by José Joaquín Atria)

Changes  view on Meta::CPAN


0.42      2023-05-23 14:51:59 CEST

    - Release 0.41_15 as stable without changes

0.41_15   2023-03-03 22:35:37 CET

    - Support reading all standard options via the introspection API

0.41_14   2023-01-29 21:52:20 CET

    - Implement introspection API for file descriptors
    - Fix code generated by the protoc plugin when the proto file
      used WKTs (another issue added in 0.41_10)
    - Don't leave the C++ library in an inconsistent state on
      Protocol Buffers parsing errors
    - Emit internal Protocol Buffer warnings as Perl warnings

0.41_13   2023-01-24 20:00:10 CET

    - Actual fix for WKT test failure added in 0.41_10

0.41_12   2023-01-24 17:34:38 CET

    - Blind fix for WKT test failure added in 0.41_10

0.41_11   2023-01-24 11:44:03 CET

    - Compilation fix

0.41_10   2023-01-24 10:52:32 CET

    - Initial support for reading options via the introspection API
    - Re-implemented introspection API (as part of other changes)

0.41_09   2022-12-07 10:55:52 CET

    - Fix per-mapping parameters in protoc plugin

0.41_08   2022-12-02 11:14:07 CET

    - Support map_message/map_message_prefix options in protoc plugin

0.41_07   2022-11-25 10:54:01 CET

    - Add missing 'boolean_values' option to protoc plugin

0.41_06   2022-11-11 19:40:44 CET

    - Improve error message for duplicate package mapping

0.41_05   2022-11-02 12:23:49 CET

    - Make sure decoded strings have a NUL after the last character

0.41_04   2022-11-01 14:08:23 CET

    - Fix bug in JSON decoding introduced in 0.41_03

0.41_03   2022-10-26 12:30:23 CEST

Changes  view on Meta::CPAN

    - Decode map entries without a value using the default value for the
      type
    - When a serialized protobuf descriptor includes descriptors for
      well-known types, ignore them and use the built-in descriptors

0.34      2021-11-20 20:03:36 CET

    - Implement support for proto3 optional fields in introspection
      and protoc plugin (encoding/decoding was already working in
      previous releases)

0.33      2021-11-18 21:06:53 CET

    - Use strings as the JSON encoding of int64/uint64 types
    - Fix edge-case where decode_blessed option was not honoerd
    - Partial and experimantal support for well-known types
      (timestamp, duration adn primitive type wrappers)

0.32      2021-07-01 16:14:10 CEST

    - Tweak code generator to avoid triggering wrong perlcritic check

0.31      2021-03-13 09:52:33 CET

    - Remove dependency on uPB googlepb binding, which has been
      removed from uPB master

0.30      2021-01-25 09:36:20 CET

    - Add encode_defaults_proto3, same as encode_defaults, but for proto3
    - Fix encode_defaults to be a no-op for proto3, as documented
      (fixed by upgrading uPB)

Changes  view on Meta::CPAN


0.28      2020-06-18 09:29:52 CEST

    - Avoid emitting empty packed repeated fields (patch by William Good)

0.27      2019-11-11 22:48:35 CET

    - Fix JSON decoding of quoted numeric values

0.26      2019-09-11 20:50:29 CEST

    - Add option to check cases when a reference is passed
      as the value for a scalar field

0.25      2019-03-12 22:58:50 CET

    - Add new mapping mode to recursively map a message and all
      its dependencies (thanks to Tim Marston)
    - Fix various bugs in oneof setters

0.24      2019-02-27 18:47:54 CET

    - Add option to return plain hashes from the decoder

0.23      2018-11-10 22:47:32 CET

    - Compilation fixes for protobuf 3.6

0.22      2018-06-26 21:03:55 CEST

    - Accept implicit_maps option in the protoc plugin
    - Compilation fixes for Mac OS X

0.21      2018-02-25 22:33:32 CET

    - Compilation fixes for C++ pre-11 (e.g. GCC 4.9)
    - Compilation fixes for newer protobuf releases

0.20      2017-07-18 15:18:20 CEST

Changes  view on Meta::CPAN

0.17      2017-05-21 15:56:01 CEST

    - Fix leaking environment (thanks to Pavel Shaydo)
    - Validate parameters to map()

0.16      2017-03-11 14:30:57 CET

    - Compilation fix for threaded Perl

0.15      2016-12-22 15:31:34 CET

    - Fix protobuf encoder being broken after some encoding errors
      (and probably other latent bugs)

0.14      2016-12-12 19:10:35 CET

    - Don't produce invalid Perl hashes for incorrectly encoded maps

0.13      2016-12-08 12:00:11 CET

    - Fix bug in decoding of empty strings (patch by Pavel Shaydo)

0.12      2016-12-04 22:03:19 CET

    - Add 'plain' accessor style, for compatibility with
      Google::ProtocolBuffers (patch by Pavel Shaydo)

0.11      2016-11-09 13:19:42 CET

    - Allow passing options with "--" to Build.PL

0.10      2016-11-07 17:59:12 CET

    - Fix warning when encoding '' as a boolean

0.09      2016-10-01 20:23:03 CEST

Changes  view on Meta::CPAN

    - Add check() method, as a way to protect against typos in field names
    - Add an option to use a single mapping for an entire package hierarchy
    - Add introspection API to get enum descriptors without going
      through a message field

0.04      2016-03-25 15:39:16 CET

    - Fixed memory leak in some accessors

0.03      2016-03-19 19:24:38 CET

    - Fix segmentation fault
    - Added introspection API

0.02      2016-01-31 11:55:11 CET

    - Fix trivial packaging issue

0.01      2016-01-30 16:39:16 CET

    - First public release

 view all matches for this distribution


Graphics-DZI

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

	- fix: doc: default for tilesize is 256
	- add: canvas can now be a stack of images
	- add: dzi parameter for constructor specifies the tile positions
	- add: Files version now supports 'generate' method

0.04    Thu Mar 18 20:35:25 CET 2010
	- fixed the problem of script not being installed automatically

0.03    Thu Mar 18 19:20:25 CET 2010
	- added sparse image support via overlays
	- added sparse document images
	- added Graphics::DZI: overlays option
	- changed invocation line in deepzoom
	- changed defaults for tilesizes to 256

0.02	Sun Mar 14 18:13:34 CET 2010
	- first release

0.01    Tue Mar  9 17:44:54 CET 2010
	- experimental version

 view all matches for this distribution


Graphics-PLplot

 view release on metacpan or  search on metacpan

PLplot.pm  view on Meta::CPAN

			   PARSE_NODELETE
			   PARSE_SHOWALL
			   PARSE_NODASH
			   PARSE_SKIP
			   MAG_COLOR
			   FACETED
			   SURF_CONT
			   BASE_CONT
			   DRAW_SIDES
			   pl_Alloc2dGrid
			   pl_MinMax2dGrid

 view all matches for this distribution


Growl-Tiny

 view release on metacpan or  search on metacpan

cpanfile.snapshot  view on Meta::CPAN

      DateTime::TimeZone::Australia::Lindeman 1.85
      DateTime::TimeZone::Australia::Lord_Howe 1.85
      DateTime::TimeZone::Australia::Melbourne 1.85
      DateTime::TimeZone::Australia::Perth 1.85
      DateTime::TimeZone::Australia::Sydney 1.85
      DateTime::TimeZone::CET 1.85
      DateTime::TimeZone::CST6CDT 1.85
      DateTime::TimeZone::Catalog 1.85
      DateTime::TimeZone::EET 1.85
      DateTime::TimeZone::EST 1.85
      DateTime::TimeZone::EST5EDT 1.85

 view all matches for this distribution


Gtk-Perl

 view release on metacpan or  search on metacpan

ChangeLog  view on Meta::CPAN

Sat Dec 15 20:35:58 CET 2012 Marc Lehmann <pcg@goof.com>

	* 0.7010 release.
	* Gtk/xs/Gtk.xs: SvUPGRADE does not return anything useful.

Mon Jun 30 00:43:56 CEST 2003 Marc Lehmann <pcg@goof.com>

ChangeLog  view on Meta::CPAN

        * Makefile.PL: recognize more versions of pixbuf and gnome.
        * tools/gendoc.pl: add *_HVER here and set it in the Makefiles.
        * **/Makefile.PL: Fix CCCMD everywhere (fixes 5.8 compile problems).
        * Gtk/GdkTypes.c, Gtk/GtkTypes.c: Don't call SvROK on undefined values.

Sun Nov 18 22:26:13 CET 2001 Paolo Molaro <lupus@ximian.com>

	* */*.pm: unified handling of package::dl_load_flags amd made
	HP/UX not complain.
	* tools/gendoc.pl: allow the setting of preprocessor macros from the
	command-line.

Sun Nov 18 17:53:10 CET 2001 Paolo Molaro <lupus@ximian.com>

	* */*.pm: update version.
	* Makefile.PL: update version checks for some modules.
	* Gtk/GdkTypes.c, Gtk/GtkTypes.c, Gtk/MiscTypes.c: check a reference with SvROK().
	* Gtk/xs/Gtk-1.2.xs: allow an undef geometry_widget in 

ChangeLog  view on Meta::CPAN


	* Gtk/Makefile.PL: install also the helper tools.
	* Applet/*: added support for docklets.
	* Released 0.7006.

Fri Mar 23 18:07:14 CET 2001 Paolo Molaro <lupus@ximian.com>

	* Gtk/Makefile.PL: install the cookbook as Gtk::cookbook and
	install also Gtk::lazy.
	* */Makefile.PL: applied patch by Christian Borup <borup@borup.com>
	to use the perl in $Config{perlpath} to execute helper scripts.

ChangeLog  view on Meta::CPAN

	* */*.pm: removed some useles uses of Autoloader and Carp.
	* tools/gendefs.pl, Gtk/Gtk.pm: optimize lazy loading some more.
	* GnomePrint/xs/GnomePrint.xs: include needed headers.
	* Gnome/Gnome.pm: provide some pod documentation.

Thu Mar 22 18:31:53 CET 2001 Paolo Molaro <lupus@ximian.com>

	* Gtk/xs/Gtk-1.2.xs: added break after case stmt that escaped.
	* Gtk/xs/GtkSelection.xs: updates.
	* Gtk/samples/testselection.pl: update example to 1.2.
	* Gtk/gtk-0.99.typemap: GdkAtom is an unsigned int.

Thu Mar 22 15:31:39 CET 2001 Paolo Molaro <lupus@ximian.com>

	* Gnome/xs/Gnome.xs: Gnome::Config fixes + test file.

Thu Mar 22 13:41:57 CET 2001 Paolo Molaro <lupus@ximian.com>

	* Gtk/cookbook.pod: added an entry validation recipe.
	* Gtk/objects.pod: added missing files.

Wed Mar 21 14:13:44 CET 2001 Paolo Molaro <lupus@ximian.com>

	* Gtk/xs/Gtk.xs: the insert_text signal in GtkEditable expects the
	new position returned from the handler.

Wed Mar 21 13:23:06 CET 2001 Paolo Molaro <lupus@ximian.com>

	* Gnome/*, GnomePrint/*: lazy laoding enabled for Gnome and
	Gnome::Print too.

Wed Mar 21 11:57:22 CET 2001 Paolo Molaro <lupus@ximian.com>

	* tools/gendefs.pl, Gtk/Gtk.pm, Gtk/xs/Gtk.xs: lazy loading is now
	a run-time option instead of compile time and boots properly also the parent
	packages (using less memory than before too:-). Currently enabled only in 
	the Gtk module: this saves quite a bit of memory (XS functions for each widget
	class are created only when needed).

Wed Mar 21 09:44:27 CET 2001 Paolo Molaro <lupus@ximian.com>

	* Gtk/xs/GtkWidget.xs: fixed typo.

Tue Mar 20 18:56:47 CET 2001 Paolo Molaro <lupus@ximian.com>

	* Gtk/xs/Gtk.xs: added property_change. GC can be created from pixmaps too.
	* Gnome/xs/GnomeLess.xs: updates.
	* Gnome/xs/GnomeClient.xs: updates and code optimizations.
	* Gnome/xs/GnomeCanvasItem.xs: typo fix.
	* Gnome/xs/GnomeCanvas.xs: updates.
	* Gnome/xs/GnomeApp.xs: new dialog and utility functions.
	* Gnome/xs/Gnome.xs: config and paper updates.

Mon Mar 19 17:36:46 CET 2001 Paolo Molaro <lupus@ximian.com>

	* Gtk/gtk-0.99.typemap: fix entries where perl already
	mortalizes objects.
	* Gnome/xs/GnomeCanvasItem.xs: code optimization.

Mon Mar 19 13:24:57 CET 2001 Paolo Molaro <lupus@ximian.com>

	* Gnome/xs/GnomeDialogUtil.xs: allow undef for parent and return
	a proper Gnome::Dialog.
	* Gtk/xs/Gtk.xs: fix white and black gc and color accessors.

Mon Mar 19 10:25:13 CET 2001 Paolo Molaro <lupus@ximian.com>

	* Gtk/GtkTypes.[ch],Gtk/gtk-0.99.typemap: better garbage collector 
	and more namespace cleanups.
	* Gtk/objects.pod: information about signals and arguments.
	* Gtk/gtk-0.99.defs: fixed parent of GtkScrolledWindow.

ChangeLog  view on Meta::CPAN

	* tools/gpdoc2pod: quote '>'.
	* Gtk/xs/GtkButton.xs,GtkAdjustment.xs,GtkBox.xs,GtkClist.xs,GtkCombo.xs,
	GtkEditable.xs,GtkEntry.xs ...: optimize code generation (about 60 KB saved
	in text size, gives also a nice loading speedup).

Mon Mar 12 22:29:54 CET 2001 Paolo Molaro <lupus@ximian.com>

	* Makefile.PL: handle also new versions of some packages.
	* Gtk/Makefile.PL: fix keysym hash creation with new Gtk.
	* GdkPixbuf/xs/GdkPixbuf.xs: make some interfaces more DWIM
	anche check for some out of memory conditions.
	* GdkPixbuf/Makefile.PL, GdkPixbuf/GdkPixbuf.pm: apply patch
	from Christian Borup <borup@borup.com> to properlly handle
	GdkPixbufLoader.

Sun Mar 11 15:37:37 CET 2001 Paolo Molaro <lupus@ximian.com>

	* Gtk/xs/GtkBin.xs: fix child settor.
	* Gtk/xs/GtkButton: remove child accessor.
	* Gnome/xs/GnomeCanvas.xs: add pixels_per_unit accessor.
	* Gtk/xs/GtkCList.xs: the bitmap is optional now.

ChangeLog  view on Meta::CPAN

	* tool/gpdoc2pod: create the pod from the XML file.
	* Gtk/GtkCListModel.pm: MVC thingie for Gtk::CList and a tied array.
	* */Makefile.PL: install pod reference manpages.
	* Gtk/xs/Gtk.xs: watch_add watches the referenced scalar if handed a reference.

Tue Mar  6 16:49:08 CET 2001 Paolo Molaro <lupus@ximian.com

	* */*.xs: fixes usage of the PUSHMARK macro.
	* GnomePrint/xs/GnomePrintPreview.xs: missing include.
	* Gtk/GtkTypes.c: make sure we store only strings that will
	not vanish under us.

Mon Mar  5 16:46:00 CET 2001 Paolo Molaro <lupus@ximian.com

	* Gtk/gtk-0.99.typemap: correct entries for unsigned integers.
	* Bonobo/*: updates and new UI stuff. Show usage of the PropertyBag.
	Bug fixes.

Sat Mar  3 20:26:47 CET 2001 Paolo Molaro <lupus@ximian.com

	* Gtk/xs/GtkMenu.xs, Gtk/xs/GtkOptionMenu.xs: fix return types of
	gtk_option_menu_get_menu() and gtk_menu_get_active() as pointed out
	by Dave Carrigan <dave@rudedog.org>.
	* Gtk/gtk-0.99.typemap: always bless GtkObjects in the right package.
	* Gtk/xs/GtkEditable.xs: added accessors for selection position fields.

Wed Feb 28 19:25:45 CET 2001 Paolo Molaro <lupus@ximian.com>

	* Gtk/xs/Gtk.xs: added facilities to modify a Gtk::RcStyle
	(test program in Gtk/samples/gtkrctest.pl).

Tue Feb 27 23:40:08 CET 2001 Paolo Molaro <lupus@ximian.com>

	* Gnome/Makefile.PL: XS boot all the needed modules (was lost in the
	Makefile.PL rewrite).
	* Gnome/xs/GnomeDNS.xs: fix callback argument.

Tue Feb 27 17:52:09 CET 2001 Paolo Molaro <lupus@ximian.com>

	* Glade/*: improved libglade support: Gnome widget support loaded
	only when the Gnome module is used. Added support to dynamically
	load gnomedb and bonobo. Added support for new style custom widget
	creation handler. Updated test accordingly.

Mon Feb 26 19:32:30 CET 2001 Paolo Molaro <lupus@ximian.com>

	* Gtk/GdkTypes.c: fix handling of GdkEvent.
	* */Makefile.PL: fixed doc generation on a number of submodules.

Mon Feb 26 13:17:46 CET 2001 Paolo Molaro <lupus@ximian.com>

	* ldscript: added ld version script to reduce number of exported
	symbols in the modules.
	* Gtk/xs/Gtk.xs: yet another missing cast.
	* Makefile.PL: shut up autodetection compilations.

Sun Feb 25 19:18:49 CET 2001 Paolo Molaro <lupus@ximian.com>

	* Applet/xs/AppletWidget.xs, Applet/samples/applet.pl: updated to latest
	applet widget library. Added workaround for buggy applet widget signals.
	Sample code updated to show some of the new features.
	* Gtk/MisTypes.c: warn instead of croak()ing when dealing with missing
	enum and flags registrations.

Fri Feb 23 22:14:47 CET 2001 Paolo Molaro <lupus@ximian.com>

	* Gnome/xs/GtkDial.xs: revert to a previous version that was
	accidentaly removed.
	* Makefile.PL: actually autodetect GtkGLArea.

Fri Feb 23 16:29:53 CET 2001 Paolo Molaro <lupus@ximian.com>

	* Gtk/xs/GtkContainer.xs: added forall() method and a bunch of
	missing other as well: these are marked non-public, but could be
	useful for custom widget implementations.
	* Gtk/xs/GtkContainer-1.1.xs: remove old cruft.
	* Bonobo/README: small HOWTO.

Fri Feb 23 12:40:18 CET 2001 Paolo Molaro <lupus@ximian.com>

	* Gtk/xs/GtkEditable.xs: make the default < 0 value in insert_text()
	work even if gtk+ doesn't support it (yet).

Thu Feb 22 22:36:47 CET 2001 Paolo Molaro <lupus@ximian.com>

	* Bonobo/*: updates for bonobo 0.37.

Thu Feb 22 14:32:36 CET 2001 Paolo Molaro <lupus@ximian.com>

	* Glade/xs/GladeXML.xs: fix new_from_memory() data length.
	* Gtk/xs/Gtk.xs: cast to shut up picky compilers.

Mon Feb 19 20:25:04 CET 2001 Paolo Molaro <lupus@ximian.com>

	* Gtk/cookbook.pod: add recipe from Pat Eyler <pate@gnu.org>.
	* Released version 0.7005.

Mon Feb 19 18:59:05 CET 2001 Paolo Molaro <lupus@ximian.com>

	* Gtk/GdkTypes.c: correct error message and drop unused code.
	* Gtk/MiscTypes.c: use a GHashTable instead of an HV for misc objects.
	* */Makefile.PL: cleanups.
	* Gtk/GdkTypes.c: applied patch by Pixel <pixel@mandrakesoft.com> to

ChangeLog  view on Meta::CPAN

	* Gtk/xs/GtkCTree.xs: applied patch by Pixel <pixel@mandrakesoft.com>
	to add $tree->pre_recursive() and allow for undef nodes in some methods.
	* Gtk/xs/GtkCTree-1.1.1.xs: removed, it is no longer compiled in.
	* Gtk/cookbook.pod: updates from Pat Eyler <pate@gnu.org>.

Sun Feb 11 23:40:05 CET 2001 Paolo Molaro <lupus@ximian.com>

	* Gtk/xs/GtkToolbar.xs: DWIM in new Gtk::Toolbar.
	* Gtk/gtk-0.99.defs.opl: use correct unref function for pixmap and bitmap.
	* INSTALL, README: updated documentation.

Sun Feb 11 18:27:49 CET 2001 Paolo Molaro <lupus@ximian.com>

	* Gnome/xs/GnomeApp.xs: added fill_toolbar() and fill_menu() functions that
	make use of the Gnome::UIInfo stuff.

Sat Feb 10 19:03:58 CET 2001 Paolo Molaro <lupus@ximian.com>

	* Gtk/GtkTypes.c: should work also with older perls.

Thu Feb  8 22:53:44 CET 2001 Paolo Molaro <lupus@ximian.com>

	* Bonobo/*: support the printing interface. Compile with new bonobo version.

Wed Feb  7 06:03:22 CET 2001 Paolo Molaro <lupus@ximian.com>

	* MANIFEST: include new stuff.
	* Bonobo/Bonobo.pm: use namespace.
	* Bonobo/samples/activate.pl: use Bonobo->main and update for new CORBA::ORBit.
	* Bonobo/xs/Bonobo.xs: interface is optional in get_object.

ChangeLog  view on Meta::CPAN

	real problem.
	* Bonobo/corba-orbit.diff: new diff against orbit-perl HEAD.
	* Bonobo/samples/*: new embeddable sample.
	* Gtk/cookbook.pod: cookbook documentation.

Sun Feb  4 03:19:47 CET 2001 Paolo Molaro <lupus@ximian.com>

	* Gtk/xs/Gtk.xs, Gnome/xs/Gnome.xs: added facility for initializing sub-modules
	at the main module init time: there is no more need to call the init method
	on most of the sub-modules (it's still required for Gtk, Gnome, Bonobo, AppletWidget,
	mostly because they require params or fiddle with @ARGV). Changed the sample to work

ChangeLog  view on Meta::CPAN

	* Bonobo/*: more updates to support latest released version, popt arguments,
	embeddable class binding, properties...
	* Gtk/Gtk.pm: simple doc.
	* Gtk/xs/GtkWidget.xs: make size_request() work.

Sat Jan 27 13:13:32 CET 2001 Paolo Molaro <lupus@ximian.com>

	* Gtk/GtkTypes.c: fix to compile also with a threaded perl.
	* Mozilla/README: explain hack to make it work with network connections.

Sat Jan 27 12:09:20 CET 2001 Paolo Molaro <lupus@ximian.com>

	* Mozilla/*: added code to set preferences. Fiddled with library linking
	order. Shut up cvs.

Thu Jan 25 20:30:55 CET 2001 Paolo Molaro <lupus@ximian.com>

	* GnomePrint/xs/GnomePrintContext.xs: fixed leak in set_dashes().
	Add support for printing images and using the texline interface.

Wed Jan 24 13:30:57 CET 2001 Paolo Molaro <lupus@ximian.com>

	* Gtk/GtkTypes.c: fixed handling of GTK_TYPE_UINT and GTK_TYPE_ULONG types.

Mon Jan 22 18:02:14 CET 2001 Paolo Molaro <lupus@ximian.com>

	* Mozilla: added binding for gtkmozembed.

Sun Jan 21 17:35:29 CET 2001 Paolo Molaro <lupus@ximian.com>

	* Makefile.PL, GtkHTML/*: changes to support GtkHTML version 0.8 only.

Wed Jan 10 21:48:49 CET 2001 Paolo Molaro <lupus@helixcode.com>

	* Gnome/xs/Gnome.xs: added long due support for letting popt
	parse the arguments or make popt leave them alone and using Getopt::Long.
	See Gnome/samples/druid.pl for example usage.
	* Bonobo/xs/*: more updates.
	* GnomePrint/xs/*: more updates.

Sun Jan  7 18:27:21 CET 2001 Paolo Molaro <lupus@helixcode.com>

	* Gtk/xs/Gtk.xs: forgot to add watch_remove() as well.
	* GnomePrint/*: added some missing stuff.
	* Gtk/LWP.pm, Gtk/io.pm, Gtk/http.pm: stuff to integrate
	libwww-perl nicely (ie, non-blobking) in a Gtk application.
	* GtkHTML/Simple.pm: package to make using an HTTP-connection
	enabled Gtk::HTML trivial (uses Gtk::LWP).
	* GtkHTML/xs/GtkHTML.xs: updated.

Fri Jan  5 20:31:26 CET 2001 Paolo Molaro <lupus@helixcode.com>

	* Gtk/xs/Gtk.xs, Gtk/samples/watchvar.pl: added perl var changes
	event source: you can now get a callback when the value of a
	perl variable changes.

Wed Jan  3 19:03:49 CET 2001 Paolo Molaro <lupus@helixcode.com>

	* Cleaned up the namespace a little for exported functions.
	* Applet/*: moved here support for panel applets and added support
	for capplets to the same submodule (Note that the API changed a little bit).
	* Makefile.PL: fixed some detection handling and added applets support.
	* GnomePrint/xs/GnomeFont.xs: removed old functions.
	* Gtk/GtkTypes.c: optmized perlname <-> gtkname mapping (uses less memory).
	* tools/gendefs.pl, *xs/*.xs: disable inclusion of PerlGtkExt.h (causes weird segv).
	* */.cvsignore: shut up cvs.

Thu Dec 28 19:52:43 CET 2000 Paolo Molaro <lupus@helixcode.com>

	* Makefile.PL, GnomePrint/*: got GnomePrint mostly up to date
	and added autodetection.
	* Gtk/GtkTypes.*, tools/gendefs.pl: do not require a sizeof(Gtkobject)
	to work, since we use gtk_type_query() anyway.

Sat Dec 23 13:18:42 CET 2000 Paolo Molaro <lupus@helixcode.com>

	* GladeXML/GladeXML.pm: applied patch from Tim Peoples <tep@colltech.com>
	to allow a blessed reference instead of a package name in
	signal_autoconnect_from_package().
	* Gtk/xs/Gtk.xs: fixed idle_add_priority().
	* Makefile.PL, GdkXmHTML/*: enables XmHTML detection.
	* Bonobo/*: current bonobo binding (unfinished).

Mon Dec 18 20:00:16 CET 2000 Paolo Molaro <lupus@helixcode.com>

	* Gtk/xs/GtkCList.xs: make $clist->{insert,append} work if
	the numer of args is different from the number of columns.
	* Gtk/xs/GtkToggleButton.xs: fix typo in arg name.
	* Depends.pm, Makefile.PL, */Makefile.PL: new build system.

ChangeLog  view on Meta::CPAN

	  is the object).
	* Gnome/xs/GnomeCanvasItem.xs: fixed support for GdkImlibImages
	  and added support for getting images and points.
	* Gtk/xs/GtkCtree.xs: added some functions.

Sun Dec  5 03:41:17 CET 1999  Marc Lehmann <marc@gimp.org>

        * Gtk/Gtk.pm: move _get_arg_info into the AUTOLOAD eval, to get
        useful error reports.

Wed Dec  1 20:42:00 CET 1999  Marc Lehmann <marc@gimp.org>

        * MANIFEST: added some necessary but missing files (Gtk/*) and
        Bonobo.
        * Gtk/GtkTypes.c: Do not coredump when an sv is not a reference.
        (should output an error message, though, rather than keeping quiet).

ChangeLog  view on Meta::CPAN

	* Gnome/samples/html.pl: test the image_proc fot the GtkXmHTML
	  widget and make it work with relative urls...
	* Gtk/xs/GtkCList-1.2.xs: added set_compare_func wrapper.
	* Gtk/xs/GtkCTree-1.1.1.xs: lotsa functions binded.

Mon Nov  8 20:23:38 CET 1999 Paolo Molaro <lupus@debian.org>

	* Gtk/gtk-0.99.typemap: added gstring type for returned
	  strings that need to be g_free()ed.
	* Gtk/xs/Gtk.xs: faster signal marshaling (this also helped
	  spotting a couple of bugs in the previuos implementation).

ChangeLog  view on Meta::CPAN

	* Gtk/gtk-0.99.defs: enable GdkFillRule enum definition.
	* Gtk/gtk-1.2.defs: added GtkCornerType enum.
	* Gtk/xs/*.xs: over 100 more functions bound: too many to
	  list here.

Sat Nov  6 15:11:01 CET 1999  Paolo Molaro <lupus@debian.org>

	* test.pl: now runs samples with uninstalled sub-modules.
	* Makefile.PL: disable auto-detection of submodules:
	  compile them separately!
	* Bonobo/*: first bonobo support: you need a modified
	  CORBA::ORBit to compile it though (and anyway it doesn't work, 
	  yet:-).
	* */samples/*.pl: some changes to make make test work.

Sat Nov  6 12:16:56 CET 1999  Paolo Molaro <lupus@debian.org>

	* GtkGLArea/GtkGLArea.pm: added missing file.
	* Gnome/Makefile.PL, Gnome/xs/ZvtTerm.xs: integrate
	  Zvt in Gnome
	* *.cvsignore: shut up cvs.

 view all matches for this distribution


Gtk2-CV

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

1.71 Tue Jul 31 00:57:03 CEST 2018
	- fix 'o' key osd level switching in mpv (similar to old mplayer mode).
	- do not error out on incomplete JPEG files, generate fake EOI marker instead
          to enable the decoder to output a partial file.

1.7  Wed Dec 27 18:47:50 CET 2017
	- DEFAULT CHANGED: cv will now default to mpv instead of mplayer.
          use CV_MPLAYER=mplayer to get the previous behaviour.
	- new env variable, CV_MPLAYER, defaulting to mpv.
	- make "mplayer" configurable via CV_MPLAYER, support mpv.
        - support mpv ipc protocol for remote control.

Changes  view on Meta::CPAN

          running into rename races with nfs.
        - work around perl bug #77798 in some parts.
        - slight namecluster speed improvement.
        - work around newer libmagic versions adding mime attributes.

1.55 Tue Jan 26 03:18:45 CET 2010
	- schnauzer did usually not give the correct number for
          "# entries selected".
	- added new "renamer" plugin that is useful for mass renames
          of very similar filenames.
	- apply a heavy dose of common::sense.

Changes  view on Meta::CPAN

        - add recursive delete (lamely implemented using rm -rf).
        - update progressbar after a timeout in addition to after
          enough work has done to ensure it is being displayed
          quickly for long jobs.

1.51 Sun Jan 27 17:48:14 CET 2008
	- run more stats in parallel in schnauzer scanning.
        - do not deselect cursor on scroll if a range is selected.

1.5  Sun Nov 25 15:15:27 CET 2007
	- rudimentary support for audio.
	- fix Gtk2::Ex::PodViewer rename (patch by Randy J. Ray).

1.4  Sat Mar 17 14:11:48 CET 2007
	- upgraded to IO::AIO 2.1 features.
        - errors in IO::AIO callback execution will be logged and will
          not freeze AIO operations anymore.
        - jpeg2000 support by running jasper externally (imageviewer only).
        - directory scanning now asynchronous.

Changes  view on Meta::CPAN

	- many small bugfixes.
	- better display behaviour when viewing many images quickly.
	- changed sort order to sth... strange (case insensitive,
	  numbers < 5 digits sorted in numerical order).

0.2  Thu Nov 20 07:49:55 CET 2003
	- add DSC comments (except for %%page).
	- implemented binary encoding for postscript printing.
	- ctrl-s == rescan.
	- less-latency resizes.
	- after implementing filename_to_unicode maybe it is time to use it...

0.15  Wed Nov 12 21:33:32 CET 2003
	- add nifty print dialog, using glade and GladeXML. GladeXML needs
	  some convinience functions, but is ok to use.
	- improved schnauzer scrolling and geometry hints.
	- bugfixes, as usual.
	- implemented ctrl-u.
	- implemented maxpect-always mode.

0.14  Mon Nov 10 20:11:15 CET 2003
	- use subpixbufs for cropping.
	- don't force redraws anymore, hopefully the result is the same.
	- primitive printing with automaxpect (always to /tmp/x, watch out!).
	- off-by-one error in flip code fixed.
	- replaced nearest interpolation to tiles for thumbnail generation.
	- much improved thumbnail dithering.
	- applied drag_rect patch by muppet, together with some infrastructure
	  improvements.
	- faster and less accurate text "autoscaling".

0.13  Sat Nov  8 14:13:24 CET 2003
	- Applied patch by muppet to backport it to gtk2.0,
	  plus portabiity fixes.

 view all matches for this distribution


Gtk2-Ex-Entry-Pango

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN


0.10 Thu Aug  5 23:04:41 CEST 2010
	- Version bump in order to make a new CPAN release (the module disappeared from CPAN).


0.09 Wed Dec 23 19:53:57 CET 2009
	- Issue 1 - test failure under locale.


0.08 Sun Dec  6 20:30:19 CET 2009
	- Fix an undef warning when reverting to the default empty text.


0.07 Tue May  5 07:45:03 CEST 2009
	- Bug fix: Old versions of Gtk2 would fail to have a proper $EMPTY_ATTRLIST

Changes  view on Meta::CPAN


0.05  Thu Apr 30 09:34:57 CEST 2009
	- New release with all the changes from the 0.05_XX releases.


0.05_01  Sun Feb  8 08:04:30 CET 2009
	- More unit tests.


0.04  Mon Jan  5 20:32:42 CET 2009
	- Fixed the return value in the unit tests.


0.03  Sat Jan  3 17:37:46 CET 2009
	- Fixed the paste with a middle click when the widget is empty.
	- Fixed the right click popup menu when the widget is empty.


0.02  Fri Jan  2 22:08:00 CET 2009
	- Can display a default value when the widget is empty.


0.01  Fri Jan  2 10:06:06 CET 2009
	- Initial release.

 view all matches for this distribution


Gtk2-Net-LDAP-Widgets

 view release on metacpan or  search on metacpan

Widgets/DistinguishedName.pm  view on Meta::CPAN


use overload
q{""} => 'to_string';

# by OLO
# czw mar 17 17:51:34 CET 2005
# Constructor:
sub new {
  my $class = shift;
  my $self = {};
  $self->{dntext} = shift;

Widgets/DistinguishedName.pm  view on Meta::CPAN


  bless $self, $class;
}

# by OLO
# czw mar 17 17:51:20 CET 2005
# Conversion of self to string:
sub to_string {
  my $self  = shift;
  return $self->{dntext};
}

 view all matches for this distribution


Gtk2-SourceView

 view release on metacpan or  search on metacpan

TODO  view on Meta::CPAN


*** GtkSourceIter
  Add its three methods to the Gtk2::TextIter class.

+++
$ Last Modified: Fri Feb 06 09:39:35 CET 2004 ebassi $

 view all matches for this distribution


Gtk2-SourceView2

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN


0.08 Mon Apr 26 22:11:27 CEST 2010
	License change to GPL2 and Artistic.
	Remove the dependency to File::Slurp in the example.

0.07 Fri Mar 19 21:12:08 CET 2010
	Issue 2 - configure requires missing test failure.

0.06 Fri Jan 29 12:56:44 CET 2010
	Issue 1 - test failure non-English locale (reopen).

0.05 Sat Nov 21 08:56:04 CET 2009
	Issue 1 - test failure non-English locale.

0.04 Sat Nov 14 19:42:51 CET 2009
	Fix a warning in the examples when pasting text with the keyboard.

0.03 Sun Nov  8 14:23:48 CET 2009
	More complete example.
	Remove a TODO.

0.02 Sat Oct 31 09:22:17 CET 2009
	Add the bindings for Gtk2::SourceView2::Iter.
	LanguageManager->guess_language() last argument is optional.
	Fix a typo in the module's documentation.

0.01 Thu Oct 29 21:33:41 CET 2009
	First release.

 view all matches for this distribution


Gtk2-Unique

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

	[RT-76414] Makefile.PL: added 'configure_requires' to META_MERGE block
	[RT-95016] Add whatis entries to the POD
   Added project deprecation notice, project is now deprecated


0.06 Fri Feb 24 22:08:59 CET 2017
	[RT-120115] Fix: crash on starting second instance.
	Fix compilation warnings.


0.05 Wed May  5 19:48:14 CEST 2010

 view all matches for this distribution


Gtk3-WebKit

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN


0.06 Mon Apr 14 22:27:41 CEST 2014
    Migrate to Dist::Zilla
    Issue #5 - Fix installation failing if Test::NeedsDisplay is not installed

0.05 Sat Mar  1 07:30:12 CET 2014
    RT 93421 - Unit tests can run in headless Fedora 20

0.04 Mon Apr 15 22:13:50 CEST 2013
    Tests don't fail on a headless system
    MYMETA files are no longer in the bundle

0.03 Wed Nov 28 08:30:51 CET 2012
    Add Gtk3 as a dependency

0.02 Thu Nov 17 12:27:01 CET 2011
    Add DOM constants

0.01 Mon Sep 19 21:37:15 CEST 2011
    First version, released on an unsuspecting world.

 view all matches for this distribution


Gtk3-WebKit2

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

Revision history for Gtk3::WebKit

0.011 Thu Feb 13 14:18:01 CET 2020

Updating manifest file for release on cpan.

0.012 Thu Mar 31 14:45:00 CET 2020
Updating installation notes and instructions

0.013 Fri Oct 20 10:15:00 CET 2020
Removing generated buildfiles
New bindings for libsoup so webkit2 can handle cookies from SoupCookie

 view all matches for this distribution


Guard

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

Revision history for Perl extension Guard

1.023 Thu Nov 20 19:12:58 CET 2014
	- work around backwards compatibility breakage in perl 5.22
          (removal of PL_sv_objcount).

1.022 Sat Jul  2 02:38:21 CEST 2011
	- document how () after the function name overrides the

Changes  view on Meta::CPAN


1.02 Sat Apr 11 06:42:06 CEST 2009
	- set NODEBUG on scope_guard, to work around -d:-modules
          causing scope_guard to be called in the wrong context.

1.01 Wed Jan 14 00:30:18 CET 2009
	- guard_free didn't return a value.

1.0  Fri Dec 26 14:03:28 CET 2008
	- un-support windows process emulation (it didn't
          work anyways).
        - discuss similar modules.
        - tweaked documentation slightly.

0.5  Sat Dec 13 22:46:46 CET 2008
	- vastly improve documentation,
          clarify local/scope_guard ordering
          and give niftier examples.
        - always bless guard objects and convert
          Guard::cancel to a method, at an 8% runtime
          cost.
        - temporarily disable $SIG{__DIE__} when executing
          guard blocks.
        - fix testsuite.

0.1  Sat Dec 13 18:49:30 CET 2008
	- first release.

0.01 Sat Dec 13 14:57:44 CET 2008
	- cloned form Convert-Scalar.

 view all matches for this distribution


Guitar-Tuner

 view release on metacpan or  search on metacpan

lib/Guitar/Tuner.pm  view on Meta::CPAN

ESGwm4+NmatFGxYUDxo3RM+wzkNGIBchMMmWjY+JhoqOl18fKy4kHBUOFDAv
FxEQEBw56MurpKmko8nPoZqcosFJ59O9opyyUkgbDxYcTZuQj5KjPSoaDxMd
Ikiz2sS1MR0dGyS7m5mNiImIiZfGPjIuMSEQDhwrIR0VDRAbJzXAsbikn7Th
uaebmqbCxFM4rp6qq6o5GxUQGESnlY2SpLgtFxQTFSlURb2s4TspFhgnZquZ
j42JhomUp/ozbN8cEBQbIioiEA4UFR4/amesn6Svx8ukmJ6lpt0vzqqso56s
biMSERgmr5OQkpe2MCETDxslK9C1xbbPHhYbHjeunZeOiIeKjqJK4q9KHBcU
FygvGhMRDhIgLC57rqaiskW7nqGema09Y9vDqaKfoMwfFxERIrWckI2ZqMwd
ExYXHDho9a2oWCEaFxw5u6majoqIh42nuaiuWSsXER4rJB4ZDw4WHCEuRLye
pHfIr7Sgl52uyGvxurGjmaHGOBgOFBw+nZCSk5xZIxoSEyAqMsWqrGkoGBQd
LEa0nJSNhoaQn6Gpqq8qFhgeICkmFQ8RERkiHy6rprq2vVuznJudqNvIz1Sv
nJ6eozcZFBAVRaWZjo+euDUYExgdIDW7qqi7KhcZHCE4sqWcjIaJjpijoJyt

 view all matches for this distribution


HPC-Runner

 view release on metacpan or  search on metacpan

cpanfile.snapshot  view on Meta::CPAN

      DateTime::TimeZone::Australia::Lindeman 1.94
      DateTime::TimeZone::Australia::Lord_Howe 1.94
      DateTime::TimeZone::Australia::Melbourne 1.94
      DateTime::TimeZone::Australia::Perth 1.94
      DateTime::TimeZone::Australia::Sydney 1.94
      DateTime::TimeZone::CET 1.94
      DateTime::TimeZone::CST6CDT 1.94
      DateTime::TimeZone::Catalog 1.94
      DateTime::TimeZone::EET 1.94
      DateTime::TimeZone::EST 1.94
      DateTime::TimeZone::EST5EDT 1.94

 view all matches for this distribution


HTML-Dojo

 view release on metacpan or  search on metacpan

lib/HTML/Dojo/src.pm  view on Meta::CPAN

	if (arguments.length == 1) {
		firstDay = 1;
	}
	dojo.unimplemented("dojo.date.getIsoWeekOfYear");
};
dojo.date.shortTimezones = ["IDLW", "BET", "HST", "MART", "AKST", "PST", "MST", "CST", "EST", "AST", "NFT", "BST", "FST", "AT", "GMT", "CET", "EET", "MSK", "IRT", "GST", "AFT", "AGTT", "IST", "NPT", "ALMT", "MMT", "JT", "AWST", "JST", "ACST", "AEST",...
dojo.date.timezoneOffsets = [-720, -660, -600, -570, -540, -480, -420, -360, -300, -240, -210, -180, -120, -60, 0, 60, 120, 180, 210, 240, 270, 300, 330, 345, 360, 390, 420, 480, 540, 570, 600, 630, 660, 690, 720, 765, 780, 840];
dojo.date.getDaysInMonth = function (dateObject) {
	var month = dateObject.getMonth();
	var days = [31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31];
	if (month == 1 && dojo.date.isLeapYear(dateObject)) {

lib/HTML/Dojo/src.pm  view on Meta::CPAN

		if (arguments.length == 1) {
			firstDay = 1;
		}
		dojo.unimplemented("dojo.date.getIsoWeekOfYear");
	};
	dojo.date.shortTimezones = ["IDLW", "BET", "HST", "MART", "AKST", "PST", "MST", "CST", "EST", "AST", "NFT", "BST", "FST", "AT", "GMT", "CET", "EET", "MSK", "IRT", "GST", "AFT", "AGTT", "IST", "NPT", "ALMT", "MMT", "JT", "AWST", "JST", "ACST", "AEST"...
	dojo.date.timezoneOffsets = [-720, -660, -600, -570, -540, -480, -420, -360, -300, -240, -210, -180, -120, -60, 0, 60, 120, 180, 210, 240, 270, 300, 330, 345, 360, 390, 420, 480, 540, 570, 600, 630, 660, 690, 720, 765, 780, 840];
	dojo.date.getDaysInMonth = function (dateObject) {
		var month = dateObject.getMonth();
		var days = [31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31];
		if (month == 1 && dojo.date.isLeapYear(dateObject)) {

 view all matches for this distribution


HTML-FromMail

 view release on metacpan or  search on metacpan

ChangeLog  view on Meta::CPAN

#!!! Mail::Box 3 compatibility is still maintained on github in branch
#!!! maint3, and published.  So: you may find newer versions with major
#!!! number 3.  Use (at least) version 4 for new developments.
#!!! Convert? See https://https://github.com/markov2/perl5-Mail-Box/wiki/ 

version 4.00: Thu 11 Dec 13:28:45 CET 2025

	Changes:
	- use Mail::Box 4 exception model: use Log::Report

	Fixes:

ChangeLog  view on Meta::CPAN


	Improvements:
	- method documentation reorganization.
	- Carp/die to Log::Report

version 3.00: Wed 19 Nov 12:09:30 CET 2025

	Changes:
	- removed interactive selection of optional modules.

	Improvements:

ChangeLog  view on Meta::CPAN

	- convert style to OODoc 3
	- convert install process to OODoc 3.05
	- reflect that this is module is compatible with Mail-Box 3 in the
	  version number.

version 0.12: Mon Jan 29 23:49:23 CET 2018

	Improvements:
	- do not run pod.t in devel environment.
	- convert to GIT
	- publish via GitHub

ChangeLog  view on Meta::CPAN

	- Use ExtUtils::MakeMaker::prompt() instead of own ask() in
	  Makefile.PL.  Required for CPANPLUS.

	- add t/pod.t

version 0.10: Wed Jan 21 09:56:09 CET 2004
	- Text::MagicTemplate has been renamed to Template::Magic

version 0.01: Nov 3, 2003
	- Initial coding

 view all matches for this distribution


HTML-Inspect

 view release on metacpan or  search on metacpan

ChangeLog  view on Meta::CPAN

======= version history for HTML::Inspect

Unless explicitly stated differently are all changes produced by
Mark Overmeer.

version 1.00: Wed  8 Dec 11:55:56 CET 2021
	- first public release, already production quality

 view all matches for this distribution


HTML-SocialMeta

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

Revision history for HTML-SocialMeta

0.01    Date/time
        First version, released on an unsuspecting world.
-------------------------------------------------------------------
SUN Mar 22 13:15:09 CET 2016 - thisusedtobeanemail@gmail.com
 
- fb:app_id fix 

0.72 19/09/2017
    Thanks Jason McIntosh (JMAC) for

 view all matches for this distribution


HTML-TagReader

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

0.51 Fri Oct 25 21:08:57 MET DST 2002
     - IO:Handle requires that the file descriptor is flushed before closing
       otherwise you can loose data when writing. Somehow the close does 
       not seem to flush correctly. I don't know if this is a bug in perl.

0.52 Mon Fri Dec  6 21:58:19 CET 2002
     - check in makefile for Image::Size
     - help text of tr_staticssi updated
     - tr_staticssi: -d optional

0.53 Wed Feb 26 20:45:43 CET 2003
     - updated readme
     - update tr_mvllnk, do not die in case of syntax error in expression

1.00 Fri Mar  7 19:35:04 MET 2003
     This is now a pretty stable software so we can set it to

Changes  view on Meta::CPAN


1.09 Sun Oct  3 17:29:51 CEST 2004
    - improved flattenpath subroutine in tr_llnk
    - setenv QUERY_STRING in tr_staticssi

1.10 Wed Dec  7 19:25:06 CET 2005
    - man-page editorial update

1.11 Fri Sep  9 12:00:12 EDT 2016
    - fix bug in tr_blck (stripping a dot off ".." in links to anchors)

 view all matches for this distribution


HTML-Template-Compiled-Plugin-DHTML

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

Revision history for Perl module HTML::Template::Compiled::Plugin::DHTML.

0.03 Thu Jan 10 21:53:34 CET 2013
- Moved out of HTML-Template-Compiled distribution

 view all matches for this distribution


HTML-Template-Compiled-Plugin-HTML_Tags

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN


0.04 Wed Jul 25 20:52:00 CEST 2007
- Fixed typos in documentation
- Added: pass simple scalars for options if values and labels are equal

0.03 Tue Nov 28 22:54:32 CET 2006
- Added: HTML_OPTION_LOOP
- Added: HTML_BOX_LOOP

0.02 Sat Nov  4 20:40:31 CET 2006
- Added: tag HTML_SELECT

0.01  Fri Nov  3 21:27:27 CET 2006
	- original version;

 view all matches for this distribution


HTML-Template-Compiled-Plugin-NumberFormat

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

Revision history for Perl module HTML::Template::Compiled::Plugin::Number::Format.

0.02 Fri Nov 23 18:44:59 CET 2012
- Moved out of HTML-Template-Compiled distribution

 view all matches for this distribution


HTML-Template-Compiled

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

- Minor optimization

1.001 Sat May  4 12:49:44 CEST 2013
- Regular release, see developer versions for changes

1.000_006 Fri Jan 25 22:57:24 CET 2013
- Minor optimizations for file cache
- Remove ::Plugin::DHTML (own distribution)

1.000_004 Thu Jan 10 00:29:59 CET 2013
- New features: added options warnings and line_info

1.000_003 Mon Dec 31 19:05:54 CET 2012
- fix test

1.000_002 Sat Dec  1 21:06:57 CET 2012
- make parallel testing possible
- remove ::Plugin::NumberFormat (has its own distribution now)

1.000_001 Tue Nov 27 19:55:00 CET 2012
- Minor optimizations
- New Feature: attribute sortby for TMPL_EACH

1.000 Tue Nov 13 20:45:44 CET 2012
- regular release

0.99_001 Sat Aug  4 17:32:03 CEST 2012
- Bugfix: reloading changed includes didn't always work

Changes  view on Meta::CPAN


0.96_001 Sat Apr 21 23:17:59 CEST 2012
- New feature: allow expressions like .path.to.hash{var}
- Bugfix: allow more than two binary operands in H::T::C::Expr

0.96 Mon Nov 21 20:37:22 CET 2011
- fixed 05_filter.t
- fixed t/01_HTML-Template-Compiled.t (problems when test takes longer then
  cache expiration)

0.95_003 Sat Nov 12 15:12:02 CET 2011
- Bugfix: Reload includes of includes (required change of caching mechanism -
  please report any issues if you have problems with caching)
- New Escape: 'IJSON'
- Deprecated the use options 'speed', 'compatible' and 'short'

0.95_002 Mon Oct 31 21:00:51 CET 2011
- HTML::Template Compatibility: lowercase instead of uppercase
  parameters when case_sensitive 0

0.95_001 Sun Aug 28 19:02:00 CEST 2011
- Bugfix: escape=js escapes backslash now (RT 66463)

Changes  view on Meta::CPAN

- Bugfix: added md5sum of paths to cache key so different templates with 
  the same name are found
  http://rt.cpan.org/Public/Bug/Display.html?id=28606
- Bugfix: expressions didn't work in every tag

0.93 Mon Nov  3 20:03:07 CET 2008
- New Feature: sort-Attribute for TMPL_EACH
- Change: Allow TMPL_LOOP over an overloaded @{} object 
  (and TMPL_EACH over %{})
- Bugfix: closing IF_DEFINED was not recognized
  http://rt.cpan.org/Ticket/Display.html?id=40341

Changes  view on Meta::CPAN

- Bugfix: TMPL_IF_DEFINED without TMPL_ELSE
  http://rt.cpan.org/Public/Bug/Display.html?id=33383
- New feature: filename debugging (option debug_file)
- New feature: option objects (strict, nostrict, 0)

0.91 Thu Jan 24 21:50:20 CET 2008
- Fixed tests: utf8 problems with perl 5.8.[0-7]
- Change: open_mode without leading '<'

0.90 Thu Nov 15 00:39:35 CET 2007
- New Feature: use objects as plugins
- New Feature: option open_mode (e.g. '<:utf8') (thanks to Moritz
  Lenz and Chris Hagglund)
- Fixed tests: permission problems on Win32

0.89 Mon Oct 29 21:50:40 CET 2007
- New Feature: BREAK attribute for loops (see docs)
- Bugfix: utf8 in scalarrefs (thanks to Chris Hagglund)
- Experimental feature: chomp newlines before/after tags. See docs.

0.88 Mon Sep 10 22:05:44 CEST 2007

Changes  view on Meta::CPAN

- Fix: uri_escape_utf8 for parameters in utf8
- Fix for DBIx::Class objects ('can' method doesn't work here like expected)
- Fix: Allow <%= array_of_arrays[0][0] %>
- New Feature: get count of array elements <%= array# %>

0.84 Sun Feb 11 15:43:38 CET 2007
- Bugfix: includes in var includes didn't expire cache
- Bugfix: tagstyle and use_perl weren't correctly passed to includes
  when using filecache
- Bugfix: plugins weren't safed in file cache

0.83 Tue Nov 28 22:59:06 CET 2006
- Added Feature: TMPL_EACH
- Added missing plugin feature

0.82 Mon Nov  6 21:25:23 CET 2006
- Added: shorter plugins (omit the HTML::Template::Compiled::Plugin)
- Added Feature: TMPL_INCLUDE_STRING
- Added Feature: TMPL_PERL for including perl-code

0.81 Fri Nov  3 22:48:05 CET 2006
- Minor change in plugin code

0.80 Sun Oct 15 16:39:02 CEST 2006
- Bugfix: characters like '-' in <tmpl_* foo-bar> lead to
  compilation errors

Changes  view on Meta::CPAN

- Bug Fix: global_vars and variables that are never set
  http://rt.cpan.org/Public/Bug/Display.html?id=17851
- Change: allow CASE default in a list of other strings
- Bug Fix: weird endless loop when using wrong tags

0.60 Sun Feb 26 18:46:07 CET 2006
- Clarified docs for TMPL_WITH to explain interaction with global_vars
- New Feature: TMPL_VERBATIM
- Bug Fix: error when double TMPL_ELSE
- New feature: global_vars => 2

0.59 Tue Jan  3 19:40:46 CET 2006
- $UNTAINT
- All the "new_" constructor shortcuts were added from HTML::Template, with
  tests for each. Also, the type/source option syntax to new() is now
  supported. Tests were added for all these, which were generally missing from
  the HTML::Template test suite. 

Changes  view on Meta::CPAN

- Added query() tests from HTML::Template suite. (Currently TODO)
- Change: use dot notation for mehtod calls and dereference
- Change: literal dots in var names work now; you can't use -> for method calling
  any more, just use the dot

0.58 Sun Dec 11 23:20:35 CET 2005
- fixed test with html entities
- use H::T::C speed => 1
- tmpl_include_var
- TMPL_LOOP_CONTEXT

0.57 Wed Dec  7 15:54:05 CET 2005
- tmpl_comment doesn't output
- tmpl_noparse does, though
- various pod- and test-fixes

0.56 Wed Dec  7 01:46:21 CET 2005
- some include and scalarref  issues fixed
- <tmpl_comment>
- <tmpl_switch>, <tmpl_case>

0.55 Wed Nov 23 22:36:58 CET 2005
- search_path_on_include

0.54 Wed Nov 23 21:21:49 CET 2005
- fixed path issues
- better handling of unbalanced tags

0.53 Thu Oct  6 22:12:53 CEST 2005
- fixed another issue with filter

Changes  view on Meta::CPAN


0.09  Fri Apr 15 00:31:23 CEST 2005
 - </TMPL_IF name>
 - caching improved (expire)

0.06  Sat Feb 26 00:45:31 CET 2005
 - ESCAPE=HTML

0.05  Sat Feb 26 00:31:21 CET 2005
 - TMPL_INCLUDE

0.04  Fri Feb 25 00:29:44 CET 2005
 - caching improved

0.03  Thu Feb 24 23:17:10 CET 2005
 - Quote Handling (NAME="var")

0.02  Tue Feb 22 01:18:23 CET 2005
 - fixed bugs, caching half implemented

0.01  Sun Feb 20 17:44:07 2005
	- original version; created by h2xs 1.23 with options
		-AX -n HTML::Template::Compiled

 view all matches for this distribution


HTML-YaTmpl

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

Revision history for Perl extension HTML::YaTmpl.

1.0  Mon Sep 29 09:40:04 CEST 2003
	- initial version as HTML::Tmpl

1.1  Fri Oct 31 19:47:41 CET 2003
	- renamed to HTML::YaTmpl due to a name conflict on cpan
	- a few minor changes regarding <:include>

1.2  Sat Nov  1 14:28:04 CET 2003
	- some OS specific testing

1.3  Fri Nov  7 18:41:27 CET 2003
	- macros, <:set> outside a <:for> or similar scope.

1.4  Sun Nov  9 18:41:07 CET 2003
	- better error handling for open() on directories

1.6 Thu Jun 17 21:57:24 CEST 2004
	- bugfix: an empty list could not be built with <:for> & co.

Changes  view on Meta::CPAN

                    </:for>
                  </=list>
	  is now working properly when "list" is a list of HASHes. Before
	  "b" was passed as a string: "HASH(0x804cc80)"

1.8 Sun Jan  2 11:04:58 CET 2005
	- compressed output

 view all matches for this distribution


HTTP-Body

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

1.18      2013-12-06 10:05:33 America/New_York
        - Added configurable basename regexp, test added with fixed regexp for next release
          (Torsten Raudssus [GETTY])
        - Added .gitignore

1.16    Wed, 3 Oct 2012 15:18:47 CET
        - Added support for application/json (Gareth Kirwan [GBJK])

1.15    Mon, 5 Dec 2011 02:59:02 CET
        - Added missing requirement (Torsten Raudssus [GETTY])

1.14    Tue 26 Oct 2010 19:42:00 CET
        - removed benchmark test data and benchmark script for release (Torsten Raudssus [GETTY])

1.12    Sat 19 Mar 2011 19:05:17 CET
        - Fixed the t/08 test

1.11    Tue 26 Oct 2010 14:10:00 UTC
        - Added param_order capability (Torsten Raudssus [GETTY])

 view all matches for this distribution


HTTP-Date

 view release on metacpan or  search on metacpan

t/date.t  view on Meta::CPAN

for (
    undef, '', 'Garbage',
    'Mandag 16. September 1996',
    '12 Arp 2003',

    #     'Thu Feb  3 00:00:00 CET 1994',
    #     'Thu, 03 Feb 1994 00:00:00 CET',
    #     'Wednesday, 31-Dec-69 23:59:59 GMT',

    '1980-00-01',
    '1980-13-01',
    '1980-01-00',

 view all matches for this distribution


HTTP-LoadGen

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

Revision history for Perl extension HTTP::LoadGen.

0.07  Wed Dec 15 11:05:16 CET 2010
      - register_iterator / get_iterator
      - dnscache in Run.pm moved to a my-variable
      - conncache and tlscache per thread
      - BUGFIX: wrong postdelay in follow iterators
      - recognize HTTP codes and methods that do not include response bodies

 view all matches for this distribution


( run in 3.515 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )