Skip to content

Commit afc4077

Browse files
committed
Autocommit for distribution Perl5::CoreSmokeDB 1.02_01 (test)
1 parent 7a1ef6b commit afc4077

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

Changes

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,26 @@
1-
Changes on 2023-04-29 for repository at:
1+
Changes on 2023-05-02 for repository at:
22
Fetch URL: ssh://[email protected]:9999/~/Perl5-CoreSmokeDB-API
33
Push URL: ssh://[email protected]:9999/~/Perl5-CoreSmokeDB-API
44

55
Enjoy!
66

7-
1.02 2023-04-29T17:19:59+02:00 (99977b8 => Abe Timmerman)
7+
1.02_01 2023-05-02T15:47:11+02:00 (deb0e4c => Abe Timmerman)
8+
- (Abe Timmerman, Tue, 2 May 2023 15:47:11 +0200) Autocommit for
9+
distribution Perl5::CoreSmokeDB 1.02_01 (test)
10+
11+
1.02 2023-04-29T17:19:59+02:00 (e8cef95 => Abe Timmerman)
812
- (Abe Timmerman, Sat, 29 Apr 2023 17:19:59 +0200) Autocommit for
913
distribution Perl5::CoreSmokeDB 1.02 (minor)
1014

15+
- (Abe Timmerman, Tue, 2 May 2023 12:15:56 +0200) BUGFIX: process the
16+
report-fields only once
17+
- Some fields from the json were processed multiple times, this leaves
18+
- them empty as they are removed from the source the first time they
19+
are
20+
- processed.
21+
- Restyle to `qw< >` (with spaces inside)
22+
- Depend on the fixed version of Perl5::SmokeDB::Schema
23+
1124
1.01_01 2023-04-29T16:56:55+02:00 (c1eeaeb => Abe Timmerman)
1225
- (Abe Timmerman, Sat, 29 Apr 2023 16:56:55 +0200) Autocommit for
1326
distribution Perl5::CoreSmokeDB 1.01_01 (test)

lib/Perl5/CoreSmokeDB.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use warnings;
33
use strict;
44
use lib 'lib';
55

6-
our $VERSION = '1.02';
6+
our $VERSION = '1.02_01';
77

88
use Dancer2;
99
use Dancer2::Plugin::DBIC;

0 commit comments

Comments
 (0)