r53685 - in /trunk/liblocale-maketext-lexicon-perl: Changes MANIFEST.SKIP META.yml Makefile.PL debian/changelog lib/Locale/Maketext/Lexicon.pm lib/Locale/Maketext/Lexicon/Tie.pm

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Mar 6 15:27:31 UTC 2010


Author: gregoa
Date: Sat Mar  6 15:27:22 2010
New Revision: 53685

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

Modified:
    trunk/liblocale-maketext-lexicon-perl/Changes
    trunk/liblocale-maketext-lexicon-perl/MANIFEST.SKIP
    trunk/liblocale-maketext-lexicon-perl/META.yml
    trunk/liblocale-maketext-lexicon-perl/Makefile.PL
    trunk/liblocale-maketext-lexicon-perl/debian/changelog
    trunk/liblocale-maketext-lexicon-perl/lib/Locale/Maketext/Lexicon.pm
    trunk/liblocale-maketext-lexicon-perl/lib/Locale/Maketext/Lexicon/Tie.pm

Modified: trunk/liblocale-maketext-lexicon-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblocale-maketext-lexicon-perl/Changes?rev=53685&op=diff
==============================================================================
--- trunk/liblocale-maketext-lexicon-perl/Changes (original)
+++ trunk/liblocale-maketext-lexicon-perl/Changes Sat Mar  6 15:27:22 2010
@@ -1,3 +1,8 @@
+[Changes for 0.79 - 2010-03-02]
+
+ * Locale::Maketext::Lexicon::Tie
+    - Removed a deprecated use of "defined %" for Perl 5.11+
+
 [Changes for 0.78 - 2010-02-23]
 
  * Locale::Maketext::Lexicon

Modified: trunk/liblocale-maketext-lexicon-perl/MANIFEST.SKIP
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblocale-maketext-lexicon-perl/MANIFEST.SKIP?rev=53685&op=diff
==============================================================================
--- trunk/liblocale-maketext-lexicon-perl/MANIFEST.SKIP (original)
+++ trunk/liblocale-maketext-lexicon-perl/MANIFEST.SKIP Sat Mar  6 15:27:22 2010
@@ -8,3 +8,6 @@
 pm_to_blib
 ^Makefile$
 .project
+^.git/
+.gitignore
+

Modified: trunk/liblocale-maketext-lexicon-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblocale-maketext-lexicon-perl/META.yml?rev=53685&op=diff
==============================================================================
--- trunk/liblocale-maketext-lexicon-perl/META.yml (original)
+++ trunk/liblocale-maketext-lexicon-perl/META.yml Sat Mar  6 15:27:22 2010
@@ -29,4 +29,4 @@
 requires:
   Locale::Maketext: 0.01
   perl: 5.005
-version: 0.78
+version: 0.79

Modified: trunk/liblocale-maketext-lexicon-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblocale-maketext-lexicon-perl/Makefile.PL?rev=53685&op=diff
==============================================================================
--- trunk/liblocale-maketext-lexicon-perl/Makefile.PL (original)
+++ trunk/liblocale-maketext-lexicon-perl/Makefile.PL Sat Mar  6 15:27:22 2010
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!perl
 
 use 5.005;
 use inc::Module::Install;

Modified: trunk/liblocale-maketext-lexicon-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblocale-maketext-lexicon-perl/debian/changelog?rev=53685&op=diff
==============================================================================
--- trunk/liblocale-maketext-lexicon-perl/debian/changelog (original)
+++ trunk/liblocale-maketext-lexicon-perl/debian/changelog Sat Mar  6 15:27:22 2010
@@ -1,9 +1,9 @@
-liblocale-maketext-lexicon-perl (0.78-1) UNRELEASED; urgency=low
+liblocale-maketext-lexicon-perl (0.79-1) UNRELEASED; urgency=low
 
   TODO: fix lots of spelling errors
 
   [ Jonathan Yu ]
-  * New upstream release
+  * New upstream release 0.78
   * Update copyright to new DEP5 format
   * Standards-Version 3.8.4 (drop perl version dep)
   * Add myself to Uploaders and Copyright
@@ -12,7 +12,10 @@
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 
- -- Jonathan Yu <jawnsy at cpan.org>  Sun, 28 Feb 2010 15:03:34 -0500
+  [ gregor herrmann ]
+  * New upstream release 0.79.
+
+ -- gregor herrmann <gregoa at debian.org>  Sat, 06 Mar 2010 16:26:37 +0100
 
 liblocale-maketext-lexicon-perl (0.77-1) unstable; urgency=low
 

Modified: trunk/liblocale-maketext-lexicon-perl/lib/Locale/Maketext/Lexicon.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblocale-maketext-lexicon-perl/lib/Locale/Maketext/Lexicon.pm?rev=53685&op=diff
==============================================================================
--- trunk/liblocale-maketext-lexicon-perl/lib/Locale/Maketext/Lexicon.pm (original)
+++ trunk/liblocale-maketext-lexicon-perl/lib/Locale/Maketext/Lexicon.pm Sat Mar  6 15:27:22 2010
@@ -1,5 +1,5 @@
 package Locale::Maketext::Lexicon;
-$Locale::Maketext::Lexicon::VERSION = '0.78';
+$Locale::Maketext::Lexicon::VERSION = '0.79';
 
 use 5.004;
 use strict;
@@ -10,7 +10,7 @@
 
 =head1 VERSION
 
-This document describes version 0.77 of Locale::Maketext::Lexicon,
+This document describes version 0.79 of Locale::Maketext::Lexicon,
 released December 29, 2008.
 
 =head1 SYNOPSIS

Modified: trunk/liblocale-maketext-lexicon-perl/lib/Locale/Maketext/Lexicon/Tie.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblocale-maketext-lexicon-perl/lib/Locale/Maketext/Lexicon/Tie.pm?rev=53685&op=diff
==============================================================================
--- trunk/liblocale-maketext-lexicon-perl/lib/Locale/Maketext/Lexicon/Tie.pm (original)
+++ trunk/liblocale-maketext-lexicon-perl/lib/Locale/Maketext/Lexicon/Tie.pm Sat Mar  6 15:27:22 2010
@@ -1,5 +1,5 @@
 package Locale::Maketext::Lexicon::Tie;
-$Locale::Maketext::Lexicon::Tie::VERSION = '0.04';
+$Locale::Maketext::Lexicon::Tie::VERSION = '0.05';
 
 use strict;
 use Symbol ();
@@ -35,7 +35,7 @@
     # Load the target module into memory
     {
         no strict 'refs';
-        eval "use $mod; 1" or die $@ unless defined %{"$mod\::"};
+        eval "use $mod; 1" or die $@ unless %{"$mod\::"};
     }
 
     # Perform the actual tie




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