r72786 - in /branches/upstream/libscalar-string-perl/current: .cvsignore Changes MANIFEST META.json META.yml Makefile.PL README SIGNATURE lib/Scalar/String.pm lib/Scalar/String.xs t/setup_pp.pl

angelabad-guest at users.alioth.debian.org angelabad-guest at users.alioth.debian.org
Tue Apr 19 12:04:45 UTC 2011


Author: angelabad-guest
Date: Tue Apr 19 11:59:09 2011
New Revision: 72786

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=72786
Log:
[svn-upgrade] new version libscalar-string-perl (0.002)

Added:
    branches/upstream/libscalar-string-perl/current/META.json
Modified:
    branches/upstream/libscalar-string-perl/current/.cvsignore
    branches/upstream/libscalar-string-perl/current/Changes
    branches/upstream/libscalar-string-perl/current/MANIFEST
    branches/upstream/libscalar-string-perl/current/META.yml
    branches/upstream/libscalar-string-perl/current/Makefile.PL
    branches/upstream/libscalar-string-perl/current/README
    branches/upstream/libscalar-string-perl/current/SIGNATURE
    branches/upstream/libscalar-string-perl/current/lib/Scalar/String.pm
    branches/upstream/libscalar-string-perl/current/lib/Scalar/String.xs
    branches/upstream/libscalar-string-perl/current/t/setup_pp.pl

Modified: branches/upstream/libscalar-string-perl/current/.cvsignore
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libscalar-string-perl/current/.cvsignore?rev=72786&op=diff
==============================================================================
--- branches/upstream/libscalar-string-perl/current/.cvsignore (original)
+++ branches/upstream/libscalar-string-perl/current/.cvsignore Tue Apr 19 11:59:09 2011
@@ -1,4 +1,4 @@
 Build Makefile
 _build blib
-META.yml MYMETA.yml Makefile.PL SIGNATURE
+META.json META.yml MYMETA.json MYMETA.yml Makefile.PL SIGNATURE
 Scalar-String-*

Modified: branches/upstream/libscalar-string-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libscalar-string-perl/current/Changes?rev=72786&op=diff
==============================================================================
--- branches/upstream/libscalar-string-perl/current/Changes (original)
+++ branches/upstream/libscalar-string-perl/current/Changes Tue Apr 19 11:59:09 2011
@@ -1,3 +1,17 @@
+version 0.002; 2011-04-09
+
+  * in XS, declare "PROTOTYPES: DISABLE" to prevent automatic generation
+    of unintended prototypes
+
+  * in t/setup_pp.pl, avoid a warning that occurs if XSLoader::load()
+    is given no arguments, which is now a valid usage
+
+  * typo fix in documentation
+
+  * include META.json in distribution
+
+  * add MYMETA.json to .cvsignore
+
 version 0.001; 2010-07-29
 
   * in documentation, correct the word "numericness" to "stringness"

Modified: branches/upstream/libscalar-string-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libscalar-string-perl/current/MANIFEST?rev=72786&op=diff
==============================================================================
--- branches/upstream/libscalar-string-perl/current/MANIFEST (original)
+++ branches/upstream/libscalar-string-perl/current/MANIFEST Tue Apr 19 11:59:09 2011
@@ -2,6 +2,7 @@
 Build.PL
 Changes
 MANIFEST
+META.json
 META.yml
 Makefile.PL
 README

Added: branches/upstream/libscalar-string-perl/current/META.json
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libscalar-string-perl/current/META.json?rev=72786&op=file
==============================================================================
--- branches/upstream/libscalar-string-perl/current/META.json (added)
+++ branches/upstream/libscalar-string-perl/current/META.json Tue Apr 19 11:59:09 2011
@@ -1,0 +1,64 @@
+{
+   "abstract" : "string aspects of scalars",
+   "author" : [
+      "Andrew Main (Zefram) <zefram at fysh.org>"
+   ],
+   "dynamic_config" : 1,
+   "generated_by" : "Module::Build version 0.38, CPAN::Meta::Converter version 2.110580",
+   "license" : [
+      "perl_5"
+   ],
+   "meta-spec" : {
+      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
+      "version" : "2"
+   },
+   "name" : "Scalar-String",
+   "prereqs" : {
+      "build" : {
+         "requires" : {
+            "Module::Build" : 0,
+            "Test::More" : 0,
+            "perl" : "5.006",
+            "strict" : 0,
+            "warnings" : 0
+         }
+      },
+      "configure" : {
+         "requires" : {
+            "Module::Build" : 0,
+            "perl" : "5.006",
+            "strict" : 0,
+            "warnings" : 0
+         }
+      },
+      "runtime" : {
+         "recommends" : {
+            "XSLoader" : 0
+         },
+         "requires" : {
+            "Carp" : 0,
+            "Exporter" : 0,
+            "bytes" : 0,
+            "if" : 0,
+            "parent" : 0,
+            "perl" : "5.006",
+            "strict" : 0,
+            "utf8" : 0,
+            "warnings" : 0
+         }
+      }
+   },
+   "provides" : {
+      "Scalar::String" : {
+         "file" : "lib/Scalar/String.pm",
+         "version" : "0.002"
+      }
+   },
+   "release_status" : "stable",
+   "resources" : {
+      "license" : [
+         "http://dev.perl.org/licenses/"
+      ]
+   },
+   "version" : "0.002"
+}

