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


Excel-Template

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

      thanks to Nigel Metheringham.
    Fixed some documentation errors, thanks to Robert James Clay.
    Made Spreadsheet::WriteExcel links in format docs more generic (Nigel Metheringham)
    Added missing cell comment documentation

0.33 Sun Feb 20 20:07:43 CET 2011
    Implemented the COMMENT argument

0.32 Mon Jul  5 18:58:05 CEST 2010
    Official release for development release 0.31_1

 view all matches for this distribution


Exporter-Simple

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

Revision history for Perl extension Exporter::Simple.

1.10  Thu Nov 21 17:00:15 CET 2002
    - Another almost-TOTAL rewrite. Version 1.00 *was* beautiful, but didn't
      quite do what we wanted. Slaven Rezic pointed out that it was still
      necessary to declare our() vars in packages that imported from a module
      that used Exporter::Simple and asked if this requirement could be
      removed. The solution turned out to be somewhat involved (read the

Changes  view on Meta::CPAN

	  It's beautiful. And more proof of the old adage "if it's too
	  complicated, there's probably something wrong with it" - when
	  it's right, it's rather simple and elegant and things easily
	  fall into place.

0.13  Fri Mar 15 22:42:16 CET 2002
	- Incorporated two patches sent by Richard Clamp in response
	  to bug reports by Mark Fowler (thanks guys). First, Makefile.PL
	  now contains Filter::Simple in its PREREQ_PM, and it builds with
	  a newer Attribute::Handler and Filter::Simple, which mess
	  around with our import() sub.

 view all matches for this distribution


ExtUtils-Depends

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

    - Updated license in RPM spec file; closes RT#88196
    - Updated contact info and added git repo info to POD
    - Add comments for find_extra_libs method (closes RT#43900)
    - Fixed typo (closes RT#86572)

0.304 Wed Jan 26 08:48:18 CET 2011
	- More robust detection of gcc toolchains on Win32
	  (Closes: RT#62455) (sisyphus).
	- Don't assume dlltool is called 'dlltool' on Win32+gcc. Ask Config.pm
	  instead (Closes: RT#62455) (sisyphus).

0.303 Mon Nov 29 19:42:59 CET 2010
	- Fix a race condition when running the tests in parallel.

0.302 Sat Jul  4 15:28:35 CEST 2009
	- Create import libraries if necessary to fix linking when gcc is used
	  on MSWin32 (Strawberry Perl, for example).

 view all matches for this distribution


ExtUtils-FakeConfig

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

	- Makefile implib_mingw now works with dmake (patch by Mark Dootson).

0.10  Mon May 28 21:41:57 CEST 2007
	- Corrected dmake URL (patch by Steve Hay).

0.09  Sun Mar 18 20:46:55 CET 2007
	- Fix bogus POD coverage test.
	- Use ExtUtils::MY_Metafile to build META.yml.

0.08  Sun Sep 17 16:55:34 CEST 2006
	- Fix typo in 'perlpath' override (reported by Sisyphus).

Changes  view on Meta::CPAN

	- automated creation of import libraries for perlxx.dll
	- added documentation for Config_m.pm
	- Config_m.pm uses the 'make' program found
	  by Makefile.PL

0.05  Sun Dec 22 15:58:20 CET 2002
	- allow choosing which make to use via $ENV{MAKE}
	- fixed bug with nmake

0.04  Sat Nov 16 16:45:49 CET 2002
	- added regression tests
	- updated for ActivePerl 5.8.0

0.03  Wed Feb 20 18:19:02 CET 2002
	- minor tweaks to the configuration
	  (less warnings with recent Perls)
	- added this file
	- fixed error in INSTALL.txt
	- downgraded the "can't find compiler" error

Changes  view on Meta::CPAN


0.02  Tue May 08 16:13:15 CEST 2001
	- automated building of Config_m.pm
	- reworked as a generic override mechanism

0.01  Thu Jan 18 20:08:10 CET 2001
	- first version

 view all matches for this distribution


ExtUtils-Helpers

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

0.023     2016-08-06 20:52:34+02:00 Europe/Amsterdam (TRIAL RELEASE)
          - Make split_like_shell always unixy
          - Remove Module::Load dependency
          - Remove done_testing, it requires Test::More 0.88

0.022     2014-03-07 13:27:09CET+0100 Europe/Amsterdam
          Cleaned up remains of former functions
          Skip IO layers on <5.8 for 5.6 compatability
          Don't swallow pl2bat exceptions

0.021     2013-05-06 14:57:29 Europe/Amsterdam

 view all matches for this distribution


ExtUtils-MakeMaker

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

    Test Fixes
    * t/xs.t is now running tests against the XS build.
      (Michael G Schwern) (Leon Timmermans)


6.65_01 Tue Mar 19 00:06:17 CET 2013
    New Features
    * Improvements perlcritic support. (M. Schwern)
    * Improvements to dynamic linking for gcc (Tobias Leich)
      [github #43]
    * Change $(PERL_HDRS) from a hard coded list of headers to

 view all matches for this distribution


ExtUtils-ParseXS

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

3.50 - Mon May 8 23:12:28 2023 CEST
  - Silence warnings about unreached code in generated XS code
  - Correct colon translation of $type in OUTPUT section
  - Make versions in ExtUtils-ParseXS consistent

 3.49 - Wed Nov 16 11:14:55 2022 CET
  - Disable alias value collision warnings by default

 3.48 - Tue Nov 8 17:44:11 2022 CET
  - handle #else and #endif without blank line prefixes
  - better support for duplicate ALIASes
  - allow symbolic alias of default function
  - add support for elifdef and elifndef

3.47 - Sat Oct 22 10:36:38 2022 CET
  -  fix ExtUtils::ParseXS compatibility with perl < 5.8.8

3.45 - Fri Mar  4 22:42:03 2022
  - GH #19320: Fix OVERLOAD and FALLBACK handling.

3.44 - Thu Jan  6 23:49:25 2022
  - GH #19054: Always XSprePUSH when producing an output list.
  - Use more descriptive variable names.
  - Fix plan/skip in test file 002-more.t.

3.43 - Wed Mar 24 15:44:08 2021 CET
  - Use PERL_VERSION_LE instead of 5.33+ PERL_VERSION_LT.
  - Fix error message bug.

3.42 - Tue Nov 24 21:42:05 2020 CET
  - Restore compatibility with old versions that made use of
    "errors" function which was renamed to "report_error_count".

3.41 - Wed Aug 12 19:39:04 2020 CET
  - Use absolute paths in tests on all platforms.
  - Use PERL_VERSION compare macro.

3.40 - Wed Dec 5 05:35:19 2018 CET
  - RT #133654: Don't include OUTLIST parameters in the prototype.

3.39 - Mon Mar 5 17:46:41 2018 CET
  - RT #132935: Correctly check VERSIONs.

3.38 - Fri Feb 9 12:02:34 2018 CET
  - Correct name of variable 'ALIAS' (not 'Alias') in documentation.
  - Add PERL_REENTRANT for XS modules (get the reentrant versions of
    libc functions automatically without declaring as PERL_CORE or
    PERL_EXT).

3.37 - Mon Dec 11 01:54:44 2017 CET
  - Update documentation to avoid newGVgen.

3.36 - Tue Nov 14 09:45:55 2017 CET
  - Make generated code avoid warnings about the "items" variable
    being unused
  - Avoid some unused-variable warnings generated by XS code in the
    test suite

3.35 - Mon Jul 31 17:50:00 CET 2017
  - Fix ExtUtils-ParseXS/t/*.t that needed '.' in @INC (David Mitchell)
  - Remove impediment to compiling under C++11 (Karl Williamson)
  - Make build reproducinle (Chris Lamb)
  - (perl #127834) remove . from the end of @INC if complex modules
    are loaded (Tony Cook)
  - Replace :: with __ in THIS like it's done for parameters/return
    values (Mattia Barbon)

3.30 - Mon Aug 31 10:35:00 CET 2015
  - Promote to stable CPAN release.

3.29_01 - Mon Aug 10 10:45:00 CET 2015
  - Support added for XS handshake API introduced in 5.21.6.
  - Backported S_croak_xs_usage optimized on threaded builds
  - Fix INCLUDE_COMMAND $^X for Perl In Space
  - Remove 'use lib' left over from refactoring
  - Document + improve ancient optimization in ParseXS
  - Improve RETVAL code gen

3.24 - Wed Mar  5 18:20:00 CET 2014
  - Native Android build fixes
  - More lenient syntax for embedded TYPEMAP blocks in XS:
    a trailing semicolon will not be required for the block
    terminator.
  - Code cleanup.

3.22 - Thu Aug 29 19:30:00 CET 2013
  - Fix parallel testing crashes.
  - Explicitly require new-enough Exporter.

3.21 - Fri Aug  9 19:08:00 CET 2013
  - stop "sv_2mortal(&PL_sv_yes)" and "(void)sv_newmortal()" for immortal
    typemap entries [perl #116152]
  - Deterministic C output (fix for hash randomization in 5.18).

3.18_04 - Fri Jun 20 17:47:00 CET 2013
  - Fix targetable size detection (& better tests)
  - Assorted cleanup and refactoring.

3.18_03 - Fri Apr 19 18:40:00 CET 2013
  - Heuristic (and flawed) type canonicalization for templated
    C++ types.
  - More tests ported from core.

3.18_02 - Mon Apr 15 07:30:00 CET 2013
  - ExtUtils::ParseXS no longer uses global state (if using OO
    interface).
  - New "real" OO interface.

3.18_01 - Thu Apr 11 19:17:00 CET 2013
  - ExtUtils::Typemaps gains a clone method.

3.18 - Mon Nov 19 07:35:00 CET 2012
  - Restore portability to Perl 5.6, which was lost at EU-PXS 3.00.
  - [perl #112776] avoid warning on an initialized non-parameter
  - Only increment PL_amagic_generation before 5.9

3.15 - Thu Feb  2 08:12:00 CET 2012
  - Fix version for PAUSE indexer.

3.14 - Wed Feb  1 18:22:00 CET 2012
  - Promote to stable release.
  - Proper repository and bugtracker info in META.json.

3.13_01 - Sat Jan 29 12:45:00 CET 2012
  - ExtUtils::Typemaps:
    => Embedded typemap dumping: A method which will produce the
       verbatim string for inclusion in XS.
    => Introducing ExtUtils::Typemaps::Cmd, a helper module which
       can produce embedded typemap strings via simple one-liners.

Changes  view on Meta::CPAN

       occasionally.
    => Better error messages on typemap-related issues. If a no
       typemap was found for a given C type, list all mapped C types
       so that the user hopefully spots his mistake easily.

3.11 - Thu Dec 29 17:55:00 CET 2011
  - Version/distribution fixes.

3.09 - Wed Dec 28 18:48:00 CET 2011
  - Escape double quotes of file names/commands in #line directives.

3.08 - Mon Dec 19 18:03:00 CET 2011
  - Silence undefined-value-in-addition warning
    (Nothing serious, just happened sometimes when reporting line numbers for
    errors. But warning during build process.)

3.07 - Wed Dec  7 14:10:00 CET 2011
  - Fix inconsistent versioning in 3.06.

3.06 - Fri Dec  2 08:10:00 CET 2011

  - Fix Cygwin issues [Tony Cook]
    avoid conflicting static / dllexport on legacy perls too
    This probably fixes rt.cpan.org 72313 and 71964.
    (3928a66ad4bd8aee704eda1942b7877c0ff1ab2c in core)

Changes  view on Meta::CPAN

    6dfee1ec62c64d7afe8ced4650596dd9e7f71a63 in core

  - Avoid some test-time warnings [Zefram]
    97bae9c59cd181b3b54061213ec1fdce0ccb30d4 in core

3.05 - Wed Oct  5 08:14:00 CET 2011

  - No functional changes, promoted to stable release.

3.04_04 - Mon Sep 12 08:12:00 CET 2011

  - Simplify generated XS code by emitting a compatibility version
    of dVAR. [Nicholas Clark]

  - Fixed "INCLUDE: $cmd |", CPAN RT #70213

3.04_03 - Sun Sep  4 18:49:00 CET 2011

  - By #defining PERL_EUPXS_ALWAYS_EXPORT or
    PERL_EUPXS_NEVER_EXPORT early in your XS code, you can
    force ExtUtils::ParseXS to always or never export
    XSUB symbols. This has no effect on boot_* symbols since
    those must be exported.

3.04_02 - Sat Sep  3 15:28:00 CET 2011

  - Don't put null characters into the generated source
    file when -except is used; write the '\0' escape sequence
    properly instead. [Stephen Bennett]

3.04_01 - Sun Aug 28 17:50:00 CET 2011

  - The XSUB.h changes to make XS(name) use XS_INTERNAL(name)
    by default (which were in the 5.15.2 dev release of perl)
    have been reverted since too many CPAN modules expect to
    be able to refer to XSUBs declared with XS(name).

Changes  view on Meta::CPAN

    XS_INTERNAL/XS_EXTERNAL macros as necessary going back to
    perl 5.10.0 (which is the oldest perl I had for testing).
    By default, ExtUtils::ParseXS will use XS_INTERNAL(name)
    instead of XS(name).

3.04 - Thu Aug 25 08:20:00 CET 2011

  - Stable release based on 3.03_03, no functional changes.

3.03_03 - Wed Aug 24 19:43:00 CET 2011

  - Try to fix regression for input-typemap override in XS argument
    list. (CPAN RT #70448)

  - Explicit versions in submodules to fail early if something
    goes wrong.

3.03_02 - Sun Aug 21 13:19:00 CET 2011

  - Properly strip trailing semicolons form inputmaps. These could
    trigger warnings (errors in strict C89 compilers) due to
    additional semicolons being interpreted as empty statements.
    [Torsten Schoenfeld, Jan Dubois, Steffen Mueller]

Changes  view on Meta::CPAN

    back to XS where that is not available.

  - Introduces new EXPORT_XSUB_SYMBOLS XS keyword that forces exported
    XSUB symbols. It's a no-op on perls before 5.15.2.

3.03 - Thu Aug 11 08:24:00 CET 2011

  - Test fix: Try all @INC-derived typemap locations. (CPAN RT #70047)
    [Mike Sheldrake]

3.02 - Thu Aug  4 18:19:00 CET 2011

  - Test fix: Use File::Spec->catfile instead of catdir where appropriate.

3.01 - Thu Aug  4 17:51:00 CET 2011

  - No significant changes from 3.00_05.

3.00_05 - Wed Jul 27 22:54:00 CET 2011

  - Define PERL_UNUSED_ARG for pre-3.8.9 perls.
    This should fix the tests on those perls.

3.00_04 - Wed Jul 27 22:22:00 CET 2011

  - Require perl 5.8.1.

  - Patches from CPAN RT #53938, #61908
    Both of these are attempts to fix win32 problems:
    Bug #61908 for ExtUtils-ParseXS: MSWin compilers and back-slashed paths
    Bug #53938 for ExtUtils-ParseXS: MinGW Broken after 2.21

3.00_03 - Fri Jul 22 20:13:00 CET 2011

  - Add some diagnostics when xsubpp fails to load a current-enough
    version of ExtUtils::ParseXS. [Steffen Mueller]

  - Add a check to Makefile.PL that scans @INC to determine whether
    the new xsubpp will be shadowed by another, existing xsubpp
    and warn the user vehemently. [Steffen Mueller]

3.00_02 - Thu Jul 14 18:00:00 CET 2011

  - Move script/xsubpp back to lib/ExtUtils/xsubpp
    The original move caused old xsubpp's to be used.

3.00_01 - Tue Jul 12 22:00:00 CET 2011

  - Major refactoring of the whole code base.
    It finally runs under 'use strict' for the first time!
    [James Keenan, Steffen Mueller]

 view all matches for this distribution


ExtUtils-PkgConfig

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

    - Updated FSF address and copyrights

1.12  Sun Oct 19 13:56:07 CEST 2008
	- Try to fix a test failure.

1.11  Sat Mar 15 00:35:35 CET 2008
	- Fix test failures.
	- If pkg-config isn't found, warn and exit with status 0 instead of
          just dying so that CPAN testers don't send bogus failure reports.

1.10  Sat Feb  9 20:29:22 CET 2008
	- Fix test failures with older versions of perl and pkg-config.

1.09  Tue Jan 22 21:34:35 CET 2008
	- Add support for more pkg-config commands: cflags-only-I,
          cflags-only-other, libs-only-other, and static-libs (RT #32426, patch
          by Diab Jerius).
	- Fix a test failure in t/4.t (RT #31966).
	- Only print failure messages if appropriate; silence test suite.

 view all matches for this distribution


ExtUtils-Typemaps-Default

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

Revision history for Perl extension ExtUtils::Typemaps::Default.

1.05   Fri Dec  6 18:43:00 CET 2013
  - Fix invalid av_extend on zero-length vectors.
    (James Wright, RT #91213)

1.04   Sun Jun 23 18:11:00 CEST 2013
  - Fix typoes in stl::list typemaps.

 view all matches for this distribution


ExtUtils-Typemaps-Excommunicated

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

Revision history for Perl extension ExtUtils::Typemaps::Excommunicated.

0.01   Thu Jan 19 20:00:00 CET 2012
  - First release.

 view all matches for this distribution


ExtUtils-XSpp

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

	- Allow specifying XS typemap code in the XS++ typemap declaration.
	- Generate accessors for member variables.
	- Handle multiple function/method annotations (used by plugins).
	- Updated plugin interface (should be backwards-compatible).

0.1700   Sun Feb 10 12:00:00 CET 2013
	- %alias feature for aliasing XS++ wrappers.

0.1603   Fri Dec 28 12:03:09 CEST 2012
	- Fix blead-perl warning about unescaped { in regexps.
	- Use ExtUtils::Typemaps instead of ExtUtils::Typemap (which

Changes  view on Meta::CPAN

	- Somewhat improved examples.

0.1602   Fri Jun  3 22:08:53 CEST 2011
	- Fixed code generation for package_static methods.

0.1601   Sat Mar 12 10:21:15 CET 2011
	- Do not try to rebuld the grammar during CPAN installation.

0.16     Fri Mar 11 20:40:12 CET 2011
	- Allow renaming destructors and fixed parsing of virtual ones.

0.15     Sat Aug 14 11:36:39 CEST 2010
	- Improved support for conditional code (via #ifdef) in plugins.

Changes  view on Meta::CPAN

	- Allow '&' and '|' operators in the default value of functions and
	  methods.
	- Do not generate XS code for the private and protected members of
	  a class.

0.10  Wed Apr 14 19:20:00 CET 2010
	- Now requires ExtUtils::ParseXS 0.2202.
	- C++ Exceptions can now be handled with code much like typemaps
	  %exception{Name}{Exception}...
	  int MethodFoo() %catch{Name};
	  Detailed documentation in ExtUtils::XSpp::Exception.
	- Grammar simplifications.
	- Fixed 'methods' argument of Class node constructor.
	- Parse 'static' as a synonym of 'package_static'.
	- Parse pure virtual functions correctly.

0.09  Wed Feb 10 19:20:00 CET 2010
	- Automatically include an #include <exception> into the output
	  for the exception handling.
	- Documentation for ExtUtils::XSpp::Node and subclasses.
	- Split ExtUtils/XSpp/Node.pm into separate per-class files.

0.08  Fri Feb  5 19:00:00 CET 2010
	- Catch all C++ exceptions in the generated wrapper XS.
	  The exceptions are turned into plain Perl croak() calls
	  for now but may be upgraded to configurable exception
	  objects later. (Steffen Mueller)

0.07  Fri Jan 22 18:07:10 CET 2010
	- Fix issue with references as method arguments that have
	  template types. (Steffen Mueller)

0.06  Wed Jan 13 20:28:27 CET 2010
	- When parsing a class declaration, automatically add a typemap
	  for the class.
	- Add default typemaps for basic C types (integral, floating point
	  and char*).
	- Automatically setup Perl inheritance for derived C++ classes.

 view all matches for this distribution


Ezmlm

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

   - fixed handling of dashes in hostnames (bug 5571; Lars Braeuer <lbraeuer@mpex.net>)
   - fixed some tainting problems (Scott Beck <sbeck@gossamer-threads.com> and Matt Simerson <matt@tnpi.biz>)
   - fixed order of control/defaulthost and control/me (bug 1515)
   - fixed a bug in Makefile.PL (bug 11771).  does not affect most users, so released as 0.05.1

0.06 Mon Dec 26 18:55:12 CET 2005
   - support for ezmlm-idx-5.0.0 added
   - fixed version check

0.07 Mon Jan  2 22:12:32 CET 2006
   - new functions for text management (idx >= 5.0)
   - new functions for language setting (idx >= 5.0)
   - new functions for charset setting (idx >= 5.0)
   - new functions for config directory setting (idx >= 5.0)
   - look for ezmlm-make at run-time
   - requires Text::ParseWords

0.07.1 Mon Jan 23 22:30:14 CET 2006
   - fix misinterpretation of empty settings

0.07.2 Sun May 6 06:20:13 CEST 2006
   - fix parsing of ezmlm-make options

 view all matches for this distribution


FB3-Convert

 view release on metacpan or  search on metacpan

t/examples/fb2/hell_example_133321.fb2  view on Meta::CPAN

<p>Стих испаряет распространенный рекламный блок, отрицая очевидное. Ритмоединица, как бы это ни казалось парадоксальным, фонетически уч...
</section> <section id="c_6"><title><p>6</p>
</title><p><strong>[Комментарий] </strong>Даже если учесть разреженный газ, заполняющий пространство между звездами, то все равно Южное полушарие неÑ...
</section> <section id="c_7"><title><p>7</p>
</title><p><strong>[Комментарий] </strong>Кульминация дискретно представляет собой агробиогеоценоз, но если бы песен было раз в пять меньше, было бы Ð...
</section> </section> </body> <binary content-type="image/jpeg" id="_1001000.jpg">/9j/4AAQSkZJRgABAQEAeAB4AAD/4QEARXhpZgAATU0AKgAAAAgABQEaAAUAAAABAAAASgEbAAUAAAABAAAAUgEoAAMAAAABAAIAAAExAAIAAAASAAAAWodpAAQAAAABAAAAbAAAAAAAAAB4AAAAAQAAAHgAAAABUGFpbnQu...

 view all matches for this distribution


FSM-Basic

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

            Add 'set' method and more examples

0.05    Wed Mar 1 19:13:14 2017 +0100
            Add fake_bash_ssh example + examples/README

0.04    Mon Feb 27 11:05:23 CET 2017
            Add missiing dependency for autovivification

0.03    Fri Feb 17 19:37:20 2017 +0100
            Add example (fakr_bash.pl ...)

 view all matches for this distribution


Faster

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

Revision history for Perl extension Faster

TODO: optimise common cases of my $self = shift; my ($a,$b,$c) = @_; at function start

0.1  Sat Feb 21 09:26:42 CET 2009
	- optimised all PUSHMARKs into a single stack extend per function,
          which hopefully is guarenteed to work.
        - removed $Config{LIBS} from linker call: doesn't seem to be needed, and
          contains a lot of garbage libs on debian.
        - port to 5.10.0's xsub changes.
 
0.01  Thu Mar  9 05:38:46 CET 2006
	- original version; cloned from Convert::Scalar

 view all matches for this distribution


File-CountLines

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

Revision History for Perl module File::CountLines

0.0.3 Thu Aug 19 14:24:04 CEST 2010
- documentation fixes

0.0.2 Wed Nov 12 20:01:34 CET 2008
- require a sufficiently new version of `charnames'
- Small documentation fix

0.0.1 Sun Nov  9 23:29:53 CET 2008
- Initial release

 view all matches for this distribution


File-Fetch

 view release on metacpan or  search on metacpan

CHANGES  view on Meta::CPAN

  specific, so what a url means on one machine will
  mean something different on another.
  VMS is now treated according to RFC 1738 
  (https://datatracker.ietf.org/doc/html/rfc1738).

0.13_02 Sun Nov  4 10:38:40 CET 2007

* Apply a perl 5.5.x compatibility fix. Users with
  perl 5.6.0 or higher do not need to upgrade.

0.13_01 Sat Nov  3 18:55:10 CET 2007

* Apply a modified version of dmq's patch to deal
  properly with file:// URIs on Win32. 
* Add test cases for Win32 file:// URIs

0.12    Mon Oct 15 14:32:23 CEST 2007

* Treat VMS like UNIX when dealing with file URIs

0.10    Fri Jan 26 13:51:19 CET 2007

* Promote 0.09_02 to stable.

0.09_02 Sun Jan  7 18:44:09 CET 2007

* The quotation as done in 0.09_01 doesn't play
  nicely with Win32 and IPC::Run. IPC::Run is
  therefor disabled during the fetch() call.
* Remove File::Fetch::Item as a class. All objects

CHANGES  view on Meta::CPAN

* Add $ff->output_file as accessor, which is the 
  requested file, stripped from query parameters.
* Errors are now stored per object rather than 
  class wide.

0.09_01 Wed Jan  3 17:17:31 CET 2007

* address: #23864: File:Fetch does not use quotation 
    marks while using wget:
  * the handlers for lynx, wget, curl and rsync now
    quote their URIs.

 view all matches for this distribution


File-Find-Upwards

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

    - functions now take a list of filenames

1.100860  2010-03-27 11:15:47 Europe/Vienna
    - converted the distribution to Dist::Zilla-style

0.04 Mon 2009.12.07 00:58:16 CET (Marcel Gruenauer <marcel@cpan.org>)
    - added find_containing_dir_upwards()
    - reduced dependencies using author tests
    - better dist engineering (INSTALL, README, README.mkdn etc.)

0.03  Tue Dec 16 13:20:03 CET 2008 (Marcel Gruenauer <marcel@cpan.org>)
    - Now based on Path::Class instead of File::Spec::Functions - trying to
      cleanly avoid a bug where it hanged on Windows because rootdir() there
      returned '\'

0.02 Sat Nov  1 09:17:35 CET 2008 (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.

0.01  Thu, 29 May 2008 12:04:55 -0000 (Marcel Gruenauer <marcel@cpan.org>)

 view all matches for this distribution


File-Hotfolder

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

0.06  2018-08-26 21:08:22 CEST
    - support forking (issue #6)
    - bugfix for new directory race
    - added event_mask param

0.04  2015-03-26 11:53:22 CET
    - improved filter and new option: filter_dir (issue #7)
    - extended logging

0.03  2015-03-24 14:34:48 CET
    - fixed filter option
    - new option: catch

0.02  2015-03-24 12:29:01 CET
    - improved documentation and examples
    - new options: print, fullname, filter

0.01  2015-03-23 17:14:18 CET
    - inital release

 view all matches for this distribution


File-Next-OO

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

Revision history for File-Next-OO

0.04  Sun Jan  7 22:22:07 CET 2007
      - Add the dirs function
      - File::Next 0.38 is a requirement now

0.03  Sun Oct  8 11:48:58 CEST 2006
       - Fix wrong alias DO NOT use *x = \$abc.

 view all matches for this distribution


File-PCAP

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

Revision history for File-PCAP

v0.1.1 Tue Dec 21 11:03:13 CET 2021
	- move on GitHub

v0.1.0 Sun Mar 10 10:35:32 CET 2019
	- File::PCAP::ACAP2PCAP: use 'gmtime' and 'timegm' instead of
	  'localtime' and 'timelocal' to determine startday
	- fixes bug #128748, thanks to Slaven Rezić

v0.0.8 Fri Mar  8 08:12:32 CET 2019
	- File::PCAP::ACAP2PCAP: option 'startday' to set the starting
	  day for the capture
	- bin/acap2pcap: add option 'startday'
	- File::PCAP::Reader: fix Bug #128720, thanks to Chris Marshall (CHM)

v0.0.7 Thu Mar  7 08:44:14 CET 2019
	- changed File::PCAP::Reader->next_packet() to return nothing on
	  end of file
	- File::PCAP::ACAP2PCAP: Switch to next day when time of a
	  datagram is earlier than the time of the last datagram.
	  This leads to datagrams with timestamp in the future!

v0.0.6  Wed Dec 13 02:21:30 CET 2017
	- corrected error in
	  File::PCAP::Reader->_read_pcap_global_header()
	- fixes Bug #123818, thanks to Konstantin Tokar

v0.0.5  Wed Sep 20 22:31:28 CEST 2017
	- corrected error in POD (fixes #123020)

v0.0.4  Thu May  4 10:47:42 CEST 2017
	- edited POD

v0.0.3  Thu Feb  2 16:56:35 CET 2017
	- make 'make testpodcoverage' working

 view all matches for this distribution


File-Rdiff

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

1.0  Thu Jul 24 23:04:55 CEST 2008
	- update to newer librsync renaming it's header file, reported
          by Reini Urban.
        - added examples to documentation.

0.02  Thu Mar  3 18:00:52 CET 2005
	- change of contact address.
	- small cleanups. found out that librsync is rather broken
          unless patched. unfortunately, lost the patch and it's been
          one year, so I forgot it, too....

0.01  Thu Mar 21 13:07:31 CET 2002
	- initial version; done by cp -Rvp

 view all matches for this distribution


File-Sip

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

0.003     2014-03-23 16:52:22CET+0100 Europe/Paris

    * Use an array instead of a hash for the internal index to reduce memory
      usage (up to 20x less memory consuming than File::Slurp with big files,
      which is 5 times better than previous versions, see README.pod).

0.002     2014-03-21 10:18:54CET+0100 Europe/Paris

    * Provide a README.pod with Dist::Zilla::Plugin::ReadmeAnyFromPod

0.001     2014-03-21 10:11:26CET+0100 Europe/Paris

    * GitHub #1: reference File::Slurp::Tiny instead of File::Slurp
      (Alexis Sukrieh)
    * Initital version of File::Scan with test (slurp_line)
      (Alexis Sukrieh, Bin Shu)

 view all matches for this distribution


File-Slurp-Tiny

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

0.004     2015-07-15 16:51:45+02:00 Europe/Amsterdam
          Add discouragement notice
          Don't skip '.\n' amd '..\n' in read_dir
          Don't install benchmark.pl

0.003     2014-01-21 00:02:40CET+0100 Europe/Amsterdam
          use FileHandle, for $fh->autoflush on older perls
          Switch over to MakeMaker

0.002     2013-11-12 17:58:01 Europe/Amsterdam
          Fixed embarassing mistake in SYNOPSIS [Matt Phillips]

 view all matches for this distribution


File-Unpack

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

	- Added an example how to write a mime helper script to the documentation.
	- Fixed diagnostics in case a helper script fails.
	- Several smallish doku improvements.
	- Updated test suite to accept encoding 'unknown' as a synonym to 'binary'.

0.66	jw Mon Jan 27 18:57:16 CET 2014
	- harmful filename test removed, fixing bnc#860561. 
	  The name may not match, when symlinking back. Readlink is the only thing that counts.
	- _run_mime_helper() now returns diagnostics even when 'successful' so that we 
	  can see reasoning for 'passed'.
	- added t/08-survive-corrupt.t to define behavoiur for good10.pdf and bad34.pdf

Changes  view on Meta::CPAN

	(0.61 had a defunct testsuite)

0.60    jw, Mon Apr 29 16:22:33 CEST 2013
        - report text/x-application-xml instead of application/xml

0.59    jw, Tue Mar 26 22:53:51 CET 2013
        - helping upx to survive symlinks. "%{lsrc}s" format added.
        - POD fixes from from anirvan/patch-1
        - application/msword helper added. Using antiword.
	- helper diagnostics improved: first line of stderr is captured in 
	  the log.
	- {verbose} control improved.

0.58	jw, Fri Feb  8 11:15:33 CET 2013
	- bugfix: {inside_archives} was not decremented after leaving an
	  archive.

0.57	jw, Thu Feb  7 19:01:36 CET 2013
	- fixed -f to really allow crawling symlinks.
	  * the logfile will contain the link name, not the link target.
	  * it thus preserves the illusion that all is inside the destination
	    tree.
	- The following command can now be used to recreate the logfile (and

Changes  view on Meta::CPAN

	  file_unpack -D $DIR -f -L $DIR.unpack.log $DIR
	- _run_mime_helper(): cleanup $jail_base added when cmd fails to run. 
	  Helper failure may still may result in missing files.
	- t/07-cmdline.t added.

0.56	jw, Tue Feb  5 18:58:06 CET 2013
	- guard _my_shell_quote against undef. 
	- no 'running as root warning' when !{verbose}
	- Relax testsuite on test.mht
	- relax DESTROY to not start a logfile, when none is requested.
	- testsuite really silent now.

0.55	jw, Fri Jan 25 22:09:04 CET 2013
	- option --follow-file-symlinks or new(follow_file_symlinks => $yes) added;
	  where $yes is 0, 1, or 2.
	  We may want to use '1', if we are e.g. inside a legaldb_unpacked 
	  tree, where everything is a symlink. This usage is experimental.
	  A value of '2' is hideous and requires studying perldoc Unpack.pm
	  first.
	- tracking $self->{inside_archives} added. Also experimental.

0.54    jw, Fri Mar  9 17:13:48 CET 2012
        - no longer add special files like fifos, sockets, dev nodes to the logfile.
	- loggable_pathname adds {srcdir => 'input'} if path is in
	  $self->{input}

0.53	jw, Thu Feb 16 22:26:06 UTC 2012

Changes  view on Meta::CPAN

	- Makefile.PL now actually installs file_unpack (rt#73670).
	  Man page is a hack. Sorry.
	- file_unpack can now unpack multiple archives on the command line.
	- helper/handler wording now consistently speaks of helpers.

0.51  	jw, Wed Jan 25 20:23:22 CET 2012
	- input archives that do not exist in destdir (because they were
	  unpacked)
          now show up in the log prefixed with './input/./' unless fullpath.
	- added loggable_pathname()

0.50    jw, Tue Jan 24 18:43:01 CET 2012
	- made testsuite survive on SLE11_SP1, put IO::Handle::tell() inside
	  eval to survive SLES11_SP1

0.49	jw, Mon Jan 23 19:12:44 CET 2012
	- made survive ntop, in{file} must not modify, so that reopen inside
	  mime() works.

0.48	jw, Tue Nov 29 11:23:30 UTC 2011
	- fixed Use of qw(...) as parentheses. This is deprecated with newer

Changes  view on Meta::CPAN


0.35	tick-tick now shows file offsets via crude lsof.
	tested with gcc-ejc, parsing lsof output with $u->run() during
	$u->run(). Yeah!

0.34	jw, Thu Mar 24 09:24:42 CET 2011
	Libmagic perl module explodes with malformed utf8, assert LC_ALL=C. 

0.33	jw, Fri Mar 11 18:04:09 CET 2011
	run() untaint argv0. needed for running helpers under -T
	Empty file is text/x-empty now. not application/x-empty.

0.32	jw, Thu Mar 10 01:52:53 CET 2011
	Fixed setlimit code, to be more robust.
	Fixed logfile JSON syntax, with a dummy Element in the epilog.
	Added 06-logfile.t to test the logfile syntax.

0.31	jw, Wed Mar  9 00:01:50 CET 2011
	Added list() method.
	Spellchecked pod.

0.30 	jw, Fri Nov 19 19:13:53 CET 2010
	Run through perlcritic.
        Switch back to gz to help smoke testers
        (walde.christian@googlemail.com)

0.29	jw, Tue Dec 14 23:19:02 CET 2010
	Mention /usr/bin/file_unpack in perldoc

0.28	jw, Fri Oct 22 14:29:09 CEST 2010
	Look only at files and dirs, ignore special files.
	Reading a pipe could block us endlessly.

 view all matches for this distribution


File-Unpack2

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

	- Added an example how to write a mime helper script to the documentation.
	- Fixed diagnostics in case a helper script fails.
	- Several smallish doku improvements.
	- Updated test suite to accept encoding 'unknown' as a synonym to 'binary'.

0.66	jw Mon Jan 27 18:57:16 CET 2014
	- harmful filename test removed, fixing bnc#860561. 
	  The name may not match, when symlinking back. Readlink is the only thing that counts.
	- _run_mime_helper() now returns diagnostics even when 'successful' so that we 
	  can see reasoning for 'passed'.
	- added t/08-survive-corrupt.t to define behavoiur for good10.pdf and bad34.pdf

Changes  view on Meta::CPAN

	(0.61 had a defunct testsuite)

0.60    jw, Mon Apr 29 16:22:33 CEST 2013
        - report text/x-application-xml instead of application/xml

0.59    jw, Tue Mar 26 22:53:51 CET 2013
        - helping upx to survive symlinks. "%{lsrc}s" format added.
        - POD fixes from from anirvan/patch-1
        - application/msword helper added. Using antiword.
	- helper diagnostics improved: first line of stderr is captured in 
	  the log.
	- {verbose} control improved.

0.58	jw, Fri Feb  8 11:15:33 CET 2013
	- bugfix: {inside_archives} was not decremented after leaving an
	  archive.

0.57	jw, Thu Feb  7 19:01:36 CET 2013
	- fixed -f to really allow crawling symlinks.
	  * the logfile will contain the link name, not the link target.
	  * it thus preserves the illusion that all is inside the destination
	    tree.
	- The following command can now be used to recreate the logfile (and

Changes  view on Meta::CPAN

	  file_unpack -D $DIR -f -L $DIR.unpack.log $DIR
	- _run_mime_helper(): cleanup $jail_base added when cmd fails to run. 
	  Helper failure may still may result in missing files.
	- t/07-cmdline.t added.

0.56	jw, Tue Feb  5 18:58:06 CET 2013
	- guard _my_shell_quote against undef. 
	- no 'running as root warning' when !{verbose}
	- Relax testsuite on test.mht
	- relax DESTROY to not start a logfile, when none is requested.
	- testsuite really silent now.

0.55	jw, Fri Jan 25 22:09:04 CET 2013
	- option --follow-file-symlinks or new(follow_file_symlinks => $yes) added;
	  where $yes is 0, 1, or 2.
	  We may want to use '1', if we are e.g. inside a legaldb_unpacked 
	  tree, where everything is a symlink. This usage is experimental.
	  A value of '2' is hideous and requires studying perldoc Unpack2.pm
	  first.
	- tracking $self->{inside_archives} added. Also experimental.

0.54    jw, Fri Mar  9 17:13:48 CET 2012
        - no longer add special files like fifos, sockets, dev nodes to the logfile.
	- loggable_pathname adds {srcdir => 'input'} if path is in
	  $self->{input}

0.53	jw, Thu Feb 16 22:26:06 UTC 2012

Changes  view on Meta::CPAN

	- Makefile.PL now actually installs file_unpack (rt#73670).
	  Man page is a hack. Sorry.
	- file_unpack can now unpack multiple archives on the command line.
	- helper/handler wording now consistently speaks of helpers.

0.51  	jw, Wed Jan 25 20:23:22 CET 2012
	- input archives that do not exist in destdir (because they were
	  unpacked)
          now show up in the log prefixed with './input/./' unless fullpath.
	- added loggable_pathname()

0.50    jw, Tue Jan 24 18:43:01 CET 2012
	- made testsuite survive on SLE11_SP1, put IO::Handle::tell() inside
	  eval to survive SLES11_SP1

0.49	jw, Mon Jan 23 19:12:44 CET 2012
	- made survive ntop, in{file} must not modify, so that reopen inside
	  mime() works.

0.48	jw, Tue Nov 29 11:23:30 UTC 2011
	- fixed Use of qw(...) as parentheses. This is deprecated with newer

Changes  view on Meta::CPAN


0.35	tick-tick now shows file offsets via crude lsof.
	tested with gcc-ejc, parsing lsof output with $u->run() during
	$u->run(). Yeah!

0.34	jw, Thu Mar 24 09:24:42 CET 2011
	Libmagic perl module explodes with malformed utf8, assert LC_ALL=C. 

0.33	jw, Fri Mar 11 18:04:09 CET 2011
	run() untaint argv0. needed for running helpers under -T
	Empty file is text/x-empty now. not application/x-empty.

0.32	jw, Thu Mar 10 01:52:53 CET 2011
	Fixed setlimit code, to be more robust.
	Fixed logfile JSON syntax, with a dummy Element in the epilog.
	Added 06-logfile.t to test the logfile syntax.

0.31	jw, Wed Mar  9 00:01:50 CET 2011
	Added list() method.
	Spellchecked pod.

0.30 	jw, Fri Nov 19 19:13:53 CET 2010
	Run through perlcritic.
        Switch back to gz to help smoke testers
        (walde.christian@googlemail.com)

0.29	jw, Tue Dec 14 23:19:02 CET 2010
	Mention /usr/bin/file_unpack in perldoc

0.28	jw, Fri Oct 22 14:29:09 CEST 2010
	Look only at files and dirs, ignore special files.
	Reading a pipe could block us endlessly.

 view all matches for this distribution


Filter-EOF

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

      Changed Filter::Util::Call prereq from 1.0601 to 1.06

0.03 / Sun Jun 24 18:35:07 CEST 2007
    - Added on_eof_call export

0.02 / Sat Feb  3 21:46:45 CET 2007
    - Some POD corrections
    - Appending code after eof implemented

0.01 / Sun Jan 21 19:28:49 CET 2007
    - Initial version

 view all matches for this distribution


Filter-Simple

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

    - Fixed INSTALLDIRS=>perl in Makefile.PL (thanks all)

    - Fixed other problems caused by de-schwernification


0.83    Sat Oct 18 18:51:51 CET 2008
    
    - Updated contact details: Maintained by the Perl5-Porters.
    - Some tiny distribution fixes.


0.84    Tue Jan  6 12:58:12 CET 2009

    - Explicit dependency on Text::Balanced 1.97 because that fixed
      a problem with HERE-docs. (RT #27326)

0.85    Sun Sep  5 16:03:00 CET 2010

    - Port changes from core: Remove unnecessary PERL_CORE check
      from tests.

0.86
    - Never released to CPAN (only part of the perl core 5.14.0)

0.87    Fri May 20 20:00:00 CET 2011

    - Port changes from core: Whitespace fix that is significant for
      POD correctness.

0.88    Mon Dec 19 18:26:00 CET 2011

    - [perl #92436] Make Filter::Simple match variables better
      (Father Chrysostomos)

    - [perl #92436] Filter::Simple can’t find end of POD
      (Father Chrysostomos)

0.91    Fri Mar  7 08:30:00 CET 2014

    - Various small documentation fixes.

    - Swap out base.pm use for parent.pm.

0.94    Thu Aug  3 18:00:00 CET 2017

    - Remove use of deprecated \C regex feature.

    - Filter::Simple was erroneously signalling eof if it encountered a
      ‘no MyFilter’ right after ‘use’:

 view all matches for this distribution


Finance-Bank-BNPParibas

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

     - Fixed a really embarassing typo in the module name from
       'Finance::Bank::BNPParisbas' to 'Finance::Bank::BNPParibas'
     - Rewrote the web-scraping part to adapat the new bnpnet 
       interface.

0.01 Mon Oct 28 16:40:28 CET 2002
     - Initial release

 view all matches for this distribution


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