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


Devel-Debug-DBGp

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN


0.07      2016-04-28 15:06:27 CEST

    - Fix check for unbreakable line

0.06      2015-12-20 16:15:44 CET

    - Prevent a failed connection at startup from breaking breakpoints

0.05      2015-12-15 20:18:03 CET

    - Run tests using an Unix-domain socket on non-Windows platforms

0.04      2015-12-15 10:10:10 CET

    - Test fixes for Perl 5.6
    - Basic documentation

0.03      2015-12-06 22:49:27 CET

    - Test fixes for Perl 5.14

0.02      2015-12-06 20:10:37 CET

    - More compatibility fixes for existing Xdebug clients
    - Optionally do not open a DBGp connection during startup,
      and don't terminate the program when the debugger disconnects

0.01      2015-11-26 15:29:27 CET

    - Xdebug compatibility mode (to be able to use existing
      IDE debugger plugins)
    - Speed up program execution when the debugger is loaded but
      debugging is disabled

 view all matches for this distribution


Devel-FindRef

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

	- fix a bug causing some GV references to be dropped.
        - find and output lvalue target references.
        - escape hash keys on output.
        - avoid a crash when passing in a non-reference.

1.4  Mon Dec  1 14:43:35 CET 2008
	- show refcount for each scalar.
        - indicate that scalars are mortalised (but not where).
        - flatten the results slightly.

1.31 Sun Jul 20 18:38:17 CEST 2008

Changes  view on Meta::CPAN


1.2  Sat Apr 26 05:14:58 CEST 2008
	- apply lots of fixes by Chris Heath.
        - redo example in manpage, it's complete now.

1.1  Sat Dec 29 22:04:14 CET 2007
	- ignore weak references.
        - weaken internal references, to avoid displaying
          them and drowning important output.
        - properly find magical references.

1.0  Wed Nov 28 13:19:45 CET 2007
	- correctly restore RMAGICAL flag (Ruslan Zakirov).

0.2  Wed Feb  7 22:31:58 CET 2007
	- "backport" to 5.8.8.

0.1  Fri Jan 12 00:06:57 CET 2007
	- initial release.

0.0  Thu Jan 11 14:21:47 CET 2007
	- copied from Convert-Scalar.

 view all matches for this distribution


Devel-SearchINC

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

    - removed unused variables

1.100850  2010-03-26 21:34:37 Europe/Vienna
    - converted the distribution to Dist::Zilla-style

