r76625 - in /trunk/libmasonx-interp-withcallbacks-perl: ./ debian/ lib/MasonX/Interp/ t/ t/lib/

fabreg-guest at users.alioth.debian.org fabreg-guest at users.alioth.debian.org
Mon Jun 27 13:42:17 UTC 2011


Author: fabreg-guest
Date: Mon Jun 27 13:42:08 2011
New Revision: 76625

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=76625
Log:
New upstream release

Added:
    trunk/libmasonx-interp-withcallbacks-perl/META.json
      - copied unchanged from r76624, branches/upstream/libmasonx-interp-withcallbacks-perl/current/META.json
    trunk/libmasonx-interp-withcallbacks-perl/README.md
      - copied unchanged from r76624, branches/upstream/libmasonx-interp-withcallbacks-perl/current/README.md
Removed:
    trunk/libmasonx-interp-withcallbacks-perl/Makefile.PL
    trunk/libmasonx-interp-withcallbacks-perl/README
Modified:
    trunk/libmasonx-interp-withcallbacks-perl/Build.PL
    trunk/libmasonx-interp-withcallbacks-perl/Changes
    trunk/libmasonx-interp-withcallbacks-perl/MANIFEST
    trunk/libmasonx-interp-withcallbacks-perl/META.yml
    trunk/libmasonx-interp-withcallbacks-perl/debian/changelog
    trunk/libmasonx-interp-withcallbacks-perl/lib/MasonX/Interp/WithCallbacks.pm
    trunk/libmasonx-interp-withcallbacks-perl/t/01basic.t
    trunk/libmasonx-interp-withcallbacks-perl/t/02priority.t
    trunk/libmasonx-interp-withcallbacks-perl/t/03keys.t
    trunk/libmasonx-interp-withcallbacks-perl/t/04errors.t
    trunk/libmasonx-interp-withcallbacks-perl/t/05object.t
    trunk/libmasonx-interp-withcallbacks-perl/t/06object_request.t
    trunk/libmasonx-interp-withcallbacks-perl/t/07combined.t
    trunk/libmasonx-interp-withcallbacks-perl/t/08apache.t
    trunk/libmasonx-interp-withcallbacks-perl/t/09cgi.t
    trunk/libmasonx-interp-withcallbacks-perl/t/10pod.t
    trunk/libmasonx-interp-withcallbacks-perl/t/lib/TestCallbacks.pm

Modified: trunk/libmasonx-interp-withcallbacks-perl/Build.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmasonx-interp-withcallbacks-perl/Build.PL?rev=76625&op=diff
==============================================================================
--- trunk/libmasonx-interp-withcallbacks-perl/Build.PL (original)
+++ trunk/libmasonx-interp-withcallbacks-perl/Build.PL Mon Jun 27 13:42:08 2011
@@ -7,7 +7,10 @@
     module_name        => 'MasonX::Interp::WithCallbacks',
     license            => 'perl',
     configure_requires => { 'Module::Build' => '0.2701' },
-    build_requires     => { 'Test::More'    => '0.17'   },
+    build_requires     => {
+        'Module::Build' => '0.2701',
+        'Test::More'    => '0.17',
+    },
     recommends         => {
         'Test::Pod'      => '1.20',
         'Apache::TestMB' => 0
@@ -19,4 +22,11 @@
         'Params::CallbackRequest' => '1.15',
     },
     add_to_cleanup     => ['t/mason'],
+    meta_merge => {
+        resources => {
+            homepage   => 'http://search.cpan.org/dist/MasonX-Interp-WithCallbacks/',
+            bugtracker => 'http://github.com/theory/masonx-interp-withcallbacks/issues/',
+            repository => 'http://github.com/theory/masonx-interp-withcallbacks/',
+        }
+    },
 )->create_build_script;

Modified: trunk/libmasonx-interp-withcallbacks-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmasonx-interp-withcallbacks-perl/Changes?rev=76625&op=diff
==============================================================================
--- trunk/libmasonx-interp-withcallbacks-perl/Changes (original)
+++ trunk/libmasonx-interp-withcallbacks-perl/Changes Mon Jun 27 13:42:08 2011
@@ -1,4 +1,11 @@
 Revision history for Perl extension MasonX::Interp::WithCallbacks.
