[SCM] libtype-tiny-perl Debian packaging branch, master, updated. debian/0.001-1-4-g78e771b

Jonas Smedegaard dr at jones.dk
Sun Apr 28 16:55:54 UTC 2013


The following commit has been merged in the master branch:
commit 78e771b26d757129f8db67ea0cb7193a5b685918
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sun Apr 28 18:39:57 2013 +0200

    Prepare for release: Update changelog and copyright hints.

diff --git a/debian/changelog b/debian/changelog
index 03e445f..66913aa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,18 @@
+libtype-tiny-perl (0.002-1) unstable; urgency=low
+
+  [ upstream ]
+  * Initial stable release.
+    + Chars and Bytes types added to Types::Standard.
+    + Fix method conflicts when exporting type constraints to roles.
+    + Prevent warnings (about 'my $val' masking a previously declared
+      variable) when several Str checks are being inlined in close
+      proximity, such as Tuple[Str,Str].
+    + Link from Test::TypeTiny to Test::Deep::Type.
+    + Avoid unnecessarily regenerating parameterized type constraints.
+    + Make Type::Tiny's has_coercion method more DWIM.
+
+ -- Jonas Smedegaard <dr at jones.dk>  Sun, 28 Apr 2013 18:38:22 +0200
+
 libtype-tiny-perl (0.001-1) unstable; urgency=low
 
   [ upstream ]
diff --git a/debian/copyright_hints b/debian/copyright_hints
index 8d9ce7c..3cb9aa6 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -34,6 +34,7 @@ Files: CONTRIBUTING
  t/coercion-modifiers.t
  t/coercion-union.t
  t/coercion.t
+ t/exporter-roleconflict.t
  t/lib/BiggerLib.pm
  t/lib/DemoLib.pm
  t/library-assert.t
@@ -48,8 +49,10 @@ Files: CONTRIBUTING
  t/moose.t
  t/mouse-coercion.t
  t/mouse.t
+ t/parameterization.t
  t/stdlib-inlined.t
  t/stdlib-overload.t
+ t/stdlib-str.t
  t/stdlib-strmatch.t
  t/stdlib-structures.t
  t/stdlib.t

-- 
libtype-tiny-perl Debian packaging



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