1.39 Sat 2010.02.06 14:46:06 CET (Marcel Gruenauer <marcel@cpan.org>)
    - set broad untaint_pattern for File::Find, as that gets it wrong on OS X
      (its pattern doesn't allow spaces in filenames)

1.38 Tue Aug  4 19:09:11 WEST 2009 (Marcel Gruenauer <marcel@cpan.org>)
    - more output under :debug
    - prune a directory if it contains INC.SKIP

1.37  Thu Nov  6 23:09:35 CET 2008 (Marcel Gruenauer <marcel@cpan.org>)
    - caused a bug where a program running under -T caused an "Insecure
      dependency in chdir while running with -T switch" error

1.36  Tue Nov  4 12:49:31 CET 2008 (Marcel Gruenauer <marcel@cpan.org>)
    - build_cache() just returns if no paths were set to avoid a warning from
      File::Find::find(); had CPAN tester failures because of that; my own
      tests worked because I used Devel::SearchINC in $PERL5OPT...

1.35  Thu Oct 30 16:32:55 CET 2008 (Marcel Gruenauer <marcel@cpan.org>)
    - If a module is found, set its entry in %INC to avoid the
      '/loader/0x1234567/Foo/Bar.pm' effect, so it works nicely with
      Devel::NYTProf

1.34  Thu Jul 25 15:27:43 CEST 2008 (Marcel Gruenauer <marcel@cpan.org>)

 view all matches for this distribution


Devel-StatProfiler

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN


    - Varios fixes for Perl 5.38
    - Fix segfault under Perl 5.24
    - Try to avoid segfaults if output directory is not writable

0.51      2020-03-26 18:20:02 CET

    - Make statprofilehtml more resilient to partial profile files

0.50      2016-10-24 12:20:51 CEST

Changes  view on Meta::CPAN


0.49      2016-10-15 18:22:24 CEST

    - Reduce the amount of distinct eval entries created by Sub::Quote

0.48      2016-02-07 19:25:14 CET

    - Fix some subtle errors in eval mapping

0.47      2016-02-07 14:34:42 CET

    - Depessimize pathological case of many source entries only
      differing for uninteresting details

0.46      2016-02-06 19:16:38 CET

    - Optimized flamegraph generation

0.45      2016-01-31 18:35:13 CET

    - Silence warning

0.44      2016-01-31 16:48:08 CET

    - Optimize get_hash_by_name for the common case

0.43      2015-11-04 21:40:31 CET

    - Do not die if there is no source code for an eval

0.42      2015-10-24 19:40:39 CEST

Changes  view on Meta::CPAN


    - Fixed bug in repeated report merged
    - Do not die() when calling can_process_trace_files() on
      non-existing files

0.22      2015-03-28 18:28:39 CET

    - Fixed backwards compatibility with reports generated by version
      0.20 or lower

0.21      2015-03-28 16:09:41 CET

    - Generate a synthetic file name for XS functions, based on the package
    - Speed up merge of packed source maps

0.20      2015-03-26 21:04:35 CET

    - Fix 'all_evals' mode for -source to work as documented
    - Reduce memory footprint for some pathological fork/eval uses

0.19      2015-03-24 11:23:02 CET

    - Handle reports with spaces in their names

0.18      2015-03-23 09:27:36 CET

    - Do not add unnecessary entries for files containing #line directives
    - Re-emit section markers after fork (re-emitting metadata needs to
      be done by the calling program)

0.17      2015-03-16 09:54:02 CET

    - Avoid pathological case when there are many process state files

0.16      2015-03-12 19:26:18 CET

    - Fix segfault when the output directory is not writable

0.15      2015-03-12 10:09:01 CET

    - Allow writing section start/end when profiling is enabled but
      the runloop has not started yet

0.14      2015-02-13 12:54:53 CET

    - Fix segmentation fault that happens under uWSGI when loading the
      module without starting the profiler

0.13      2015-01-27 17:03:19 CET

    - Speed up aggregation when there is an high number of child
      processes.

0.12      2014-12-30 09:54:29 CET

    - Make tables sortable
    - Move list of all files to a separate page
    - Use multiple directory levels for saved eval "" source code
    - Handle lexical subroutines

0.11      2014-12-05 10:31:08 CET

    - Test fix for Perl 5.14

0.10      2014-12-05 10:17:57 CET

    - Fix incorrect section attribution for the first/last
      sample of a section

0.09      2014-12-01 21:42:34 CET

    - Saner API to get the final merged report object

0.08      2014-11-27 17:15:41 CET

    - Fix glitch in the collection of eval BLOCK stack frames

0.07      2014-11-24 11:37:21 CET

    - Allow changing source code saving policy while profiling

0.06      2014-11-21 22:24:46 CET

    - Fix compressed report generation for #line-mapped files

0.05      2014-11-20 23:08:26 CET

    - Fix race condition when loading merged report

0.04      2014-11-19 23:47:19 CET

    - Test fixes for Perl 5.14
    - Optionally Gzip-compress generated HTML/SVG files

0.03      2014-11-18 12:36:18 CET

    - Do not report eval BLOCK stack frames
    - Allow running aggregation on multiple hosts
    - Minor tweaks to aggregation code

 view all matches for this distribution


Devel-TraceVars

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

0.03 Sat Mar 31 23:34:49 CEST 2012
	Corrections to the documentation’s formatting (including POD syntax),
	alignment, grammar and style (by Shlomi Fish)
	Add t/pod.t to test for POD validity (by Shlomi Fish)

0.02 Tue Feb 23 20:30:57 CET 2010
	Add a README

0.01 Sat Feb 13 19:51:55 CET 2010
	First release

 view all matches for this distribution


Devel-cst

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

0.007     2016-03-20 19:01:22+01:00 Europe/Amsterdam
          Drop dependency on Sub::Exporter::Progressive
          Add libexecinfo on bsdish operating systems
          Eliminate Test::Exception dependency

0.006     2014-02-06 02:19:52CET+0100 Europe/Amsterdam
          Preload debugging libraries
          Load cst earlier in test files

0.005     2013-05-19 19:21:40 Europe/Amsterdam
          Skip failing test harder on 5.18+

 view all matches for this distribution


Devel-ebug-Wx

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

	  view.

0.06  Sun Mar 25 20:18:49 CEST 2007
	- Allow saving/restoring program/view state.

0.05  Mon Mar 19 22:05:24 CET 2007
	- Keep breakpoints when program is restarted.
	- Depend on Devel::ebug 0.47.

0.04  Sat Mar 17 21:05:06 CET 2007
	- Always use Config::IniFiles for program configuration.
	- Add serialization (via YAML) to the configuration manager.
	- Make the view manager more resilient to inconsistent AUI state.
	- More graceful handling for program termination (notify user
	  and do not crash)

0.03  Sun Mar 11 18:40:45 CET 2007
	- Add expression display and console output views.
	- Allow putting multiple views in a notebook to save space.
	- Begin documenting the various services.
	- Fix some bugs in view handling, and improve behaviour.
	- Use Alt+key intead of a single key for accelerators.
	- Display breakpoints ordered by file and line.

0.02  Tue Mar  6 23:48:59 CET 2007
	- Save window state between debugging sessions.
	- Add a 'service' concept and introduce ViewManager
	  and Configuration services.
	- Add "File -> Load file" and "Run -> Restart" commands.
	- Load all breakpoints when displaying the relative view.
	- Add view to show console output and a real expression eval view.
	
0.01  Sun Mar  4 17:21:25 CET 2007
	- First public release.

 view all matches for this distribution


Device-Gsm

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

    - Plenty of style, test and functionality fixes contributed by Joel Maslak
      and Paul Cochrane, as part of the CPAN PR Challenge. Awesome job, thanks!
    - Amended the main module documentation to make it clear this module is
      in maintenance mode and hasn't seen any major development work in years.

1.60  Fri Mar 16 12:14:07 CET 2012
    - Removed the syslog test. Was artificial and pointless,
      and it failed on Windows and Solaris. Thanks to CPAN testers reports.

1.59  Thu Mar  8 10:13:30 CET 2012
    - Fixed RT #75619, POD fixes to make the POD clean for Debian packaging.
    - Applied .perltidyrc to all source files. Watch out if you had patches :)

