Skip to content

Commit 9fc766d

Browse files
committed
automatic migration: bump-2024
1 parent 54c4a5c commit 9fc766d

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
/Dist-Zilla-Plugin-FFI-*
22
/.build
3+
*.old
4+
*.orig

.vscode/settings.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"pls.perlcritic.perlcriticrc": "perlcriticrc",
3+
"pls.inc": [
4+
"$ROOT_PATH/lib"
5+
]
6+
}

dist.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name = Dist-Zilla-Plugin-FFI
22
author = Graham Ollis <[email protected]>
33
license = Perl_5
44
copyright_holder = Graham Ollis
5-
copyright_year = 2018-2022
5+
copyright_year = 2018-2024
66
version = 1.08
77

88
[@Author::Plicease]
9-
:version = 2.77
9+
:version = 2.79
1010
release_tests = 1
1111
installer = Author::Plicease::MakeMaker
1212
test2_v0 = 1

0 commit comments

Comments
 (0)