Modified: branches/upstream/libscalar-string-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libscalar-string-perl/current/META.yml?rev=72786&op=diff
==============================================================================
--- branches/upstream/libscalar-string-perl/current/META.yml (original)
+++ branches/upstream/libscalar-string-perl/current/META.yml Tue Apr 19 11:59:09 2011
@@ -13,9 +13,8 @@
   perl: 5.006
   strict: 0
   warnings: 0
-distribution_type: module
 dynamic_config: 1
-generated_by: 'Module::Build version 0.3607'
+generated_by: 'Module::Build version 0.38, CPAN::Meta::Converter version 2.110580'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -24,7 +23,7 @@
 provides:
   Scalar::String:
     file: lib/Scalar/String.pm
-    version: 0.001
+    version: 0.002
 recommends:
   XSLoader: 0
 requires:
@@ -39,4 +38,4 @@
   warnings: 0
 resources:
   license: http://dev.perl.org/licenses/
-version: 0.001
+version: 0.002

Modified: branches/upstream/libscalar-string-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libscalar-string-perl/current/Makefile.PL?rev=72786&op=diff
==============================================================================
--- branches/upstream/libscalar-string-perl/current/Makefile.PL (original)
+++ branches/upstream/libscalar-string-perl/current/Makefile.PL Tue Apr 19 11:59:09 2011
@@ -1,4 +1,4 @@
-# Note: this file was auto-generated by Module::Build::Compat version 0.3607
+# Note: this file was auto-generated by Module::Build::Compat version 0.3800
 require 5.006;
 
     unless (eval "use Module::Build::Compat 0.02; 1" ) {

Modified: branches/upstream/libscalar-string-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libscalar-string-perl/current/README?rev=72786&op=diff
==============================================================================
--- branches/upstream/libscalar-string-perl/current/README (original)
+++ branches/upstream/libscalar-string-perl/current/README Tue Apr 19 11:59:09 2011
@@ -30,7 +30,7 @@
 
 COPYRIGHT
 
-Copyright (C) 2009, 2010 Andrew Main (Zefram) <zefram at fysh.org>
+Copyright (C) 2009, 2010, 2011 Andrew Main (Zefram) <zefram at fysh.org>
 
 LICENSE
 

Modified: branches/upstream/libscalar-string-perl/current/SIGNATURE
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libscalar-string-perl/current/SIGNATURE?rev=72786&op=diff
==============================================================================
--- branches/upstream/libscalar-string-perl/current/SIGNATURE (original)
+++ branches/upstream/libscalar-string-perl/current/SIGNATURE Tue Apr 19 11:59:09 2011
@@ -1,5 +1,5 @@
 This file contains message digests of all files listed in MANIFEST,
-signed via the Module::Signature module, version 0.64.
+signed via the Module::Signature module, version 0.66.
 
 To verify the content in this distribution, first make sure you have
 Module::Signature installed, then type:
@@ -14,26 +14,27 @@
 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA1
 
-SHA1 b96cd131fbf5526aa54457b5d0f51f8561c6962b .cvsignore
+SHA1 9fa7981bd10297dfe4ed37b6ad96f35326d29396 .cvsignore
 SHA1 69644b6e77995e79f0ca7a6813a6ea8115adba30 Build.PL
-SHA1 f5ecc7bd84f5fd4803b28c6ac612f296adb280d4 Changes
-SHA1 7a1ba06fdfa4df47fedcf721214ef884905db6d8 MANIFEST
-SHA1 d72601742d5d4a533a7c550bd20173f7ee036e6c META.yml
-SHA1 0f1b3b6269550b5135e10b3cae1b6b41d274b276 Makefile.PL
-SHA1 226420051128bf02b8a2cc3669d45b09c108a362 README
+SHA1 d2ab585015cddf3feefc86b756fbe4239e29a23a Changes
+SHA1 8670cb69238325e4d24ffaac6a192f78f77b9d40 MANIFEST
+SHA1 88f1530a143361b5b905b38c39eb6381ae0ae804 META.json
+SHA1 fb2ff31fabee91930b3b15fdb1497840de8a9e02 META.yml
+SHA1 2157ae40589595d6cc1585fd7279b25bcf8f5852 Makefile.PL
+SHA1 ca61089d299bdd5e8b46bab6b3df6a9120735125 README
 SHA1 c185a100351b2eb6d840b8ff2ce73c96d154f6a6 lib/Scalar/.cvsignore
-SHA1 4497dae28705d76e296cd555780c265589626a95 lib/Scalar/String.pm
-SHA1 1a90ca842ca222db2ef68fa4ae00fecb7905086a lib/Scalar/String.xs
+SHA1 67669ff83780aed544041758b04829d1d0a7a79c lib/Scalar/String.pm
+SHA1 a1401fed7bd4ae529987183449638576e52a170c lib/Scalar/String.xs
 SHA1 f36c5928277d92e38d3eb240221dfcfcc6d51cce t/grade.t
 SHA1 438cb548ab97eede0c7f70604f2a33ac4990af10 t/grade_pp.t
 SHA1 904d9a4f76525e2303e4b0c168c68230f223c8de t/pod_cvg.t
 SHA1 3f447b1d0b8a6247c3a311087f8d66da1c3ca5db t/pod_cvg_pp.t
 SHA1 65c75abdef6f01a5d1588a307f2ddfe2333dc961 t/pod_syn.t
-SHA1 3794f0f035dbf2532d7cdd8ab52c8dd3188425ad t/setup_pp.pl
+SHA1 329a2984b7ee54b4f6f12ca70ffaa9513945fea3 t/setup_pp.pl
 -----BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.9 (GNU/Linux)
+Version: GnuPG v1.4.10 (GNU/Linux)
 
-iEYEARECAAYFAkxR76kACgkQOV9mt2VyAVEFvACeOTV4o9Xdr8xpVD8sNzikzEoe
-IXcAoKmkcUNWLP7EJBsrKV1uZ/6ELlzT
-=y0YE
+iEYEARECAAYFAk2gbu0ACgkQOV9mt2VyAVF8VACfeggJjQvSWgwB4Vi+eRorQnU3
+OzsAoInVGJqOMIiSDZkyzWM9kXmljj77
+=6T4Z
 -----END PGP SIGNATURE-----

Modified: branches/upstream/libscalar-string-perl/current/lib/Scalar/String.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libscalar-string-perl/current/lib/Scalar/String.pm?rev=72786&op=diff
==============================================================================
--- branches/upstream/libscalar-string-perl/current/lib/Scalar/String.pm (original)
+++ branches/upstream/libscalar-string-perl/current/lib/Scalar/String.pm Tue Apr 19 11:59:09 2011
@@ -72,7 +72,7 @@
 the same character sequence represented in the different ways.  In perl
 5.6, many pure Perl operations (such as regular expression matching)
 also work this way, though some of them can be induced to work correctly
-by using the L<utf8> pragma.  If perl 5.8, regular expression matching
+by using the L<utf8> pragma.  In perl 5.8, regular expression matching
 is character-based by default, but many I/O functions (such as C<open>)
 are still octet-based.
 
@@ -98,7 +98,7 @@
 use warnings;
 use strict;
 
-our $VERSION = "0.001";
+our $VERSION = "0.002";
 
 use parent "Exporter";
 our @EXPORT_OK = qw(
@@ -291,7 +291,7 @@
 
 =head1 COPYRIGHT
 
-Copyright (C) 2009, 2010 Andrew Main (Zefram) <zefram at fysh.org>
+Copyright (C) 2009, 2010, 2011 Andrew Main (Zefram) <zefram at fysh.org>
 
 =head1 LICENSE
 

Modified: branches/upstream/libscalar-string-perl/current/lib/Scalar/String.xs
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libscalar-string-perl/current/lib/Scalar/String.xs?rev=72786&op=diff
==============================================================================
--- branches/upstream/libscalar-string-perl/current/lib/Scalar/String.xs (original)
+++ branches/upstream/libscalar-string-perl/current/lib/Scalar/String.xs Tue Apr 19 11:59:09 2011
@@ -4,6 +4,8 @@
 #include "XSUB.h"
 
 MODULE = Scalar::String PACKAGE = Scalar::String
+
+PROTOTYPES: DISABLE
 
 bool
 sclstr_is_upgraded(SV *value)

Modified: branches/upstream/libscalar-string-perl/current/t/setup_pp.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libscalar-string-perl/current/t/setup_pp.pl?rev=72786&op=diff
==============================================================================
--- branches/upstream/libscalar-string-perl/current/t/setup_pp.pl (original)
+++ branches/upstream/libscalar-string-perl/current/t/setup_pp.pl Tue Apr 19 11:59:09 2011
@@ -4,7 +4,7 @@
 no warnings "redefine";
 *XSLoader::load = sub {
 	die "XS loading disabled for Scalar::String"
-		if $_[0] eq "Scalar::String";
+		if ($_[0] || "") eq "Scalar::String";
 	goto &$orig_load;
 };
 




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