+
+1.19  2011-06-21T04:33:14
+      - Fixed a pasto in the "Support" section.
+      - Moved repostitory to [GitHub](https://github.com/theory/class-meta/).
+      - Fixed installation documentation in the READE so that it demonstrates
+        using `Build.PL rather than `Makefile.PL`, as the latter is not
+        included in the distribution.
 
 1.18  2008-05-03T23:26:42
       - Added "configure_requires" parameter to Build.PL and added Test::Pod

Modified: trunk/libmasonx-interp-withcallbacks-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmasonx-interp-withcallbacks-perl/MANIFEST?rev=76625&op=diff
==============================================================================
--- trunk/libmasonx-interp-withcallbacks-perl/MANIFEST (original)
+++ trunk/libmasonx-interp-withcallbacks-perl/MANIFEST Mon Jun 27 13:42:08 2011
@@ -1,10 +1,8 @@
 Build.PL
 Changes
 lib/MasonX/Interp/WithCallbacks.pm
-Makefile.PL
 MANIFEST			This list of files
-META.yml
-README
+README.md
 t/01basic.t
 t/02priority.t
 t/03keys.t
@@ -20,3 +18,5 @@
 t/htdocs/dhandler
 t/lib/TestCallbacks.pm
 t/lib/TieOut.pm
+META.yml
+META.json

Modified: trunk/libmasonx-interp-withcallbacks-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmasonx-interp-withcallbacks-perl/META.yml?rev=76625&op=diff
==============================================================================
--- trunk/libmasonx-interp-withcallbacks-perl/META.yml (original)
+++ trunk/libmasonx-interp-withcallbacks-perl/META.yml Mon Jun 27 13:42:08 2011
@@ -1,29 +1,34 @@
 ---
-name: MasonX-Interp-WithCallbacks
-version: 1.18
+abstract: 'Mason callback support via Params::CallbackRequest.'
 author:
-  - 'David Wheeler <david at kineticode.com>'
-abstract: Mason callback support via Params::CallbackRequest.
-license: perl
-resources:
-  license: http://dev.perl.org/licenses/
+  - 'David E. Wheeler <david at justatheory.com>'
+build_requires:
+  Module::Build: 0.2701
+  Test::More: 0.17
 configure_requires:
   Module::Build: 0.2701
+dynamic_config: 1
+generated_by: 'Module::Build version 0.38, CPAN::Meta::Converter version 2.110440'
+license: perl
+meta-spec:
+  url: http://module-build.sourceforge.net/META-spec-v1.4.html
+  version: 1.4
+name: MasonX-Interp-WithCallbacks
+provides:
+  MasonX::Interp::WithCallbacks:
+    file: lib/MasonX/Interp/WithCallbacks.pm
+    version: 1.19
+recommends:
+  Apache::TestMB: 0
+  Test::Pod: 1.20
 requires:
   Class::Container: 0.09
   HTML::Mason: 1.23
   Params::CallbackRequest: 1.15
   Test::Simple: 0.17
-build_requires:
-  Test::More: 0.17
-recommends:
-  Apache::TestMB: 0
-  Test::Pod: 1.20
-provides:
-  MasonX::Interp::WithCallbacks:
-    file: lib/MasonX/Interp/WithCallbacks.pm
-    version: 1.18
-generated_by: Module::Build version 0.280801
-meta-spec:
-  url: http://module-build.sourceforge.net/META-spec-v1.2.html
-  version: 1.2
+resources:
+  bugtracker: http://github.com/theory/masonx-interp-withcallbacks/issues/
+  homepage: http://search.cpan.org/dist/MasonX-Interp-WithCallbacks/
+  license: http://dev.perl.org/licenses/
+  repository: http://github.com/theory/masonx-interp-withcallbacks/
+version: 1.19

Modified: trunk/libmasonx-interp-withcallbacks-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmasonx-interp-withcallbacks-perl/debian/changelog?rev=76625&op=diff
==============================================================================
--- trunk/libmasonx-interp-withcallbacks-perl/debian/changelog (original)
+++ trunk/libmasonx-interp-withcallbacks-perl/debian/changelog Mon Jun 27 13:42:08 2011
@@ -1,4 +1,4 @@
-libmasonx-interp-withcallbacks-perl (1.18-8) UNRELEASED; urgency=low
+libmasonx-interp-withcallbacks-perl (1.19-1) UNRELEASED; urgency=low
 
   [ gregor herrmann ]
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
@@ -15,8 +15,9 @@
   * Build-Depends: switch to debhelper (>= 8).
   * Bump to 3.0 quilt format.
   * Email change: gregor herrmann -> gregoa at debian.org
+  * New upstream release
 
- -- Fabrizio Regalli <fabreg at fabreg.it>  Wed, 15 Jun 2011 15:53:46 +0200
+ -- Fabrizio Regalli <fabreg at fabreg.it>  Mon, 27 Jun 2011 15:41:01 +0200
 
 libmasonx-interp-withcallbacks-perl (1.18-1) unstable; urgency=low
 

Modified: trunk/libmasonx-interp-withcallbacks-perl/lib/MasonX/Interp/WithCallbacks.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmasonx-interp-withcallbacks-perl/lib/MasonX/Interp/WithCallbacks.pm?rev=76625&op=diff
==============================================================================
--- trunk/libmasonx-interp-withcallbacks-perl/lib/MasonX/Interp/WithCallbacks.pm (original)
+++ trunk/libmasonx-interp-withcallbacks-perl/lib/MasonX/Interp/WithCallbacks.pm Mon Jun 27 13:42:08 2011
@@ -8,7 +8,7 @@
 
 use vars qw($VERSION @ISA);
 @ISA = qw(HTML::Mason::Interp);
-$VERSION = '1.18';
+$VERSION = '1.19';
 
 Params::Validate::validation_options
   ( on_fail => sub { HTML::Mason::Exception::Params->throw( join '', @_ ) } );
@@ -875,12 +875,14 @@
 
 =head1 SUPPORT
 
-This module is stored in an open repository at the following address:
-
-L<https://svn.kineticode.com/MasonX-Interp-WithCallbacks/trunk/>
-
-Patches against SVN::Notify are welcome. Please send bug reports to
-<bug-MasonX-interp-withcallbacks at rt.cpan.org>.
+This module is stored in an open L<GitHub
+repository|http://github.com/theory/masonx-interp-withcallbacks/>. Feel free
+to fork and contribute!
+
+Please file bug reports via L<GitHub
+Issues|http://github.com/theory/masonx-interp-withcallbacks/issues/> or by
+sending mail to
+L<bug-MasonX-Interp-WithCallbacks.cpan.org|mailto:bug-MasonX-Interp-WithCallbacks.cpan.org>.
 
 =head1 SEE ALSO
 
@@ -902,11 +904,11 @@
 
 =head1 AUTHOR
 
-David Wheeler <david at kineticode.com>
+David E. Wheeler <david at justatheory.com>
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright 2003-2008 by David Wheeler. Some Rights Reserved.
+Copyright 2003-2011 by David E. Wheeler. Some Rights Reserved.
 
 This library is free software; you can redistribute it and/or modify it under
 the same terms as Perl itself.

Modified: trunk/libmasonx-interp-withcallbacks-perl/t/01basic.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmasonx-interp-withcallbacks-perl/t/01basic.t?rev=76625&op=diff
==============================================================================
--- trunk/libmasonx-interp-withcallbacks-perl/t/01basic.t (original)
+++ trunk/libmasonx-interp-withcallbacks-perl/t/01basic.t Mon Jun 27 13:42:08 2011
@@ -1,6 +1,4 @@
 #!perl -w
-
-# $Id: 01basic.t 682 2004-09-28 05:59:10Z theory $
 
 use strict;
 use FindBin qw($Bin);

Modified: trunk/libmasonx-interp-withcallbacks-perl/t/02priority.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmasonx-interp-withcallbacks-perl/t/02priority.t?rev=76625&op=diff
==============================================================================
--- trunk/libmasonx-interp-withcallbacks-perl/t/02priority.t (original)
+++ trunk/libmasonx-interp-withcallbacks-perl/t/02priority.t Mon Jun 27 13:42:08 2011
@@ -1,6 +1,4 @@
 #!perl -w
-
-# $Id: 02priority.t 682 2004-09-28 05:59:10Z theory $
 
 use strict;
 use FindBin qw($Bin);

Modified: trunk/libmasonx-interp-withcallbacks-perl/t/03keys.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmasonx-interp-withcallbacks-perl/t/03keys.t?rev=76625&op=diff
==============================================================================
--- trunk/libmasonx-interp-withcallbacks-perl/t/03keys.t (original)
+++ trunk/libmasonx-interp-withcallbacks-perl/t/03keys.t Mon Jun 27 13:42:08 2011
@@ -1,6 +1,4 @@
 #!perl -w
-
-# $Id: 03keys.t 682 2004-09-28 05:59:10Z theory $
 
 use strict;
 use FindBin qw($Bin);

Modified: trunk/libmasonx-interp-withcallbacks-perl/t/04errors.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmasonx-interp-withcallbacks-perl/t/04errors.t?rev=76625&op=diff
==============================================================================
--- trunk/libmasonx-interp-withcallbacks-perl/t/04errors.t (original)
+++ trunk/libmasonx-interp-withcallbacks-perl/t/04errors.t Mon Jun 27 13:42:08 2011
@@ -1,6 +1,4 @@
 #!perl -w
-
-# $Id: 04errors.t 682 2004-09-28 05:59:10Z theory $
 
 use strict;
 use FindBin qw($Bin);

Modified: trunk/libmasonx-interp-withcallbacks-perl/t/05object.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmasonx-interp-withcallbacks-perl/t/05object.t?rev=76625&op=diff
==============================================================================
--- trunk/libmasonx-interp-withcallbacks-perl/t/05object.t (original)
+++ trunk/libmasonx-interp-withcallbacks-perl/t/05object.t Mon Jun 27 13:42:08 2011
@@ -1,6 +1,4 @@
 #!perl -w
-
-# $Id: 05object.t 2866 2006-05-26 22:54:37Z theory $
 
 use strict;
 use FindBin qw($Bin);

Modified: trunk/libmasonx-interp-withcallbacks-perl/t/06object_request.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmasonx-interp-withcallbacks-perl/t/06object_request.t?rev=76625&op=diff
==============================================================================
--- trunk/libmasonx-interp-withcallbacks-perl/t/06object_request.t (original)
+++ trunk/libmasonx-interp-withcallbacks-perl/t/06object_request.t Mon Jun 27 13:42:08 2011
@@ -1,6 +1,4 @@
 #!perl -w
-
-# $Id: 06object_request.t 682 2004-09-28 05:59:10Z theory $
 
 use strict;
 use FindBin qw($Bin);

Modified: trunk/libmasonx-interp-withcallbacks-perl/t/07combined.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmasonx-interp-withcallbacks-perl/t/07combined.t?rev=76625&op=diff
==============================================================================
--- trunk/libmasonx-interp-withcallbacks-perl/t/07combined.t (original)
+++ trunk/libmasonx-interp-withcallbacks-perl/t/07combined.t Mon Jun 27 13:42:08 2011
@@ -1,6 +1,4 @@
 #!perl -w
-
-# $Id: 07combined.t 682 2004-09-28 05:59:10Z theory $
 
 use strict;
 use FindBin qw($Bin);

Modified: trunk/libmasonx-interp-withcallbacks-perl/t/08apache.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmasonx-interp-withcallbacks-perl/t/08apache.t?rev=76625&op=diff
==============================================================================
--- trunk/libmasonx-interp-withcallbacks-perl/t/08apache.t (original)
+++ trunk/libmasonx-interp-withcallbacks-perl/t/08apache.t Mon Jun 27 13:42:08 2011
@@ -1,6 +1,4 @@
 #!perl -w
-
-# $Id: 08apache.t 3722 2008-05-03 02:25:47Z david $
 
 use strict;
 use Test::More;

Modified: trunk/libmasonx-interp-withcallbacks-perl/t/09cgi.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmasonx-interp-withcallbacks-perl/t/09cgi.t?rev=76625&op=diff
==============================================================================
--- trunk/libmasonx-interp-withcallbacks-perl/t/09cgi.t (original)
+++ trunk/libmasonx-interp-withcallbacks-perl/t/09cgi.t Mon Jun 27 13:42:08 2011
@@ -1,6 +1,4 @@
 #!perl -w
-
-# $Id: 09cgi.t 3730 2008-05-03 23:17:25Z david $
 
 use strict;
 use FindBin qw($Bin);

Modified: trunk/libmasonx-interp-withcallbacks-perl/t/10pod.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmasonx-interp-withcallbacks-perl/t/10pod.t?rev=76625&op=diff
==============================================================================
--- trunk/libmasonx-interp-withcallbacks-perl/t/10pod.t (original)
+++ trunk/libmasonx-interp-withcallbacks-perl/t/10pod.t Mon Jun 27 13:42:08 2011
@@ -1,6 +1,4 @@
 #!perl -w
-
-# $Id: 10pod.t 3504 2008-03-10 18:54:16Z theory $
 
 use strict;
 use Test::More;

Modified: trunk/libmasonx-interp-withcallbacks-perl/t/lib/TestCallbacks.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmasonx-interp-withcallbacks-perl/t/lib/TestCallbacks.pm?rev=76625&op=diff
==============================================================================
--- trunk/libmasonx-interp-withcallbacks-perl/t/lib/TestCallbacks.pm (original)
+++ trunk/libmasonx-interp-withcallbacks-perl/t/lib/TestCallbacks.pm Mon Jun 27 13:42:08 2011
@@ -78,8 +78,6 @@
 }
 
 package TestCallbacks;
-
-# $Id: TestCallbacks.pm 3722 2008-05-03 02:25:47Z david $
 
 use strict;
 use HTML::Mason::ApacheHandler;




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