1.58  Mon Mar  7 22:31:22 EST 2011
    - Fixed RT #48229, an uninitialized value when registering to the network

Changes  view on Meta::CPAN

    - Fixed RT #57585. Thanks to Eric Kössldorfer for his patch and
      test case.
    - Added PDU<->latin1 conversion functions in Device::Gsm::Pdu
    - Note to self: first release from Australia!

1.56  Mon Nov 15 21:00:00 CET 2010
    - When sending messages in text mode, now we wait a bit
      between the +CMSG command and the actual text.
      Fixes RT #61729. Thanks to Boris Ivanov for the report.
    - Added clear example of logging to a custom file
    - Added a warning for not implemented _read_messages_text()

Changes  view on Meta::CPAN


1.53  Fri Aug 14 21:43:37 CEST 2009
    - Fixed RT #48700, deleting SMS message with index 0 didn't work.
      Thanks to Vytas M. for reporting the bug.

1.52  Tue Nov 25 21:24:00 CET 2008
    - Added a longer timeout on call forwarding. Thanks to Marek Jaros.

1.51  Wed Oct 29 22:32:00 CET 2008
    - Added new method to set/reset call forwarding options
      (patch contributed by Attila Nagy: thanks!)
    - Removed the syslog test script (t/04syslog.t).
      It continuously broke tests on Solaris and basically every
      other setups where you are not installing as privileged user.

Changes  view on Meta::CPAN

1.49  Sat Aug  9 15:12:00 CEST 2008
    - Modified manufacturer() to work also with some Motorola phones,
      that report AT+CGMI in a slightly different way.
    - Changed my phone number :)

1.48  Wed Feb 28 21:55:23 CET 2007
    - Fixed CPAN bug #24781, thanks to torsten at archesoft dot de for reporting.

1.47  Tue Feb 13 11:31:24 CET 2007
    - Fixed t/30networks.t test script.

1.46  Tue Dec 19 22:05:31 CET 2006
    - Fixed CPAN RT wishlist #23575.
      Again thanks to Troels for his ideas.

1.45  Tue Oct 17 18:01:43 CEST 2006
    - Fixed CPAN RT bugs #21991, #21992, #22025.

Changes  view on Meta::CPAN

    - modified send sms in text mode to cope with slower/older devices
    - modified message read method to set pdu mode before executing

1.28
  ||
1.25  Fri Jan 23 00:59:16 CET 2004
    - further documentation, troubleshooting and autoscan utility
      sections
    - added all new pdu sms token-oriented decoding classes
      (this is an 80% complete implementation, mostly regarding charset
      conversion issues)
    - Device::Gsm::Sms public class is now documented properly

1.24
  ||
1.20  Wed Jan 21 23:32:45 CET 2004
    - completed full documentation (to be revised)
    - documented working irda/bluetooth connections (always
      through device::serialport :-)

1.19
1.18  Mon Mar 24 23:32:27 CET 2003
    - added a complete interface to read messages on SIM card
      ( $gsm->messages() method and Device::Gsm::Sms objects )
    - some minor cleanup

1.17  Thu Sep 12 00:22:06 CEST 2002

Changes  view on Meta::CPAN

    - now service_center() works
    - device identification functions now work
    - improved test suite
    - fixed logging class mechanism

1.06  Sat Mar 30 16:43:55 CET 2002
    - added manufacturer(), model(), software_version() methods to 
      get information about the device
    - added test_command() to test support for a specific GSM command

1.05  Sat Mar 30 15:12:09 CET 2002
    - added service_number() method

1.04  Mon Mar 25 07:34:52 CET 2002
    - added pod, html, text docs

0.01  Tue Feb 26 22:15:31 CET 2002
    - original version; created by h2xs 1.20 with options
        -A -X -n Device::Gsm -v 0.01


 view all matches for this distribution


