File: ChangeLog

package info (click to toggle)
perl-depends 2011.0324%2Bgit74d587e-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 112 kB
  • sloc: perl: 157; makefile: 143
file content (62 lines) | stat: -rw-r--r-- 1,948 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
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
2011-03-24 Thu  Jari Aalto  <jari.aalto@cante.net>

	* bin/perl-depends.pl (Main): Correct instrumented *.tmp zero file
	size. Add missing $_ arg to write content of modified file into
	(__print_depends): Make perl version to match 5.\d\d, not 5.10.
	Return 0 if instrumented file only uses standard Perl modules,
	return 1 otherwise. Display header "PERL MODULE DPENDENCY LIST"
	only if there are modules to loop.
	(Help::EXIT STATUS): Document status codes 0 and 1.

2010-06-22  Jari Aalto  <jari.aalto@cante.net>

	* bin/perl-depends.pl (HELP): Delete duplicate EXAMPLES section.
	(AVAILABILITY): leave only URL.

2010-05-27 Thu  Jari Aalto  <jari.aalto@cante.net>

	* bin/perl-depends.pl (Help): Correct load of Pod::Man.

	* Makefile: bin/perl-depends.1: Delete. Generated from *.pl.
	(doc/conversion/index.html): Delete. Unused rule.
	(XARGS, PERL, docdir, manpage): New variables,
	(clean): Use find(1).
	(distclean): Remove generated directories.
	(docdir): New rule.
	(man, html, txt): Rewrite rule.

	* doc/: remove directory tree. Generated by Makefile.

2010-05-01 Sat  Jari Aalto  <jari.aalto@cante.net>

	* bin/perl-depends.pl (HandleCommandLineArgs): Remove
	"require_order" from Getopt::Long::config().

2010-04-15 Thu  Jari Aalto  <jari.aalto@cante.net>

	* bin/perl-depends.pl (Help): rewrite eval Pod::Man call.
	(HandleCommandLineArgs): Correct many of the Perl::Critic remarks.

2010-03-24 Wed  Jari Aalto  <jari.aalto@cante.net>

	* README (README): Add Copyright and License.

	* bin/perl-depends.pl: (POD::DESCRIPTION): Fix typos.
	(POD::OPTIONS): Remove --help-exclude. There is no such option.
	(POD::SEE ALSO): Remove cloc(1), add cpan(1).

2010-03-19 Fri  Jari Aalto  <jari.aalto@cante.net>

	* bin/perl-depends.pl: (HELP::POD): Fix typos.

2010-03-18 Thu  Jari Aalto  <jari.aalto@cante.net>

	* ChangeLog: New file.

	* INSTAL: New file.

	* README: New file.

	* Makefile: New file.

	* bin/perl-depends.pl: New file.