File: Changes

package info (click to toggle)
libmodule-package-rdf-perl 0.014-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 356 kB
  • ctags: 255
  • sloc: perl: 3,458; makefile: 21
file content (91 lines) | stat: -rw-r--r-- 2,560 bytes parent folder | download | duplicates (3)
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
Module-Package-RDF
==================

Created:      2011-10-01
Home page:    <https://metacpan.org/release/Module-Package-RDF>
Bug tracker:  <http://rt.cpan.org/Dist/Display.html?Queue=Module-Package-RDF>
Maintainer:   Toby Inkster <mailto:tobyink@cpan.org>

0.014  2013-03-19

 - (Bugfix) use Module::Install::DOAP 0.006.

0.013  2013-03-19

 - (Update) Bump versions of several dependencies.
 - (Update) Switch to doap-deps vocab for expressing project dependencies
   (mkdist).

0.012  2013-03-19

 - (Addition) use Module::Install::Changes

0.011  2013-03-16

 - use Module::Install::RDF's new write_meta_ttl feature

0.010  2013-03-11

 - (Bugfix) Avoid auto-deps thingy from picking up
   Module::Install::StandardDocuments as a dep - it's bundled
   Fixes RT#82158
   ++$CHORNY
 - use Module::Install::Copyright

0.009  2012-09-25

 - (Addition) Module::Install::StandardDocuments.
 - App::mkdist now pulls author tests from ~/perl5/xt rather than producing
   hard-coded ones.
 - bin/mkdist now sports a --package_flavour option.

0.008  2012-07-05

 - (Bugfix) Get t/01basic.t working again.

0.007  2012-07-05  Bond, James Bond

 - (Packaging Update) Bump versions of some dependencies.

0.006  2012-07-04

 - (Update) mkdist now creates Pretdsl instead of Turtle.
 - Module::Package::RDF::Create is now App::mkdist.
 - The ':standard' bit of 'RDF:standard' is now optional.

0.005  2011-12-03

 - (Bugfix) use base
 - (Documentation) add 'DISCLAIMER OF WARRANTIES' section
 - (Documentation) add 'NAME' section

0.004  2011-11-21

 - (Bugfix) Module::Package::RDF::Create now handles '--use boolean' and
   '--use autodie' specially.
 - (Documentation) The 'mkdist' functionality should be split into a
   different release.
 - (Regression) use parent

0.003  2011-10-06

 - (Addition) Generated modules will include $AUTHORITY variables.
 - (Addition) Generated modules will include DISCLAIMER OF WARRANTIES in
   pod.
 - (Addition) Generated modules will include SYNOPSIS in pod.
 - (Addition) Module::Package::Dist::RDF::standard to run code at user end.
 - (Bugfix) Module::Package::Dist::RDF::standard uses
   Meta::Install::TrustMetaYml - this resolves some dependency issues with
   resultant packages.
 - (Bugfix) Prevent Module::Package::RDF::Create's pod and the template
   module's pod from getting muddled.
 - (Update) Generated modules now default to using perl 5.010.
 - (Update) use Module::Package 0.30

0.002  2011-10-03

 - (Addition) Include mkdist script and Module::Package::RDF::Create.

0.001  2011-10-01  Initial release