Device-Modem

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

      http://www.dagolden.com/index.php/369/version-numbers-should-be-boring/
    - Added some extra tests (xt/author, xt/release).
    - Fixed some spelling.


1.57  Sun Jan 26 11:36:11 CET 2014
    - Added a "handshake" option to the connect() method.
      Allowed values are "xoff", "rts" or "none" (default).
      Thanks to Ezio Bonsi for suggesting the idea.

1.56  Thu Sep 29 13:43:31 CEST 2011

Changes  view on Meta::CPAN


1.54  Sun May 29 20:53:23 AEST 2011
    - Removed uninitialized warning on $obj->{'CONNECTED'}.
      Fixes RT #68504.

1.53  Thu Apr 01 13:49:00 CET  2010
    - ***CHANGED*** default log file position
      from /var/log/modem.log to /tmp/modem.log.
      Too many failed tests and user reports made me
      reconsider my poor default choice.
    - Added voice dialing. Just dialing though.
      You can't perform real voice calls through Device::Modem (yet :)
      Thanks to Marek Jaros.
    - Added ';' (voice dialing) and 'p' (pause) as valid values
      for dial() number.

1.52  Sun Mar 28 15:50:00 CET  2010
	- Added automatic port reconnection in the port() method.
	  This should improve connection reliability and reduce risk
	  of "Can't call method XXXXXX on undefined value YYYYYY" errors.

1.51  Sun Jul  5 09:46:08 CEST 2009

Changes  view on Meta::CPAN


1.48  Sun Jun 24 09:30:16 CEST 2007
    - atsend() method made more reliable with longer commands (ex. longer sms messages).
      Thanks to Ben Knight for his bug report and patch.

1.47  Thu Apr 20 22:16:17 CET 2006
    - Sensible speedup in the command/response cycle.
      Thanks to Ed Wildgoose for his contribution.

1.46
1.45  Tue Nov 15 23:29:40 CET 2005
    - Fixed dial() now it does not wait for timeout in presence of a valid
      remote response (NO CARRIER, BUSY, ...)
    - Fine tuned answer read cycle times
    - Added constant $Device::Modem::WAITCMD for wait time before issuing commands (atsend)
    - Added patch to make Xmodem work from Aaron Mitti <amitti at 10east dot com>.
    - Now dial() accepts also '#' sign in numbers (thanks to Pierre Hilson).

1.44  Sat Apr 30 23:29:03 CET 2005
    - (again) now cygwin and darwin platforms should be detected correctly.
      (thanks to Rob Johnson for reporting)
    - added a preliminary version of Device::Modem::UsRobotics module,
      that allows to access voice/fax messages stored on your UsRobotics
      message modem. Read the (incomplete) docs for more details.

1.42  Sun Sep 19 21:12:10 CET 2004
    - little fix for correct MacOSX os detection and SerialPort inclusion
      (thanks to Lidie Steve for reporting)

1.39
1.38
1.37  Wed Aug 18 09:21:50 CET 2004
    - parse_answer() now in scalar context (string) returns *all* modem
      answer instead of removing the last string (OK/ERROR/...)
    - documented new example scripts: caller-id.pl and xmodem.pl

1.36
1.35
1.34  Sun Feb 22 18:12:54 CET 2004
    - fixed  CPAN bug #5131 (https://rt.cpan.org/Ticket/Display.html?id=5131)
    - closed CPAN bug #5134 (https://rt.cpan.org/Ticket/Display.html?id=5134)
    - dial() now should return correctly after a successful connect,
      without unnecessarily waiting for timeout
    - updated changes file missing in 1.35

1.33
1.32
1.31  Fri Jan 23 01:14:01 CET 2004
    - Improved reliability in answer() method (sempre lui!),
	  that was more unstable due to recent changes.
	- Documented _answer() internal function to get the raw modem reponse
	  instead of response string stripped of all cr/lf chars.

1.29
1.30  Sat Nov  8 18:23:02 CET 2003
    - improved answer() method speed. Now it runs sensibly faster, but needs
	  explicit timeout parameter if you want to wait for answers (dialing
	  a remote modem, for example)
	- implemented a basic xmodem file transfer. *DON'T KNOW IF IT WORKS*
	- documentation now stays only in docs/ folder, separate from main module
	- now there is a way to get the raw modem answers (internal _answer() method)

1.25
1.26
1.27
1.28  Sun May 18 17:19:23 CET 2003
	- dial() now works as expected, returning the `CONNECT' or `BUSY'
          or whatever message without hanging for minutes;
	- answer() routine now is definitely more reliable than before:
          now everytime the buffer receives input from modem, it does
          not restart counting the timeout. Removed also the possibility

