forked from egiles/test-compile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changes
81 lines (67 loc) · 3.68 KB
/
Changes
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
Revision history for Perl extension {{$dist->name}}
{{$NEXT}}
- converted the distribution to Dist::Zilla-style
- improved test for pl_file_ok() (thanks robinsmidsrod and mst)
0.13 Tue 2010.03.02 15:57:02 CET (Marcel Gruenauer <[email protected]>)
- require Test::More 0.88 so done_testing works without no_plan (thanks
jozef)
0.12 Thu 2010.02.11 15:16:22 CET (Marcel Gruenauer <[email protected]>)
- updated skeleton files
- recommend, not require, Devel::CheckOS - only needed for VMS anyway
0.11 Tue 2009.12.08 12:19:25 CET (Marcel Gruenauer <[email protected]>)
- made author tests more robust
0.10 Thu 2009.10.08 22:29:11 CEST (Marcel Gruenauer <[email protected]>)
- re-release with fixed inc::Module::Install::ReadmeMarkdownFromPod
0.09 Wed 2009.10.07 00:57:14 CEST (Marcel Gruenauer <[email protected]>)
- Always report name of .pl files (thanks xsawyerx).
- pm_file_ok() can now handle Windows paths (thanks clonezone).
- fixed version number used in documentation (thanks JKUTEJ).
- Changed dist style and Changes back to standard. People didn't like it -
the nail that sticks out gets hammered down.
- Added standard test files; this will also help with CPANTS.
0.08 Thu, 29 May 2008 12:08:32 -0000 (Marcel Gruenauer <[email protected]>)
- set the version to 0.08
- we now check for Devel::CheckOS with UNIVERSAL::require so we don't use()
it so Devel::CheckOS won't be included when using Test::Compile as part
of Module::Install::StandardTests
- .shipit: fixed svk.tagpattern
0.07 Thu, 06 Dec 2007 19:24:25 -0000 (Marcel Gruenauer <[email protected]>)
- set the version to 0.07
- fixed bug in pl_file_ok() where a SKIP block was used when Test->skip()
should have been used
- added t/04_pl_file_ok-vms.t to verify that
- updated MANIFEST
- added t/04_pl_file_ok-vms.t
0.06 Thu, 06 Dec 2007 13:16:02 -0000 (Marcel Gruenauer <[email protected]>)
- Converted Changes file to YAML style
- .shipit: added Twitter step
- Makefile.PL: added auto_install() and process_templates()
- lib/*: converted to template
- updated MANIFEST
- updated t/perlcriticrc
- added capability to test scripts as well (thanks Sagar R. Shah)
- added t/03_pl_file_ok.t
- added t/scripts
- tags: NEWFEATURE
0.05 Sun, 21 Oct 2007 13:40:23 +0200 (Marcel Gruenauer <[email protected]>)
- no longer uses standard tests, since they require Test::Compile
themselves. Instead, copied the standard tests's pod and pod coverage
test files into this distribution. Thanks Andreas Koenig for catching
that circular dependency.
0.04 Thu, 18 Oct 2007 10:09:39 +0200 (Marcel Gruenauer <[email protected]>)
- fixed version requirement of Test::More
0.03 Wed, 03 Oct 2007 22:31:43 +0200 (Marcel Gruenauer <[email protected]>)
- made things cleaner by using UNIVERSAL::require on the suspected module
- The documentation now uses Test::More->builder->BAIL_OUT() in order to
stop the testsuite from running if a compilation fails. Also, the
documentation now urges that Test::Compile be mandatory (like
Test::Exception often is) instead of optional (like Test::Pod often is).
Thanks to Rob Kinyon for the suggestion.
- bumped version numbers to '0.03'
0.02 Wed, 03 Oct 2007 18:30:17 +0200 (Marcel Gruenauer <[email protected]>)
- made things cleaner by using UNIVERSAL::require on the suspected module
name instead of do() on the file name, which introduced potential bugs by
running at run time what would otherwise happen at compile time
- bumped version numbers to '0.02'
0.01 Sat, 22 Sep 2007 23:35:34 +0200 (Marcel Gruenauer <[email protected]>)
- original version