-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathChanges
More file actions
37 lines (23 loc) · 775 Bytes
/
Changes
File metadata and controls
37 lines (23 loc) · 775 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Change history for OPM::Parser
==============================
1.06 2022-04-14 07:36:00
* add flag for de_opm.pl to ignore validation results when parsing an opm file
* initial release after rename
1.05 2021-01-16 08:34:00
+ use OTRS::OPM::Validate to validate opm files
+ update dist.ini
1.04 2020-12-10 11:59:00
+ fix built
1.03 2020-12-10 11:54:00
+ improved SYNOPSIS (thanks to Håkon Hægland (@hakonhagland), PR#4)
+ added support for OTOBO (https://otobo.de)
1.02 2019-02-07 08:44:00
+ forgot to remove some code where Moose was used
+ add tests
1.01 2019-02-06 13:36:00
+ switched from Moose to Moo
+ removed auto_deref from attributes
+ added tests
+ moved own type definitions to extra .pm
0.01 2016-09-28
+ initial release