Changes  view on Meta::CPAN

	- new(): added possibility to pass a custom log object as `log'
          property;
	- fixed log levels for File and Syslog plugins. Implemented
	  correct log level masking also for Syslog.

1.23  Wed Dec  4 00:34:52 CET 2002
        - little documentation adjustments in main Modem.pm class;
        - removed use of `warnings.pm'
        - now File log class opens the log file once and writes
          on already opened file handle, until final close().
        - Thanks to Joerg Neuberger for spotting out a problem with

Changes  view on Meta::CPAN

1.07  Wed Apr  3 22:05:00 CEST 2002
	- renamed `serial' parameter as `port', syncing with
	  existent docs
	- removed some warnings on parameters passing

1.05  Sat Mar 30 16:19:40 CET 2002
	- added and documented dial() and repeat(), still
      to be tested!

1.04  Mon Mar 25 07:37:20 CET 2002
    - cleaned up docs and some of source code

0.01  Tue Feb 26 22:15:22 CET 2002
	- original version; created by h2xs 1.20 with options
		-A -X -n Device::Modem -v 0.01

 view all matches for this distribution


Device-Velleman-K8055-Fuse

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN


0.01  Sun Mar 23 13:06:52 2008
	- original version; created by h2xs 1.23 with options
		-AXc -n Device::Velleman::K8055::Fuse

0.1   Thu Mar 27 13:51:37 CET 2008
	- Initial deployment version.

0.2   Sat Mar 29 13:51:37 CET 2008
	- Improved testing: Added init testing. Improved POD documentation.

0.3   Sun Mar 30 22:00:00 CET 2008
	- Improved POD.

0.4   Mon Mar 31 13:08:46 CEST 2008
	- Improved POD. Ipmroved sub OutputAllAnalog

 view all matches for this distribution


Device-WS2500PC

 view release on metacpan or  search on metacpan

lib/Device/WS2500PC.pm  view on Meta::CPAN

sub ws2500_InterfaceInit  ($;$);

our %data;
%data = ('debug'=>0, 'maxrepeat'=>10,
	 'commands'=>{'ACTIVATE'=>'0', 'DCF'=>'1', 'NEXTSET'=>'2', 'FIRSTSET'=>'3', 'GETSET'=>'4', 'STATUS'=>'5',
	              'INTERFACETEST'=>'CTST', 'INTERFACEINIT'=>'D'},
	 'markers'=>{'SOH'=>"\x01", 'STX'=>"\x02", 'ETX'=>"\x03", 'EOT'=>"\x04", 
	             'ENQ'=>"\x05", 'ACK'=>"\x06", 
		     'DLE'=>"\x10", 'DC2'=>"\x12", 'DC3'=>"\x13",
		     'NAK'=>"\x15"});
our $VERSION = "0.99";

lib/Device/WS2500PC.pm  view on Meta::CPAN

	# received at all, or gibberish. Furthermore the interface is not reset.
	# If anyone has a clear documentation how to activate this (and what to
	# to with it), please send them.
#	return 0 unless init_Interface ($port);
#	for (my $x=0;$x<$data{'maxrepeat'};$x++) {
#		send_Command ('INTERFACETEST');
#		sleep (0.04);
#		read_Response (1,\%response);
#		if ($response{'ok'} and $response{'message'} eq $data{'markers'}->{'ACK'}) {
#			$valid=1;
#			last;

 view all matches for this distribution


Digest-FNV-XS

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

Revision history for Perl extension Digest::FNV::XS

0.02 Thu Oct 29 11:56:22 CET 2015
	- first release.

0.01 Thu Oct 29 09:16:22 CET 2015
	- original version.

 view all matches for this distribution


Digest-Hashcash

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

1.0   Tue Jul 21 07:10:25 CEST 2015
        - perlmulticore support.
	- use better random number generator.
        - added stability canary support.

0.03  Thu Mar  3 18:00:52 CET 2005
	- generate more efficient code with gcc-3.4 and later.
        - change of contact address.

0.02  Thu Sep 11 08:16:54 CEST 2003
        - some workarounds for antiquated compilers like gcc-2.95.

 view all matches for this distribution


Digest-Perl-MD5

 view release on metacpan or  search on metacpan

test.pl  view on Meta::CPAN

Gauq60CvqNgy3dFAAmnpRBWNc6cVIXWfXgvT6XfmAlLuohUPt84azQOCNQnmE9rrgMbcAhp1s1lH86mr4hstY6VCN9Oh96zfJBi9Ix10pcyn9LE3SXmGU89x7OF7K5cj:0010b57772b6f90111b35019d7e2b567
wkj4IaVXdjacUF5Dsiacg9AeN6bo1dxnoHiWI3JLcKOXfKqyTrBZq244Y5iQ9G4odcaL5Kn8k1VqCcOltfbK85FW1ND1jxfnAfYwQbu03ggvjVHD0IeYEJLwmfnwCsK3y:5112b72e7cc23d008187d78591d8f2a1
ypeAK5tRcP0XntOWxDq7eMkkZGNigGHFWL5wHpdJ54wjoa5MDlJIYTTOqwXx2u2O6YbDefda9zjoAe04qADfjmTzIGXB1QfXEhrJmuJmTSAkXreeRHj1T2rrzeSqUYep6v:26cf45d6bf39e0dca0a22ccf4c165f19
YjPyvygWJ4eN8VkhN4a4mz85QSUU8QfWZUkljr8SmdwkZHsCBswOSuJydujbboY199djqb2DeoN3W5wooS26cCvgWEiYT6PS6S2mUUQZ9tTVpf9EX1A0uW6hqf5acKS8sLl:097a2c7f593cf2d6c24500e9f061f7c5
cv11ulKgAPf4D7vtriqyyvtzx4iwmTHpeyhzJSFaxL50IqkZyAoXVImjCuFPed5iBcIbUebiP69nnjdMKrAv0NFt8b8ce3lF6THRXIZCFYQT8TwIbX42AAlyBjBFdMbavIRj:68af8b7d484df8d422cc3ae4457434f7
hHMNwsxucT3dGX57ngwPqXkuzmvVVc42JHG5Z3q2Nj5k71hk8D0praKQn5C88w0H4xDTrTL43Hf0znbyQ1O71oOfkgdiD4PxrjhI3TDWrIMRVNfCETAw8fBilEqPy6dQfko94:965d8a1d10ba4ce8bce71c95db40afd9
RVmqx3cb9EFT42Rau0lZg1od44jeii903lhrfjseNYXIQFIbwU0CLeGF8PKhXK8RVg81pq53eTCVpbWLVNexRK3QpEYdeXU03SRi9NcexEZMFMorqsP83IOicDmhq77jPPsPsu:21a8c0096eb3097d3089cdd98d848ad7
TPYJsumGMCYrAR0e03IdaYa78QNqv5KfLzO3T0zvsoNS6DXXwv0wk1uiH7z3398EzNyiDXEWchE8KsW6OMtZDO7bLw4Fw39VGx4alyWoGrmgK9doLwdfbbhMyciU5hGCFACRYo5:0e16faa149d47eae07089500c8127a15
uGiBghFuT2yZ3A6GY8OJ4WfxsFZ9ue5PKegRmLc6EAVx1S3PQHoLtu8LZYLk2GZDL6kXImTcNEzEmsk30yFjSEVIswSl3IOEEZrdbbfPGFjTYtNOSiXBMJa55SgYrVtVKKZMM4si:da58ef1e21abfca7d7de64b1127e54f0
AB1oVF2ENQ5qq6mlOsa6etSO4HrGCJP2bHhXcarPRn67jiiYBjUFCCkx9B3BbIucgBZiChXjuUgD2prtybZ1E9oDBh5CQqEWSu4kBStVDzpvPHPdIF4dEiG5qCx7T2TBnOLPx4B0u:b6c1df0903449eee559fd2e09821e921
Qm9n1dWw8Z1gwWwZktIdd9qSK6fFx50dh0q94dw22o8pavelPMoTLFBmBGSZCJ2KzjJtm6lfkkulGyxlbM4MhvZJ2Iyuhr5HAE1NBdTMndXTCk5DX0g4m6EeE3zMlujMZaprd83rcR:a8524b421b925093db7ff790e68ef551

 view all matches for this distribution


Digest-Skein

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

	- fixed RT#52551 -- digest() should reset the object

0.04  Sat Nov 14 00:09:15 IST 2009
	- updated to spec v1.2

0.03  Mon Nov 17 18:43:25 CET 2008
	- fixed documentation bug (thanks, depesz)
	- get rid of the ShortMsgKat*.txt from the *.tar.gz (too large)
	- add digest-benchmark (not installed)
	- minor cleanups

0.02  Sat Nov 15 19:30:06 CET 2008
	- sync with http://www.schneier.com/code/Skein_NIST_CD_111008.zip
	  this fixes a bug with the block padding size, see
	  http://www.schneier.com/blog/archives/2008/10/the_skein_hash.html#c323784
	- NOTE: the hash values for 512 and 1024 have changed because of the above!

0.01  Sat Nov 15 14:16:45 CET 2008
	- patch from Taro Nishino <taro.nishino at gmail> to compile on Win32
	- fix compilation on DragonFly (treat it as BSD)

0.00_03  Thu Nov  6 16:05:20 CET 2008
	- Makefile.PL tweaks: proper dependencies

0.00_02  Tue Nov  4 10:55:10 CET 2008
	- Makefile.PL tweaks to shut up the CPAN tester trying "make dynamic"

0.00_01  Fri Oct 31 19:11:12 2008
	- original version; created by h2xs 1.23 with options
		-x -O -b 5.8.0 -A -B -n Digest::Skein Optimized_64bit/SHA3api_ref.h

 view all matches for this distribution


Digest-Trivial

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

Version 2010011301 Wed Jan 13 22:05:38 CET 2010
+ Kwalitee test changed to an author only one

Version 2009112401
+ POD & Kwalitee tests
+ Mention all requirements in Makefile.PL

 view all matches for this distribution


Dir-Split

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN


 - Update broken license link.

 - Add metadata repository link.

0.80 Sat Feb 16 13:18:05 CET 2008

 - Added test-file split.t.

 - Revised the code for excluding '.' and '..'.

 - Removed dependency upon a certain perl version.

 - Reformatted scripts/dir-split.pl.

0.79 Thu Dec 20 21:30:14 CET 2007

 - Fixed a bug (don't remove the first two files from the list,
   assuming we have '.' and '..', use grep instead).

 - Refined documentation (formatting) and code layout.

0.77 Sun Mar 19 22:14:55 CET 2006

 - Both internal routines which are crucial to moving files,
   _mov_num() and _mov_char(), detect now whether multiple files
   with the same filename exist; if so, "duplicates" are attached
   a numeric suffix which starts at 1 and is subsequently auto-

 view all matches for this distribution


Directory-Organize

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

	- repair building of MANIFEST
	- add test for POD in script 'mkdir_heute'
	- repair POD in script
	- add test for POD coverage

v1.0.1 Sun Dec 19 18:38:08 CET 2021
	- move on GitHub
	- clean up repository

2018-05-07 19:32 CEST (mathias) v1.0.0
	- minor corrections in documentation

Changes  view on Meta::CPAN

	- limit columns in output

2012-07-20 18:45 CEST (mathias) Version 0.9.6
	- t/script-mkdir_heute: skip test on MSWin32

2011-11-02 21:28 CET (mathias) Version 0.9.5
	- t/script-mkdir_heute: add -l option to script invocation

2011-11-02 10:01 CET (mathias) Version 0.9.4
	- t/script-mkdir_heute: additional diagnostics

2011-10-31 18:22 CET (mathias) Version 0.9.3
	- added 'perl' and '-Ilib' to invocation of script in
	  t/script-mkdir_heute

2011-10-31 11:47 CET (mathias) Version 0.9.2
	- tests for script mkdir_heute

2011-10-15 09:49 CEST (mathias)
	- mkdir_heute: show text from selection at exit

 view all matches for this distribution


Disque

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

0.04	Thu Aug 08 14:00:00 CET 2015
    * Add commands qscan, qstat and jscan

0.03	Tue Jul 22 18:15:00 CET 2015
    * Fix in 'examples/consumer.pl' don't do unnecessary foreach

0.02	Tue Jun 30 21:50:00 CET 2015
    * Just update doc

0.01	Thu May 19 22:00:00 CET 2015
    * First version, tracking git://github.com/antirez/disque

 view all matches for this distribution


Dist-Zilla-MintingProfile-MapMetro-Map

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

 - (dev req) + Test::Version 1
 - (dev req) + Test::Warnings 0.026
 - (dev sug) + Dist::Iller 0.1411
 - (dev sug) + Dist::Iller::Config::Author::CSSON 0.0328

0.1500 2015-02-01T22:30:36Z CET
 [Enhancements]
 - Added PodWeaver and MapMetro::MakeLinePod to dist.ini (pr:1 pr:2 BooK++)

0.1402 2015-01-29T22:33:16Z CET
 [Bug Fixes]
 - Previous version had a faulty dist.ini, which meant nothing could be
   minted (thanks to BooK for bug report).

0.1401 2015-01-13T15:31:07Z CET
 [Meta]
 - All modules should have a version.

0.1400 2015-01-13T14:21:11Z CET
 [Meta]
 - Adapted to changed Dist::Zilla settings.

 [Bug Fixes]
 - The bundle used wasn't on Cpan. Now no bundle is added to the generated
   dist.ini.

0.1300 2015-01-05T16:08:04Z CET
 [Enhancements]
 - Use @Iller plugin bundle.
 - Added DZP::MapMetro::MakeLinePod to the minted dist.ini.

0.1200 2015-01-04T18:35:02Z CET
 [Enhancements]
 - Separated minting of the metro-file.

0.1100 2015-01-04T13:51:15Z CET
 [Meta]
 - Added prereqs

 [Enhancements]
 - Much improved minting.

0.1000 2015-01-01T00:54:41Z CET
 - Initial release

 view all matches for this distribution




Dist-Zilla-Plugin-Documentation-SQL

 view release on metacpan or  search on metacpan

t/01_basic.t  view on Meta::CPAN

# \author: Armand Leclercq
# \file: t/01_basic.t
# \date: Wed 17 Dec 2014 02:51:21 PM CET

use strict;
use warnings;

use Test::DZil;

 view all matches for this distribution



