File: Changes

package info (click to toggle)
libmoosex-types-email-perl 0.009-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 296 kB
  • sloc: perl: 226; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 736 bytes parent folder | download
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
Revision history for MooseX-Types-Email

0.009     2025-04-27 14:58:23Z
  - resolve warnings by removing a check for a Moose version that is 14 years
    old

0.008     2018-11-12 00:39:13Z
  - inline all types

0.007     2015-08-16 01:23:10Z
  - update some distribution tooling

0.006     2013-10-20 05:14:24Z
  - converted to Dist::Zilla
  - repository migrated to the github moose organization

0.005  2013-05-05
  - Add EmailAddresses and EmailMessages types (ether)
  - use Str as a base, not NonEmptySimpleStr (RT#63578)

0.004  2011-04-29
  - Fix documentation links (abraxxa)

0.003  2009-10-21
  - Support an EmailMessage type using Email::Abstract

0.002  2009-09-10
  - Fix test failure

0.001  2009-07-02
  - First version