r49271 - in /trunk/libclass-std-perl: ./ debian/ demo/ lib/Class/ t/

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Wed Dec 23 16:48:57 UTC 2009


Author: jawnsy-guest
Date: Wed Dec 23 16:48:51 2009
New Revision: 49271

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=49271
Log:
Only changes affecting 5.11.1
IGNORE-VERSION: 0.010-1
* New upstream release
* Use new short rules format

Added:
    trunk/libclass-std-perl/._Build.PL
      - copied unchanged from r49270, branches/upstream/libclass-std-perl/current/._Build.PL
    trunk/libclass-std-perl/._Changes
      - copied unchanged from r49270, branches/upstream/libclass-std-perl/current/._Changes
    trunk/libclass-std-perl/._Makefile.PL
      - copied unchanged from r49270, branches/upstream/libclass-std-perl/current/._Makefile.PL
    trunk/libclass-std-perl/._README
      - copied unchanged from r49270, branches/upstream/libclass-std-perl/current/._README
    trunk/libclass-std-perl/demo/._demo_can.pl
      - copied unchanged from r49270, branches/upstream/libclass-std-perl/current/demo/._demo_can.pl
    trunk/libclass-std-perl/demo/._demo_coercions.pl
      - copied unchanged from r49270, branches/upstream/libclass-std-perl/current/demo/._demo_coercions.pl
    trunk/libclass-std-perl/demo/._demo_library.pl
      - copied unchanged from r49270, branches/upstream/libclass-std-perl/current/demo/._demo_library.pl
    trunk/libclass-std-perl/demo/._demo_library_AUTOLOAD.pl
      - copied unchanged from r49270, branches/upstream/libclass-std-perl/current/demo/._demo_library_AUTOLOAD.pl
    trunk/libclass-std-perl/demo/._demo_library_AUTOLOAD_CUMULATIVE.pl
      - copied unchanged from r49270, branches/upstream/libclass-std-perl/current/demo/._demo_library_AUTOLOAD_CUMULATIVE.pl
    trunk/libclass-std-perl/demo/._demo_library_AUTOMETHDEF.pl
      - copied unchanged from r49270, branches/upstream/libclass-std-perl/current/demo/._demo_library_AUTOMETHDEF.pl
    trunk/libclass-std-perl/demo/._demo_perlify.pl
      - copied unchanged from r49270, branches/upstream/libclass-std-perl/current/demo/._demo_perlify.pl
    trunk/libclass-std-perl/demo/._demo_shimmer.pl
      - copied unchanged from r49270, branches/upstream/libclass-std-perl/current/demo/._demo_shimmer.pl
    trunk/libclass-std-perl/demo/._demo_unclass.pl
      - copied unchanged from r49270, branches/upstream/libclass-std-perl/current/demo/._demo_unclass.pl
    trunk/libclass-std-perl/lib/Class/._Std.pm
      - copied unchanged from r49270, branches/upstream/libclass-std-perl/current/lib/Class/._Std.pm
    trunk/libclass-std-perl/t/._00.load.t
      - copied unchanged from r49270, branches/upstream/libclass-std-perl/current/t/._00.load.t
    trunk/libclass-std-perl/t/._access.t
      - copied unchanged from r49270, branches/upstream/libclass-std-perl/current/t/._access.t
    trunk/libclass-std-perl/t/._access_automethod.t
      - copied unchanged from r49270, branches/upstream/libclass-std-perl/current/t/._access_automethod.t
    trunk/libclass-std-perl/t/._access_name.t
      - copied unchanged from r49270, branches/upstream/libclass-std-perl/current/t/._access_name.t
    trunk/libclass-std-perl/t/._automethod.t
      - copied unchanged from r49270, branches/upstream/libclass-std-perl/current/t/._automethod.t
    trunk/libclass-std-perl/t/._begin-coercion.t
      - copied unchanged from r49270, branches/upstream/libclass-std-perl/current/t/._begin-coercion.t
    trunk/libclass-std-perl/t/._can.t
      - copied unchanged from r49270, branches/upstream/libclass-std-perl/current/t/._can.t
    trunk/libclass-std-perl/t/._coercions.t
      - copied unchanged from r49270, branches/upstream/libclass-std-perl/current/t/._coercions.t
    trunk/libclass-std-perl/t/._cumulative.t
      - copied unchanged from r49270, branches/upstream/libclass-std-perl/current/t/._cumulative.t
    trunk/libclass-std-perl/t/._dump.t
      - copied unchanged from r49270, branches/upstream/libclass-std-perl/current/t/._dump.t
    trunk/libclass-std-perl/t/._perlattrs.t
      - copied unchanged from r49270, branches/upstream/libclass-std-perl/current/t/._perlattrs.t
    trunk/libclass-std-perl/t/._pod-coverage.t
      - copied unchanged from r49270, branches/upstream/libclass-std-perl/current/t/._pod-coverage.t
    trunk/libclass-std-perl/t/._pod.t
      - copied unchanged from r49270, branches/upstream/libclass-std-perl/current/t/._pod.t
    trunk/libclass-std-perl/t/._runtime.t
      - copied unchanged from r49270, branches/upstream/libclass-std-perl/current/t/._runtime.t
    trunk/libclass-std-perl/t/._simple.t
      - copied unchanged from r49270, branches/upstream/libclass-std-perl/current/t/._simple.t
    trunk/libclass-std-perl/t/._start.t
      - copied unchanged from r49270, branches/upstream/libclass-std-perl/current/t/._start.t
Modified:
    trunk/libclass-std-perl/Changes
    trunk/libclass-std-perl/META.yml
    trunk/libclass-std-perl/README
    trunk/libclass-std-perl/debian/changelog
    trunk/libclass-std-perl/debian/compat
    trunk/libclass-std-perl/debian/control
    trunk/libclass-std-perl/debian/rules
    trunk/libclass-std-perl/lib/Class/Std.pm

Modified: trunk/libclass-std-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-std-perl/Changes?rev=49271&op=diff
==============================================================================
--- trunk/libclass-std-perl/Changes (original)
+++ trunk/libclass-std-perl/Changes Wed Dec 23 16:48:51 2009
@@ -72,3 +72,11 @@
     - Added 'how can I help' POD
 
     - Applied Andreas 'ac0v' Specht patches for rt 30833
+
+
+0.010  Wed Dec 23 16:09:10 2009
+
+    - Removed git repository information (thanks for all the work, Dan)
+
+    - Fixed incompatibility with Perl 5.11+ label constraints
+      (thanks Andreas)

Modified: trunk/libclass-std-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-std-perl/META.yml?rev=49271&op=diff
==============================================================================
--- trunk/libclass-std-perl/META.yml (original)
+++ trunk/libclass-std-perl/META.yml Wed Dec 23 16:48:51 2009
@@ -1,14 +1,17 @@
-# http://module-build.sourceforge.net/META-spec.html
-#XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
-name:         Class-Std
-version:      0.0.9
-version_from: lib/Class/Std.pm
-installdirs:  site
-requires:
+--- #YAML:1.0
+name:                Class-Std
+version:             0.010
+abstract:            Support for creating standard "inside-out" classes
+license:             ~
+author:              
+    - Damian Conway <DCONWAY at cpan.org>
+generated_by:        ExtUtils::MakeMaker version 6.42
+distribution_type:   module
+requires:     
     Data::Dumper:                  0
     Scalar::Util:                  0
     Test::More:                    0
     version:                       0
-
-distribution_type: module
-generated_by: ExtUtils::MakeMaker version 6.30
+meta-spec:
+    url:     http://module-build.sourceforge.net/META-spec-v1.3.html
+    version: 1.3

Modified: trunk/libclass-std-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-std-perl/README?rev=49271&op=diff
==============================================================================
--- trunk/libclass-std-perl/README (original)
+++ trunk/libclass-std-perl/README Wed Dec 23 16:48:51 2009
@@ -1,4 +1,4 @@
-Class::Std version 0.0.8
+Class::Std version 0.010
 
 This module provides the standard infrastructure required to create
 "inside-out" classes, as described in Chapters 15 and 16 of "Perl Best

