r70151 - in /branches/upstream/libdevel-simpletrace-perl/current: Build.PL Changes META.yml Makefile.PL README lib/Devel/SimpleTrace.pm
jawnsy-guest at users.alioth.debian.org
jawnsy-guest at users.alioth.debian.org
Tue Mar 1 11:26:41 UTC 2011
Author: jawnsy-guest
Date: Tue Mar 1 11:26:32 2011
New Revision: 70151
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=70151
Log:
[svn-upgrade] new version libdevel-simpletrace-perl (0.08)
Modified:
branches/upstream/libdevel-simpletrace-perl/current/Build.PL
branches/upstream/libdevel-simpletrace-perl/current/Changes
branches/upstream/libdevel-simpletrace-perl/current/META.yml
branches/upstream/libdevel-simpletrace-perl/current/Makefile.PL
branches/upstream/libdevel-simpletrace-perl/current/README
branches/upstream/libdevel-simpletrace-perl/current/lib/Devel/SimpleTrace.pm
Modified: branches/upstream/libdevel-simpletrace-perl/current/Build.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdevel-simpletrace-perl/current/Build.PL?rev=70151&op=diff
==============================================================================
--- branches/upstream/libdevel-simpletrace-perl/current/Build.PL (original)
+++ branches/upstream/libdevel-simpletrace-perl/current/Build.PL Tue Mar 1 11:26:32 2011
@@ -4,7 +4,7 @@
Module::Build->new(
module_name => 'Devel::SimpleTrace',
license => 'perl',
- dist_author => 'Sébastien Aperghis-Tramoni <sebastien at aperghis.net>',
+ dist_author => 'Sébastien Aperghis-Tramoni <sebastien at aperghis.net>',
dist_version_from => 'lib/Devel/SimpleTrace.pm',
requires => {
'Data::Dumper' => 0,
Modified: branches/upstream/libdevel-simpletrace-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdevel-simpletrace-perl/current/Changes?rev=70151&op=diff
==============================================================================
--- branches/upstream/libdevel-simpletrace-perl/current/Changes (original)
+++ branches/upstream/libdevel-simpletrace-perl/current/Changes Tue Mar 1 11:26:32 2011
@@ -1,5 +1,10 @@
Version History
---------------
+
+2011.02.19 - 0.08
+ - Bugfix: RT #44431: Correctly handle exception messages containing
+ an "at", thanks to Nils Boysen.
+ - Bugfix: RT #65723: Converted files to UTF-8.
2008.01.13 - 0.07
- Tests: Fixed t/03showrefs1.t so it passes under Perl 5.005
Modified: branches/upstream/libdevel-simpletrace-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdevel-simpletrace-perl/current/META.yml?rev=70151&op=diff
==============================================================================
--- branches/upstream/libdevel-simpletrace-perl/current/META.yml (original)
+++ branches/upstream/libdevel-simpletrace-perl/current/META.yml Tue Mar 1 11:26:32 2011
@@ -1,22 +1,24 @@
---
-name: Devel-SimpleTrace
-version: 0.07
+abstract: 'See where you code warns and dies using stack traces'
author:
- - 'Sébastien Aperghis-Tramoni <sebastien at aperghis.net>'
-abstract: See where you code warns and dies using stack traces
-license: perl
-resources:
- license: http://dev.perl.org/licenses/
-requires:
- Data::Dumper: 0
+ - 'Sébastien Aperghis-Tramoni <sebastien at aperghis.net>'
build_requires:
Test: 0
Test::More: 0
+configure_requires:
+ Module::Build: 0.36
+generated_by: 'Module::Build version 0.3607'
+license: perl
+meta-spec:
+ url: http://module-build.sourceforge.net/META-spec-v1.4.html
+ version: 1.4
+name: Devel-SimpleTrace
provides:
Devel::SimpleTrace:
file: lib/Devel/SimpleTrace.pm
- version: 0.07
-generated_by: Module::Build version 0.2808
-meta-spec:
- url: http://module-build.sourceforge.net/META-spec-v1.2.html
- version: 1.2
+ version: 0.08
+requires:
+ Data::Dumper: 0
+resources:
+ license: http://dev.perl.org/licenses/
+version: 0.08
Modified: branches/upstream/libdevel-simpletrace-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdevel-simpletrace-perl/current/Makefile.PL?rev=70151&op=diff
==============================================================================
--- branches/upstream/libdevel-simpletrace-perl/current/Makefile.PL (original)
+++ branches/upstream/libdevel-simpletrace-perl/current/Makefile.PL Tue Mar 1 11:26:32 2011
@@ -5,7 +5,7 @@
WriteMakefile (
NAME => 'Devel::SimpleTrace',
LICENSE => 'perl',
- AUTHOR => 'Sebastien Aperghis-Tramoni <sebastien at aperghis.net>',
+ AUTHOR => 'Sébastien Aperghis-Tramoni <sebastien at aperghis.net>',
VERSION_FROM => 'lib/Devel/SimpleTrace.pm',
ABSTRACT_FROM => 'lib/Devel/SimpleTrace.pm',
PREREQ_PM => {
Modified: branches/upstream/libdevel-simpletrace-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdevel-simpletrace-perl/current/README?rev=70151&op=diff
==============================================================================
--- branches/upstream/libdevel-simpletrace-perl/current/README (original)
+++ branches/upstream/libdevel-simpletrace-perl/current/README Tue Mar 1 11:26:32 2011
@@ -1,8 +1,10 @@
NAME
+
Devel::SimpleTrace - See where you code warns and dies using stack traces
DESCRIPTION
+
This module can be used to more easily spot the place where a program or
a module generates errors. Its use is extremely simple, you just need to
load it.
@@ -34,7 +36,7 @@
COPYRIGHT AND LICENCE
- Copyright (C) 2004, 2005 Sébastien Aperghis-Tramoni <sebastien at aperghis.net>
+ Copyright (C) 2004-2011 Sébastien Aperghis-Tramoni <sebastien at aperghis.net>
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
Modified: branches/upstream/libdevel-simpletrace-perl/current/lib/Devel/SimpleTrace.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdevel-simpletrace-perl/current/lib/Devel/SimpleTrace.pm?rev=70151&op=diff
==============================================================================
--- branches/upstream/libdevel-simpletrace-perl/current/lib/Devel/SimpleTrace.pm (original)
+++ branches/upstream/libdevel-simpletrace-perl/current/lib/Devel/SimpleTrace.pm Tue Mar 1 11:26:32 2011
@@ -1,8 +1,9 @@
package Devel::SimpleTrace;
use strict;
-{ no strict;
- $VERSION = '0.07';
+{
+ no strict;
+ $VERSION = '0.08';
}
# Install warn() and die() substitutes
@@ -39,8 +40,9 @@
$Data::Dumper::Terse = 1; # don't use $VAR unless needed
$Data::Dumper::Sortkeys = 1; # sort keys
#$Data::Dumper::Deparse = 1; # deparse code refs
- { local $^W = 0;
- *Devel::SimpleTrace::_use_data_dumper = sub {};
+ {
+ local $^W = 0;
+ *Devel::SimpleTrace::_use_data_dumper = sub {};
}
}
@@ -52,7 +54,7 @@
local $SIG{'__WARN__'} = 'DEFAULT';
my $msg = join '', @_;
- $msg =~ s/ at (.+) line (\d+)\.$//;
+ $msg =~ s/ at (.+?) line (\d+)\.$//;
$stderr .= $msg;
$stderr .= "\n" if substr($msg, -1, 1) ne "\n";
@@ -77,7 +79,7 @@
_use_data_dumper() if ref $args[0];
my $msg = join '', map { ref $_ ? "Caught exception object: $_\: ".Dumper($_) : $_ } @args;
- $msg =~ s/ at (.+) line (\d+)\.$//;
+ $msg =~ s/ at (.+?) line (\d+)\.$//;
$stderr .= $msg;
$stderr .= "\n" if substr($msg, -1, 1) ne "\n";
@@ -135,7 +137,7 @@
=head1 VERSION
-Version 0.07
+Version 0.08
=head1 SYNOPSIS
@@ -245,14 +247,14 @@
Please report any bugs or feature requests to
C<bug-Devel-SimpleTrace at rt.cpan.org>, or through the web interface at
-L<https://rt.cpan.org/NoAuth/Bugs.html?Dist=Devel-SimpleTrace>.
+L<https://rt.cpan.org/Public/Dist/Display.html?Name=Devel-SimpleTrace>.
I will be notified, and then you'll automatically be notified of
progress on your bug as I make changes.
=head1 COPYRIGHT & LICENSE
-Devel::SimpleTrace is Copyright (C)2004, 2005 SE<eacute>bastien Aperghis-Tramoni.
+Devel::SimpleTrace is Copyright (C)2004-2011 SE<eacute>bastien Aperghis-Tramoni.
This program is free software. You can redistribute it and/or modify it
under the same terms as Perl itself.
More information about the Pkg-perl-cvs-commits
mailing list