Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37045989
en ru br
Репозитории ALT
S:1.16-alt1
5.1: 1.11-alt1
4.1: 1.02-alt1
4.0: 1.02-alt1
www.altlinux.org/Changes

Группа :: Разработка/Perl
Пакет: perl-Time-Format

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: perl-Time-Format-1.11-alt-test-manip.patch
Скачать


--- t/doc.t
+++ t/doc.t
@@ -19,8 +19,6 @@ BEGIN
         # If Date::Manip can't determine the time zone, it'll bomb out of the tests.
         $dm_notz = eval('Date::Manip::Date_TimeZone (); 1')? 0 : 1;
     }
-    delete $INC{'Date/Manip.pm'};
-    %Date::Manip:: = ();
 }
 
 # Were all variables imported? (3)
--- t/funcs.t
+++ t/funcs.t
@@ -22,8 +22,6 @@ BEGIN {
         # If Date::Manip can't determine the time zone, it'll bomb out of the tests.
         $manip_notz = eval ('Date::Manip::Date_TimeZone (); 1')? 0 : 1;
     }
-    delete $INC{'Date/Manip.pm'};
-    %Date::Manip:: = ();
 }
 
 # Get day/month names in current locale
--- t/manip.t
+++ t/manip.t
@@ -18,8 +18,6 @@ BEGIN
         $manip_bad = 'Date::Manip cannot determine time zone'
             unless eval 'Date::Manip::Date_TimeZone(); 1';
     }
-    delete $INC{'Date/Manip.pm'};
-    %Date::Manip:: = ();
 }
 
 my $t = 'first thursday in june 2003';
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin