Skip to content
Snippets Groups Projects
Changes 3.13 KiB
Newer Older
  • Learn to ignore specific revisions
  • Revision history for Parse-ErrorString-Perl
    
    
    0.27    2017.07.09 MANWAR
            - Added README file as reported by CPANTS.
    
    
    0.26    2017.06.25 MANWAR
            * Merged PR #7, thanks @majlo.
    
    
    0.25    2017.06.24 MANWAR
            * Merged PR #6, thanks @majlo.
    
    
    0.24    2017.06.23 MANWAR
            * Merged PR #5, thanks @knileuh.
    
    0.23    2017.06.22 MANWAR
    
    Mohammad S Anwar's avatar
    Mohammad S Anwar committed
            * Merged PR #4, thanks @nephila-nacrea.
    
    
    Gabor Szabo's avatar
    Gabor Szabo committed
    0.22    2015.12.01
            * fix bug caused by changes in perl 5.22
    
    
    Gabor Szabo's avatar
    Gabor Szabo committed
    0.21    2014.09.10
            * Moved to GitHub
    
    
    szabgab's avatar
    szabgab committed
    0.20    2013.10.05
            * Add back copyright and license information
    
    Mohammad S Anwar's avatar
    Mohammad S Anwar committed
              and POD headers (RT #89233 by Florian)
    
    szabgab's avatar
    szabgab committed
    
    
    0.19    2013.08.06
            * Fix the missing Test::Differences dependency (AZAWAWI)
            * Reformatted Changes file (AZAWAWI)
    
    
            * Emergency release to fix the Changes file (AZAWAWI)
    
    szabgab's avatar
    szabgab committed
            * Convert to Module::Install (SZABGAB)
    
            * Fix RT #87458 "This has become very noisy of late"
              (BOWTIE, Karl Williamson, AZAWAWI)
    
    szabgab's avatar
    szabgab committed
    
    
            * Bumped Pod::POM dependency to version 0.27 to fix
              RT #54062 "Test failure on perl 5.11.4" (AZAWAWI)
    
            * Switched to Dist::Zilla (AZAWAWI)
    
            * Refactored the packages into separate files and
              reorganized POD (AZAWAWI)
    
            * Fixed q{near "package;"} regex bug (AZAWAWI)
    
            * Added "use strict; use warnings;" to all of the tests (AZAWAWI)
    
            * Try to fix test script for diagnostic text in perl = 5.8.9
              version again...
    
            *  Fix test script for diagnostic text in perl = 5.8.9 version
    
            * Moved definition of transmo() to allow
              Parse::ErrorString::Perl->new to be called within a
              threads context (required by Padre::Task::ErrorParser)
    
            * Fix test script for diagnostic text in perl < 5.10 version
    
            * some code and test refactoring (Gabor Szabo)
    
    0.09    31 Dec 2008
    
            * Fixed Makefile.pl to properly build on unix (Gabor Szabo)
            * Fixed t/06-short_filename.t to run properly under unix
              (Gabor Szabo, Breno G. de Oliveira)
            * Fixed typos in the documentation (Breno G. de Oliveira)
    
            * Properly parse error messages messed with by "diagnostics"
            * Properly parse errors with "near" or "at" info at the end
            * Properly parse errors in eval
            * Provide information about the error type
            * Callstack for fatal errors if "use diagnostics" is in force
            * Support for curtailed file paths
            * Fall back to default perldiag if localized does not provide
              info about an error message
            * Added script "check_perlidag" to check a localized perldiag
              for consistency
    
    Gabor Szabo's avatar
    Gabor Szabo committed
    0.03    2008.12.16
    
    Gabor Szabo's avatar
    Gabor Szabo committed
    0.02    2008.12.15
    
    Gabor Szabo's avatar
    Gabor Szabo committed
    0.01    2008.12.12
    
            * First release. Only message, file_path and line are
              currently supported. Tests need to be added.