940037d618
Copy from devel:languages:perl/perl-Date-Calc based on submit request 33575 from user anicka OBS-URL: https://build.opensuse.org/request/show/33575 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Date-Calc?expand=0&rev=7
105 lines
3.2 KiB
Diff
105 lines
3.2 KiB
Diff
--- examples/age_in_days_eu.pl
|
|
+++ examples/age_in_days_eu.pl
|
|
@@ -1,4 +1,4 @@
|
|
-#!perl -w
|
|
+#!/usr/bin/perl -w
|
|
|
|
###############################################################################
|
|
## ##
|
|
--- examples/age_in_days_us.pl
|
|
+++ examples/age_in_days_us.pl
|
|
@@ -1,4 +1,4 @@
|
|
-#!perl -w
|
|
+#!/usr/bin/perl -w
|
|
|
|
###############################################################################
|
|
## ##
|
|
--- examples/anniversaries.pl
|
|
+++ examples/anniversaries.pl
|
|
@@ -1,4 +1,4 @@
|
|
-#!perl -w
|
|
+#!/usr/bin/perl -w
|
|
|
|
###############################################################################
|
|
## ##
|
|
--- examples/bug.pl
|
|
+++ examples/bug.pl
|
|
@@ -1,4 +1,4 @@
|
|
-#!perl
|
|
+#!/usr/bin/perl
|
|
|
|
BEGIN { eval { require bytes; }; }
|
|
use strict;
|
|
--- examples/delta.pl
|
|
+++ examples/delta.pl
|
|
@@ -1,4 +1,4 @@
|
|
-#!perl -w
|
|
+#!/usr/bin/perl -w
|
|
|
|
###############################################################################
|
|
## ##
|
|
--- examples/holidays.pl
|
|
+++ examples/holidays.pl
|
|
@@ -1,4 +1,4 @@
|
|
-#!perl -w
|
|
+#!/usr/bin/perl -w
|
|
|
|
###############################################################################
|
|
## ##
|
|
--- examples/income.pl
|
|
+++ examples/income.pl
|
|
@@ -1,4 +1,4 @@
|
|
-#!perl -w
|
|
+#!/usr/bin/perl -w
|
|
|
|
###############################################################################
|
|
## ##
|
|
--- examples/linearcal.pl
|
|
+++ examples/linearcal.pl
|
|
@@ -1,4 +1,4 @@
|
|
-#!perl -w
|
|
+#!/usr/bin/perl -w
|
|
|
|
###############################################################################
|
|
## ##
|
|
--- examples/nth_weekday.pl
|
|
+++ examples/nth_weekday.pl
|
|
@@ -1,4 +1,4 @@
|
|
-#!perl -w
|
|
+#!/usr/bin/perl -w
|
|
|
|
###############################################################################
|
|
## ##
|
|
--- examples/time.pl
|
|
+++ examples/time.pl
|
|
@@ -1,4 +1,4 @@
|
|
-#!perl -w
|
|
+#!/usr/bin/perl -w
|
|
|
|
###############################################################################
|
|
## ##
|
|
--- examples/vacation.pl
|
|
+++ examples/vacation.pl
|
|
@@ -1,4 +1,4 @@
|
|
-#!perl -w
|
|
+#!/usr/bin/perl -w
|
|
|
|
###############################################################################
|
|
## ##
|
|
--- examples/weiberfastnacht.pl
|
|
+++ examples/weiberfastnacht.pl
|
|
@@ -1,4 +1,4 @@
|
|
-#!perl -w
|
|
+#!/usr/bin/perl -w
|
|
|
|
###############################################################################
|
|
## ##
|
|
--- tools/compile.pl
|
|
+++ tools/compile.pl
|
|
@@ -1,4 +1,4 @@
|
|
-#!perl
|
|
+#!/usr/bin/perl
|
|
|
|
###############################################################################
|
|
## ##
|