Modified: trunk/libclass-std-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-std-perl/debian/changelog?rev=49271&op=diff
==============================================================================
--- trunk/libclass-std-perl/debian/changelog (original)
+++ trunk/libclass-std-perl/debian/changelog Wed Dec 23 16:48:51 2009
@@ -1,4 +1,11 @@
-libclass-std-perl (0.0.9-3) UNRELEASED; urgency=low
+libclass-std-perl (0.010-1) UNRELEASED; urgency=low
+
+  Only changes affecting 5.11.1
+  IGNORE-VERSION: 0.010-1
+
+  [ Jonathan Yu ]
+  * New upstream release
+  * Use new short rules format
 
   [ gregor herrmann ]
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
@@ -7,7 +14,7 @@
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 
- -- gregor herrmann <gregoa at debian.org>  Sun, 16 Nov 2008 20:40:43 +0100
+ -- Jonathan Yu <jawnsy at cpan.org>  Wed, 23 Dec 2009 08:34:06 -0500
 
 libclass-std-perl (0.0.9-2) unstable; urgency=low
 

Modified: trunk/libclass-std-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-std-perl/debian/compat?rev=49271&op=diff
==============================================================================
--- trunk/libclass-std-perl/debian/compat (original)
+++ trunk/libclass-std-perl/debian/compat Wed Dec 23 16:48:51 2009
@@ -1,1 +1,1 @@
-5
+7

Modified: trunk/libclass-std-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-std-perl/debian/control?rev=49271&op=diff
==============================================================================
--- trunk/libclass-std-perl/debian/control (original)
+++ trunk/libclass-std-perl/debian/control Wed Dec 23 16:48:51 2009
@@ -1,19 +1,21 @@
 Source: libclass-std-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5.0.0), libmodule-build-perl
-Build-Depends-Indep: perl (>= 5.8.8-7), libversion-perl, libtest-pod-perl,
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl, perl (>= 5.10) | libversion-perl, libtest-pod-perl,
  libtest-pod-coverage-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Damyan Ivanov <dmn at debian.org>
-Standards-Version: 3.7.3
+Standards-Version: 3.8.3
 Homepage: http://search.cpan.org/dist/Class-Std/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libclass-std-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libclass-std-perl/
 
 Package: libclass-std-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libversion-perl
-Description:  Support for creating standard "inside-out" classes
- This module provides tools that help to implement the "inside out object"
- class structure in a convenient and standard way.
+Depends: ${perl:Depends}, ${misc:Depends}, perl (>= 5.10) | libversion-perl
+Description: module for creating standard "inside-out" classes
+ Class::Std is a Perl module that provides tools to implement the "inside out
+ object" class structure in a convenient and standardized way. This approach,
+ which is also known as flyweight scalars, warehoused attributes and inverted
+ indices, is discussed further in the documentation for this package.

Modified: trunk/libclass-std-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-std-perl/debian/rules?rev=49271&op=diff
==============================================================================
--- trunk/libclass-std-perl/debian/rules (original)
+++ trunk/libclass-std-perl/debian/rules Wed Dec 23 16:48:51 2009
@@ -1,64 +1,4 @@
 #!/usr/bin/make -f
-# This debian/rules file is provided as a template for normal perl
-# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> for
-# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
-# be used freely wherever it is useful.
-#
-# It was later modified by Jason Kohles <email at jasonkohles.com>
-# http://www.jasonkohles.com/ to support Module::Build installed modules
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# If set to a true value then MakeMaker's prompt function will
-# always return the default without waiting for user input.
-export PERL_MM_USE_DEFAULT=1
-
-PERL   ?= /usr/bin/perl
-PACKAGE = $(shell dh_listpackages)
-TMP     = $(CURDIR)/debian/$(PACKAGE)
-
-build: build-stamp
-build-stamp:
-	dh_testdir
-	# Add commands to compile the package here
-	$(PERL) Build.PL installdirs=vendor
-	$(PERL) Build
-	$(PERL) Build test
-	touch $@
-
-clean:
-	dh_testdir
-	dh_testroot
-	dh_clean build-stamp install-stamp
-	# Add commands to clean up after the build process here
-	[ ! -f Build ] || $(PERL) Build --allow_mb_mismatch 1 distclean
-
-install: install-stamp
-install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	# Add commands to install the package into $(TMP) here
-	$(PERL) Build install destdir=$(TMP) create_packlist=0
-	touch $@
-
-binary-arch:
-# We have nothing to do here for an architecture-independent package
-
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs
-	dh_installexamples demo
-	dh_installchangelogs Changes
-	dh_perl
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+%:
+	dh $@

Modified: trunk/libclass-std-perl/lib/Class/Std.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-std-perl/lib/Class/Std.pm?rev=49271&op=diff
==============================================================================
--- trunk/libclass-std-perl/lib/Class/Std.pm (original)
+++ trunk/libclass-std-perl/lib/Class/Std.pm Wed Dec 23 16:48:51 2009
@@ -1,6 +1,6 @@
 package Class::Std;
 
-use version; $VERSION = qv('0.0.9');
+our $VERSION = '0.010';
 use strict;
 use warnings;
 use Carp;
@@ -441,16 +441,16 @@
         }
 
         # Apply init_arg and default for attributes still undefined...
-        INIT:
+        INITIALIZATION:
         for my $attr_ref ( @{$attribute{$base_class}} ) {
-            next INIT if defined $attr_ref->{ref}{$new_obj_id};
+            next INITIALIZATION if defined $attr_ref->{ref}{$new_obj_id};
 
             # Get arg from initializer list...
             if (defined $attr_ref->{init_arg}
                 && exists $arg_set->{$attr_ref->{init_arg}}) {
                 $attr_ref->{ref}{$new_obj_id} = $arg_set->{$attr_ref->{init_arg}};
 
-                next INIT;
+                next INITIALIZATION;
             }
             elsif (defined $attr_ref->{default}) {
                 # Or use default value specified...
@@ -460,7 +460,7 @@
                     $attr_ref->{ref}{$new_obj_id} = $attr_ref->{default};
                 }
 
-                next INIT;
+                next INITIALIZATION;
             }
 
             if (defined $attr_ref->{init_arg}) {
@@ -478,7 +478,6 @@
                 if @missing_inits;
 
     # START methods run after all BUILD methods complete...
-    START:
     for my $base_class (_reverse_hierarchy_of($class)) {
         my $arg_set = $arg_set{$base_class};
 
@@ -518,7 +517,7 @@
     my $id = ID($self);
     push @_, $id;
 
-    DEMOLISH: for my $base_class (_hierarchy_of(ref $_[0])) {
+    for my $base_class (_hierarchy_of(ref $_[0])) {
         no strict 'refs';
         if (my $demolish_ref = *{$base_class.'::DEMOLISH'}{CODE}) {
             &{$demolish_ref};
@@ -621,7 +620,7 @@
 
 =head1 VERSION
 
-This document describes Class::Std version 0.0.8
+This document describes Class::Std version 0.010
 
 
 =head1 SYNOPSIS
@@ -2272,43 +2271,6 @@
 
 =back
 
-=head1 I know we're all busy, I'd like to help maintain Class::Std!
-
-First off, thanks! Here's how you can go about it:
-
-=over 4
-
-=item 1 Get fresh git (L<http://git.or.cz/>) repository
-
-   git clone http://drmuey.com/perl/class-std.git-repos/
-
-=item 2 Update your local repository with latest changes
-
-   cd ~/class-std.git-repos/
-   git pull
-
-=item 3 Guidelines for Making Changes
-
-=over 4
-
-=item * changes should have clear log message of its purpose, referencing the rt.cpan.org report number its related to (if any)
-
-=item * changes should include tests for the changes
-
-=item * your CPAN ID as author
-
-=back
-
-=item 4 Submit your changes for review and integration
-
-Send patches, as per L<http://www.kernel.org/pub/software/scm/git/docs/user-manual.html#submitting-patches>, to CPAN ID: DMUEY
-
-=item 5 Questions?
-
-Contact Dan Muey, L<http://search.cpan.org/~dmuey/>
-
-=back
-
 =head1 AUTHOR
 
 Damian Conway  C<< <DCONWAY at cpan.org> >>




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