Skip to content

Commit

Permalink
Adjust tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrtj committed Sep 18, 2024
1 parent 8336a7b commit bd83354
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 10 deletions.
11 changes: 4 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
Makefile*
!Makefile.PL
MYMETA*
blib/*
MANIFEST*
pm_to_blib
/.build/*
/.tidyall.d
/Bitcoin-Crypto*
*.tar.gz
.tidyall.d

2 changes: 1 addition & 1 deletion .perltidyrc
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
--brace-tightness=2
--opening-token-right

-gal='first any sum sum0 reduce dies_ok lives_ok throws_ok lives_and'
-gal='first any sum sum0 reduce'

3 changes: 2 additions & 1 deletion .tidyallrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[PerlTidy]
select = **/*.{pl,pm,t}
ignore = blib/**/*.{pl,pm,t}
ignore = Bitcoin-Crypto*/**/*.{pl,pm,t}
argv = -pro=./.perltidyrc --character-encoding=none

2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Revision history for Perl extension Bitcoin::Crypto.

{{$NEXT}}

2.007 Sun Aug 25, 2024
[Improvements]
- add predefined 'pepecoin' and 'pepecoin_testnet' networks (thanks @chromatic)
Expand Down
10 changes: 9 additions & 1 deletion dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,19 @@ copyright_holder = Bartosz Jarzyna
[PodSyntaxTests]
[ExtraTests]

[Git::Tag]
[GitHub::Meta]

[TestRelease]
[ConfirmRelease]

[NextRelease]
time_zone=UTC
format=%v %{eee MMM d, yyyy}d

[Git::Commit]
commit_msg=Release %V
[Git::Tag]

[UploadToCPAN]

[Prereqs::FromCPANfile]
Expand Down

0 comments on commit bd83354

Please sign in to comment.