Dist-Zilla-Plugin-MapMetro-MakeGraphViz

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

 [Revision]
 - Now uses namespace::autoclean instead of namespace::sweep
 - Now uses [MakeMaker] instead of [ModuleBuild*]
 - Prereqs is set in dist.ini (cpanfile removed)

0.1102 2015-01-31T17:25:16Z CET
 [Documentation]
 - Fixed pod error (pr:1)

0.1101 2015-01-16T22:34:39Z CET
 [Documentation]
 - Cleaned up, pod now built with pod weaver

 [Enhancements]
 - When using hidden lines, make them white, not width 0.

 [Meta]
 - Added missing prereq.

0.1100 2015-01-04T18:19:04Z CET
 [Enhancements]
 - Now uses the local metro file, instead of the installed one.
 - Requires environment variable to run.
 - Adds a label with the city name to the generated image.

0.1000 2015-01-03T23:33:22Z CET
 - Initial release

 view all matches for this distribution


Dist-Zilla-Plugin-MapMetro-MakeLinePod

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

 [Requirements]
 - Now uses namespace::autoclean instead of ::sweep.
 - Now uses [MakeMaker] instead of [ModuleBuild*]
 - Prereqs is set in dist.ini (cpanfile removed)

0.1201 2015-01-21T16:16:14Z CET
 [Enhancements]
 - Now produces a Lines.pod (instead of Lines.pm).
 - If possible, sorts possible line changes numerically.

 [Requirements]
 - Changed Syntax::Feature::Qi to ::Qi
 - Removed some author test dependencies

0.1200 2015-01-07T00:13:48Z CET
 [Enhancements]
 - Show each line's color.
 - All changes and transfers are lined up.

 [Meta]
 - Adapted to Podweaver.
 - Changed dist.ini to DZ::PB::Author::CSSON.

0.1101 2015-01-05T21:53:45Z CET
 [Bug Fixes]
 - $VERSION was duplicated in the generated pod module.

0.1100 2015-01-05T16:54:35Z CET
 [Enhancements]
 - More failsafe formatting of generated pod.

0.1002 2015-01-05T15:52:41Z CET
 [Enhancements]
 - Reduce podness of string.

0.1001 2015-01-05T15:45:53Z CET
 [Enhancements]
 - Reduce podness of string.

0.10000 2015-01-05T15:37:42Z CET
 - Initial release

 view all matches for this distribution


Dist-Zilla-Plugin-MinimumPerlFast

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

          - Add config-finder argument

0.003     2015-02-04 21:20:29+01:00 Europe/Amsterdam
          Correct plugin name in description

0.002     2014-03-17 16:21:11CET+0100 Europe/Amsterdam
          Switched to strict version strings
          Fixed documention

0.001     2013-05-29 22:13:35 Europe/Amsterdam
          Initial release

 view all matches for this distribution


Dist-Zilla-Plugin-ModuleBuildTiny

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

          final content determined at the normal time (setup_installer)

0.007     2014-09-01 11:25:41+02:00 Europe/Amsterdam
          use strict, warnings in generated Build.PL

0.006     2014-01-13 00:54:54CET+0100 Europe/Amsterdam
          Prohibit the use of a sharedir configuration that is not supported
          Add basic testing

0.005     2013-09-08 21:41:33 Europe/Amsterdam
          Prohibit dynamic_config

 view all matches for this distribution


Dist-Zilla-Plugin-PPPort

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN


0.007     2014-04-26 00:13:51CEST+0200 Europe/Amsterdam
          Support Module::Build style ppport paths
          Add a develop requirement on Devel::PPPort

0.006     2014-02-13 02:32:32CET+0100 Europe/Amsterdam
          Add ascii encoding for ppport.h
          Use Stringlike type instead of Path::Class type for filename
          Use StrictVersionString instead of VersionObject for version

0.005     2013-05-19 17:06:07 Europe/Amsterdam

 view all matches for this distribution


Dist-Zilla-Plugin-PkgVersion-Block

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN


0.0107 2015-05-31T15:27:16Z CEST
 [Requirements]
 - Use namespace::autoclean (instead of namespace::sweep). Fixes #1.

0.0106 2015-02-18T15:01:48Z CET
 [Requirements]
 - Listed consumed DZ roles as runtime prereqs.

0.0105 2015-02-18T14:52:22Z CET
 [Meta]
 - Removed cpanfile, prereqs now in dist.ini.

 [Requirements]
 - Specified version for Test::DZil (needs 5.000).
 - Various new Dist::Zilla plugins.

0.0104 2015-01-15T17:27:07Z CET
 [Meta]
 - Nothing was indexed. Now uses [MetaProvides::Package].

0.0103 2015-01-15T16:40:32Z CET
 [Meta]
 - Better dzil settings.

 [Documentation]
 - Cleanup.

 view all matches for this distribution


( run in 1.107 second using v1.01-cache-2.11-cpan-49f99fa48dc )