11
0

6 Commits

Author SHA256 Message Date
bebaf5d184 Accepting request 1238352 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1238352
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Dancer2-Plugin-Auth-Extensible?expand=0&rev=3
2025-01-17 17:38:09 +00:00
c3a3a91751 Accepting request 913832 from devel:languages:perl
- updated to 0.710
   see /usr/share/doc/packages/perl-Dancer2-Plugin-Auth-Extensible/Changes
  0.710 Sat 15 May 08:02:00 BST 2021
      [BUG FIXES]
      * Add Test::Fatal to list of dependencies (thanks yldr)
      * Fix config for test (thanks Nick Tonkin)

OBS-URL: https://build.opensuse.org/request/show/913832
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Dancer2-Plugin-Auth-Extensible?expand=0&rev=2
2021-08-24 08:54:49 +00:00
6388f39d08 readd patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Dancer2-Plugin-Auth-Extensible?expand=0&rev=4
2021-08-23 14:46:40 +00:00
58ef8f2394 Accepting request 913799 from devel:languages:perl:autoupdate
- updated to 0.710
   see /usr/share/doc/packages/perl-Dancer2-Plugin-Auth-Extensible/Changes
  0.710 Sat 15 May 08:02:00 BST 2021
      [BUG FIXES]
      * Add Test::Fatal to list of dependencies (thanks yldr)
      * Fix config for test (thanks Nick Tonkin)

OBS-URL: https://build.opensuse.org/request/show/913799
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Dancer2-Plugin-Auth-Extensible?expand=0&rev=3
2021-08-23 14:08:04 +00:00
8800cdb3c2 Accepting request 845927 from devel:languages:perl
several Dancer2 Plugins including dependencies

OBS-URL: https://build.opensuse.org/request/show/845927
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Dancer2-Plugin-Auth-Extensible?expand=0&rev=1
2020-11-07 20:01:17 +00:00
Stephan Kulow
32fd328fd2 Accepting request 802775 from home:M0ses:tmp
initial version

OBS-URL: https://build.opensuse.org/request/show/802775
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Dancer2-Plugin-Auth-Extensible?expand=0&rev=1
2020-05-12 05:35:09 +00:00
2 changed files with 0 additions and 13 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:001b42ba9b4c24b9dc26b8b2e1f7f8cd6c0f4d9af8bb1b34b293aac9033e5b40
size 62846

View File

@@ -1,10 +0,0 @@
diff --git a/bin/dancer2-generate-crypted-password b/bin/dancer2-generate-crypted-password
index 7747742..109881c 100755
--- a/bin/dancer2-generate-crypted-password
+++ b/bin/dancer2-generate-crypted-password
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
use strict;
use Crypt::SaltedHash;