r47374 - in /trunk/libhash-withdefaults-perl: Build.PL Changes MANIFEST META.yml Makefile.PL README WithDefaults.pm debian/changelog lib/ t/ test.pl

azatoth-guest at users.alioth.debian.org azatoth-guest at users.alioth.debian.org
Tue Nov 17 15:45:38 UTC 2009


Author: azatoth-guest
Date: Tue Nov 17 15:45:33 2009
New Revision: 47374

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

Added:
    trunk/libhash-withdefaults-perl/Build.PL
      - copied unchanged from r47373, branches/upstream/libhash-withdefaults-perl/current/Build.PL
    trunk/libhash-withdefaults-perl/META.yml
      - copied unchanged from r47373, branches/upstream/libhash-withdefaults-perl/current/META.yml
    trunk/libhash-withdefaults-perl/lib/
      - copied from r47373, branches/upstream/libhash-withdefaults-perl/current/lib/
    trunk/libhash-withdefaults-perl/t/
      - copied from r47373, branches/upstream/libhash-withdefaults-perl/current/t/
Removed:
    trunk/libhash-withdefaults-perl/WithDefaults.pm
    trunk/libhash-withdefaults-perl/test.pl
Modified:
    trunk/libhash-withdefaults-perl/Changes
    trunk/libhash-withdefaults-perl/MANIFEST
    trunk/libhash-withdefaults-perl/Makefile.PL
    trunk/libhash-withdefaults-perl/README
    trunk/libhash-withdefaults-perl/debian/changelog

Modified: trunk/libhash-withdefaults-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhash-withdefaults-perl/Changes?rev=47374&op=diff
==============================================================================
--- trunk/libhash-withdefaults-perl/Changes (original)
+++ trunk/libhash-withdefaults-perl/Changes Tue Nov 17 15:45:33 2009
@@ -1,8 +1,14 @@
-Revision history for Perl extension Hash::WithDefaults.
-
-0.01  Tue Jul 23 17:39:23 2002
-	- original version; created by h2xs 1.21 with options
-		-X -n Hash::WithDefaults
-
-0.04  Thu Dec 5 13:22 2002 (CET)
-	- made public
+Revision history for Perl extension Hash::WithDefaults.
+
+0.01  Tue Jul 23 17:39:23 2002
+	- original version; created by h2xs 1.21 with options
+		-X -n Hash::WithDefaults
+
+0.04  Thu Dec 5 13:22 2002 (CET)
+	- made public
+
+0.05  Sun May 31 2002
+	- -w clean
+	- tests
+	- changed to Module::Build
+	- a few fixes

Modified: trunk/libhash-withdefaults-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhash-withdefaults-perl/MANIFEST?rev=47374&op=diff
==============================================================================
--- trunk/libhash-withdefaults-perl/MANIFEST (original)
+++ trunk/libhash-withdefaults-perl/MANIFEST Tue Nov 17 15:45:33 2009
@@ -1,6 +1,12 @@
-Changes
-Makefile.PL
-MANIFEST
-README
-test.pl
-WithDefaults.pm
+Changes
+Build.PL
+Makefile.PL
+MANIFEST
+README
+lib/Hash/WithDefaults.pm
+t/01-case_behaviour.t
+t/02-case_behaviour_init.t
+t/03-defaults.t
+t/pod.t
+t/pod-coverage.t
+META.yml

Modified: trunk/libhash-withdefaults-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhash-withdefaults-perl/Makefile.PL?rev=47374&op=diff
==============================================================================
--- trunk/libhash-withdefaults-perl/Makefile.PL (original)
+++ trunk/libhash-withdefaults-perl/Makefile.PL Tue Nov 17 15:45:33 2009
@@ -1,11 +1,14 @@
-use ExtUtils::MakeMaker;
-# See lib/ExtUtils/MakeMaker.pm for details of how to influence
-# the contents of the Makefile that is written.
-WriteMakefile(
-    'NAME'		=> 'Hash::WithDefaults',
-    'VERSION_FROM'	=> 'WithDefaults.pm', # finds $VERSION
-    'PREREQ_PM'		=> {}, # e.g., Module::Name => 1.1
-    ($] >= 5.005 ?    ## Add these new keywords supported since 5.005
-      (ABSTRACT_FROM => 'WithDefaults.pm', # retrieve abstract from module
-       AUTHOR     => 'Jenda Krynicky (Jenda at Krynicky.cz)') : ()),
-);
+# Note: this file was auto-generated by Module::Build::Compat version 0.03
+use ExtUtils::MakeMaker;
+WriteMakefile
+(
+          'PL_FILES' => {},
+          'INSTALLDIRS' => 'site',
+          'NAME' => 'Hash::WithDefaults',
+          'EXE_FILES' => [],
+          'VERSION_FROM' => 'lib/Hash/WithDefaults.pm',
+          'PREREQ_PM' => {
+                           'Test::More' => 0
+                         }
+        )
+;

Modified: trunk/libhash-withdefaults-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhash-withdefaults-perl/README?rev=47374&op=diff
==============================================================================
--- trunk/libhash-withdefaults-perl/README (original)
+++ trunk/libhash-withdefaults-perl/README Tue Nov 17 15:45:33 2009
@@ -1,4 +1,4 @@
-Hash/WithDefaults version 0.04
+Hash/WithDefaults version 0.05
 ==============================
 
 This module implements hashes that support "defaults". That is you may specify
@@ -9,20 +9,20 @@
 
 To install this module type the following:
 
-   perl Makefile.PL
-   make
-   make test
-   make install
+   perl Build.PL
+   Build
+   Build test
+   Build install
 
 DEPENDENCIES
 
 This module requires these other modules and libraries:
 
-  Tie::StdHash
+  none
 
 COPYRIGHT AND LICENCE
 
-Copyright (C) 2002 Jenda Krynicky <Jenda at Krynicky.cz>
+Copyright (C) 2002-2009 Jenda Krynicky <Jenda at Krynicky.cz>
 
 This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself.

Modified: trunk/libhash-withdefaults-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhash-withdefaults-perl/debian/changelog?rev=47374&op=diff
==============================================================================
--- trunk/libhash-withdefaults-perl/debian/changelog (original)
+++ trunk/libhash-withdefaults-perl/debian/changelog Tue Nov 17 15:45:33 2009
@@ -1,3 +1,9 @@
+libhash-withdefaults-perl (0.05-1) UNRELEASED; urgency=low
+
+  * New upstream release
+
+ -- Carl Fürstenberg <carl at excito.com>  Tue, 17 Nov 2009 16:42:47 +0100
+
 libhash-withdefaults-perl (0.04-2) unstable; urgency=low
 
   [ gregor herrmann ]




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