Skip to content

Commit

Permalink
Update for Sisimai 5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
azumakuniyuki committed Mar 13, 2024
1 parent 4fd7bc0 commit decff91
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ RELEASE NOTES for Perl version of Sisimai
- download: "https://metacpan.org/pod/Sisimai"
- document: "https://libsisimai.org/"

v5.0.1p1
v5.0.2
---------------------------------------------------------------------------------------------------
- release: ""
- version: ""
- release: "Wed, 13 Mar 2024 13:00:00 +0900 (JST)"
- version: "5.0.2"
- changes:
- #507 Migrate the CI from TravisCI to GitHub Actions
- Fixed an issue where constant initialization would fail on Perl 5.26
Expand Down
14 changes: 7 additions & 7 deletions README-JA.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[![License](https://img.shields.io/badge/license-BSD%202--Clause-orange.svg)](https://github.com/sisimai/p5-sisimai/blob/master/LICENSE)
[![Coverage Status](https://img.shields.io/coveralls/sisimai/p5-sisimai.svg)](https://coveralls.io/r/sisimai/p5-sisimai)
[![Perl](https://img.shields.io/badge/perl-v5.26--v5.38-blue.svg)](https://www.perl.org)
[![CPAN](https://img.shields.io/badge/cpan-v5.0.1-blue.svg)](https://metacpan.org/pod/Sisimai)
[![CPAN](https://img.shields.io/badge/cpan-v5.0.2-blue.svg)](https://metacpan.org/pod/Sisimai)

> [!IMPORTANT]
> **2024年2月2日の時点でこのリポジトリのデフォルトブランチは[5-stable](https://github.com/sisimai/p5-sisimai/tree/5-stable)
Expand Down Expand Up @@ -131,14 +131,14 @@ $ cd ./p5-sisimai
$ make install-from-local
./cpanm --sudo . || ( make cpm && ./cpm install --sudo -v . )
--> Working on .
Configuring Sisimai-v5.0.0 ... OK
Building and testing Sisimai-v5.0.0 ... Password: <sudo password here>
Configuring Sisimai-v5.0.2 ... OK
Building and testing Sisimai-v5.0.2 ... Password: <sudo password here>
OK
Successfully installed Sisimai-v5.0.0
Successfully installed Sisimai-v5.0.2
1 distribution installed

$ perl -MSisimai -lE 'print Sisimai->version'
5.0.0
5.0.2
```

Usage
Expand Down Expand Up @@ -353,8 +353,8 @@ Sisimai 5.0.0から**Perl 5.26.0以上**が必要になります。
| 解析エンジン(MTA/ESPモジュール)の数 | 68 | 70 |
| 検出可能なバウンス理由の数 | 29 | 34 |
| 依存もジュール数(Perlのコアモジュールを除く) | 2 モジュール | 2 モジュール |
| ソースコードの行数 | 10,800 行 | 11,400|
| テスト件数(t/とxt/ディレクトリ) | 270,000 件 | 323,000 件 |
| ソースコードの行数 | 10,800 行 | 11,500|
| テスト件数(t/とxt/ディレクトリ) | 270,000 件 | 328,000 件 |
| 1秒間に解析できるバウンスメール数[^4] | 541 通 | 660 通 |
| ライセンス | 2条項BSD | 2条項BSD |
| 開発会社による商用サポート | 提供中 | 提供中 |
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[![License](https://img.shields.io/badge/license-BSD%202--Clause-orange.svg)](https://github.com/sisimai/p5-sisimai/blob/master/LICENSE)
[![Coverage Status](https://img.shields.io/coveralls/sisimai/p5-sisimai.svg)](https://coveralls.io/r/sisimai/p5-sisimai)
[![Perl](https://img.shields.io/badge/perl-v5.26--v5.38-blue.svg)](https://www.perl.org)
[![CPAN](https://img.shields.io/badge/cpan-v5.0.1-blue.svg)](https://metacpan.org/pod/Sisimai)
[![CPAN](https://img.shields.io/badge/cpan-v5.0.2-blue.svg)](https://metacpan.org/pod/Sisimai)

> [!IMPORTANT]
> **The default branch of this repository is [5-stable](https://github.com/sisimai/p5-sisimai/tree/5-stable)
Expand Down Expand Up @@ -135,14 +135,14 @@ $ cd ./p5-sisimai
$ make install-from-local
./cpanm --sudo . || ( make cpm && ./cpm install --sudo -v . )
--> Working on .
Configuring Sisimai-v5.0.0 ... OK
Building and testing Sisimai-v5.0.0 ... Password: <sudo password here>
Configuring Sisimai-v5.0.2 ... OK
Building and testing Sisimai-v5.0.2 ... Password: <sudo password here>
OK
Successfully installed Sisimai-v5.0.0
Successfully installed Sisimai-v5.0.2
1 distribution installed

$ perl -MSisimai -lE 'print Sisimai->version'
5.0.0
5.0.2
```

Usage
Expand Down Expand Up @@ -359,8 +359,8 @@ Beginning with v5.0.0, Sisimai requires **Perl 5.26.0 or later.**
| The number of MTA/ESP modules | 68 | 70 |
| The number of detectable bounce reasons | 29 | 34 |
| Dependencies (Except core modules of Perl) | 2 modules | 2 modules |
| Source lines of code | 10,800 lines | 11,400 lines |
| The number of tests in t/, xt/ directory | 270,000 tests | 323,000 tests |
| Source lines of code | 10,800 lines | 11,500 lines |
| The number of tests in t/, xt/ directory | 270,000 tests | 328,000 tests |
| The number of bounce emails decoded per second[^4] | 541 emails | 660 emails |
| License | 2 Clause BSD | 2 Caluse BSD |
| Commercial support | Available | Available |
Expand Down
2 changes: 1 addition & 1 deletion lib/Sisimai.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Sisimai;
use feature ':5.10';
use strict;
use warnings;
use version; our $VERSION = version->declare('v5.0.1'); our $PATCHLV = 0;
use version; our $VERSION = version->declare('v5.0.2'); our $PATCHLV = 0;
sub version { return substr($VERSION->stringify, 1).($PATCHLV > 0 ? 'p'.$PATCHLV : '') }
sub libname { 'Sisimai' }

Expand Down

0 comments on commit decff91

Please sign in to comment.