r76272 - in /trunk/libcgi-application-plugin-viewcode-perl/debian: control copyright patches/ patches/ds-pod.patch patches/series

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Wed Jun 22 14:54:20 UTC 2011


Author: periapt-guest
Date: Wed Jun 22 14:54:18 2011
New Revision: 76272

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=76272
Log:
started patch, updated copyright

Added:
    trunk/libcgi-application-plugin-viewcode-perl/debian/patches/
    trunk/libcgi-application-plugin-viewcode-perl/debian/patches/ds-pod.patch
    trunk/libcgi-application-plugin-viewcode-perl/debian/patches/series
Modified:
    trunk/libcgi-application-plugin-viewcode-perl/debian/control
    trunk/libcgi-application-plugin-viewcode-perl/debian/copyright

Modified: trunk/libcgi-application-plugin-viewcode-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-plugin-viewcode-perl/debian/control?rev=76272&op=diff
==============================================================================
--- trunk/libcgi-application-plugin-viewcode-perl/debian/control (original)
+++ trunk/libcgi-application-plugin-viewcode-perl/debian/control Wed Jun 22 14:54:18 2011
@@ -20,6 +20,7 @@
  libcgi-application-plugins-perl (<< 0.11)
 Replaces: libcgi-application-basic-plugin-bundle-perl (<< 0.6),
  libcgi-application-plugins-perl (<< 0.11)
+Provides: libcgi-application-plugin-debugscreen-perl
 Description: set of debugging tools for CGI::Application
  CGI::Application::Plugin::ViewCode provides additional run modes that
  display code and documentation.

Modified: trunk/libcgi-application-plugin-viewcode-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-plugin-viewcode-perl/debian/copyright?rev=76272&op=diff
==============================================================================
--- trunk/libcgi-application-plugin-viewcode-perl/debian/copyright (original)
+++ trunk/libcgi-application-plugin-viewcode-perl/debian/copyright Wed Jun 22 14:54:18 2011
@@ -5,6 +5,17 @@
 
 Files: *
 Copyright: 2005, Michael Peters <mpeters at plusthree.com>
+License: Artistic or GPL-1+
+
+Files: ds/*
+Copyright: 2006, Atsushi Kobayashi <nekokak at cpan.org>
+License: Artistic or GPL-1+
+
+Files: ds/inc/Module/*
+Copyright:
+ 2002-2010, Adam Kennedy <adamk at cpan.org>
+ 2002-2010, Audrey Tang <autrijus at autrijus.org>
+ 2002-2010, Brian Ingerson <ingy at cpan.org>
 License: Artistic or GPL-1+
 
 Files: debian/*

Added: trunk/libcgi-application-plugin-viewcode-perl/debian/patches/ds-pod.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-plugin-viewcode-perl/debian/patches/ds-pod.patch?rev=76272&op=file
==============================================================================
--- trunk/libcgi-application-plugin-viewcode-perl/debian/patches/ds-pod.patch (added)
+++ trunk/libcgi-application-plugin-viewcode-perl/debian/patches/ds-pod.patch Wed Jun 22 14:54:18 2011
@@ -1,0 +1,50 @@
+Author: Nicholas Bamber <nicholas at periapt.co.uk>
+Subject: rewriting documentation
+ Sadly the English in this module is really poor and barely comprehensible.
+ I am attempting to rewrite it but sometimes I really am not sure what
+ the author is saying. I will have to test it to check.
+Forwarded: no
+Last-Update: 2011-06-22
+--- a/ds/lib/CGI/Application/Plugin/DebugScreen.pm
++++ b/ds/lib/CGI/Application/Plugin/DebugScreen.pm
+@@ -280,30 +280,29 @@
+ 
+ =head1 VERSION
+ 
+-This documentation refers to CGI::Application::Plugin::DebugScreen version 0.06
++This documentation refers to CGI::Application::Plugin::DebugScreen version 1.00
+ 
+ =head1 SYNOPSIS
+ 
+   use CGI::Application::Plugin::DebugScreen;
+ 
+-Only it.
+-If "Internal Server Error" was generated by "run_mode"....
++That is it! The fun starts when a run mode calls C<die>.
+ 
+ =head1 DESCRIPTION
+ 
+-This plug-in add Debug support to CGI::Application.
+-This plug-in like Catalyst debug mode.
++This plug-in adds stack tracing support to CGI::Application similar in style
++to the Catalyst debug mode.
+ 
+-DebugScreen is done when B<$ENV{CGI_APP_DEBUG}> is set,
+- and DebugScreen is not done when not setting it.
+-When your code is released, this plug-in need not be removed.
++The DebugScreen is deactivated unless the B<$ENV{CGI_APP_DEBUG}> environment
++variable is set. Therefore when your code is released, this plug-in does not
++need to be removed.
+ 
+-When 'die' is generated by 'run_mode',
+- this plug-in outputs the stack trace by error_mode().
++When a C<die> event is generated by a run mode,
++ this plug-in outputs the stack trace by C<error_mode()>.
+ As for this plug-in, error_mode() is overwrited in error callback.
+ The error cannot be caught excluding run_mode.
+ 
+-This uses CGI::Application::Plugin::ViewCode
++This uses L<CGI::Application::Plugin::ViewCode>
+  if a state that CGI::Application::Plugin::ViewCode can be used or used.
+ But CGI::Application::Dispatch is used,
+  this not uses CGI::Application::Plugin::ViewCode.

Added: trunk/libcgi-application-plugin-viewcode-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-plugin-viewcode-perl/debian/patches/series?rev=76272&op=file
==============================================================================
--- trunk/libcgi-application-plugin-viewcode-perl/debian/patches/series (added)
+++ trunk/libcgi-application-plugin-viewcode-perl/debian/patches/series Wed Jun 22 14:54:18 2011
@@ -1,0 +1,1 @@
+ds-pod.patch




More information about the Pkg-perl-cvs-commits mailing list