We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54c4a5c commit 9fc766dCopy full SHA for 9fc766d
.gitignore
@@ -1,2 +1,4 @@
1
/Dist-Zilla-Plugin-FFI-*
2
/.build
3
+*.old
4
+*.orig
.vscode/settings.json
@@ -0,0 +1,6 @@
+{
+ "pls.perlcritic.perlcriticrc": "perlcriticrc",
+ "pls.inc": [
+ "$ROOT_PATH/lib"
5
+ ]
6
+}
dist.ini
@@ -2,11 +2,11 @@ name = Dist-Zilla-Plugin-FFI
author = Graham Ollis <[email protected]>
license = Perl_5
copyright_holder = Graham Ollis
-copyright_year = 2018-2022
+copyright_year = 2018-2024
version = 1.08
7
8
[@Author::Plicease]
9
-:version = 2.77
+:version = 2.79
10
release_tests = 1
11
installer = Author::Plicease::MakeMaker
12
test2_v0 = 1
0 commit comments