Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37910357
en ru br
ALT Linux repos
S:1.59-alt1
5.0: 0.49-alt1
4.1: 0.42-alt1
4.0: 0.42-alt1

Group :: Development/Perl
RPM: perl-DateTime

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: DateTime-1.42-alt-syntax-check.patch
Download


--- lib/DateTime.pm~	2016-12-25 18:08:48.008766464 +0200
+++ lib/DateTime.pm	2017-05-12 23:06:12.530562738 +0300
@@ -2026,7 +2026,7 @@
         my %p    = $validator->(@_);
 
         if ( $p{locale} ) {
-            carp 'You passed a locale to the set() method.'
+	    Carp::carp 'You passed a locale to the set() method.'
                 . ' You should use set_locale() instead, as using set() may alter the local time near a DST boundary.';
         }
 
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin