1Revision history for Perl extension Pod::ProjectDocs.
2
30.40 Tue Oct 26 02:54:00 2010
4    - removed auto_install from Makefile.PM. Thanks to tokuhirom.
5      https://github.com/lyokato/p5-pod-projectdocs/pull/2
6
70.39 Tue Oct 26 02:54:00 2010
8    - updated for windows compatibility. Thanks to wchristian 
9      http://github.com/lyokato/p5-pod-projectdocs/pull/1
10
110.38 Thr Mar 11 01:20:00 2010
12    - fixed pod2projdocs typo
13      Thanks to Tokuhiro Matsuno and Naoki Tomita
14
150.36 Wed May 14 10:20:00 2008
16    - $json->objToJson => $json->encode
17      objToJson prints deprecated warnings.
18      Thanks to tokuhirom.
19
200.35 Fri Jan 18 18:10:00 2008
21    - removed $json->autoconv(0) because JSON doesn't have autoconv method from version 2.
22		  RT#32408, 32409
23
240.34 Sat Oct 27 21:56:00 2007
25    - Fixed pod2projdocs bug.
26      Added METHOD_REGEXP, now you can control pattern that the parser consider as method.
27      Thanks to Ktat.
28
290.33 Mon Oct 15 01:55:00 2007
30    - Fixed document of pod2projdocs - added description for forcegen option.
31      Now it shows it's usage when excused without any option.
32      Applyed a patch that makes JSON's autoconvert functionality off.
33      Thanks to Ktat.
34
350.31 Mon Jan 29 12:00:00 2007
36    - Changed to use Module::Install for instllation,
37      and made dependency on Syntax::Highlight::Universal optional.
38
390.30 Tue Jan 09 12:00:00 2007
40    - applyed a great patch from Ankur Gupta.
41      Now you can see syntax highlighten source code below the document for each methods.
42      When the parser finds format like "=head2 method_name", it appends source code block
43      on HTML. Click the anchor "[Source]", and it toggles the source code block.
44
450.26 Tue Jul 11 02:00:00 2006
46    - added 'except' parameter,
47      Thanks to Nadim.
48
490.22 Tue Dec 11 02:00:00 2005
50    - now generated files are strict xhtml.
51
520.21 Tue Sep 27 13:00:00 2005
53    - added function highlighting matched word
54
550.20 Tue Sep 27 12:00:00 2005
56    - fixed test script
57
580.19 Tue Sep 27 02:00:00 2005
59    - fixed some bug
60    - added search box to index page
61      reported by Nadim
62
630.18 Tue Sep 13 22:33:00 2005
64    - fixed _htmlEscape in parser to prevent to put out not intended results
65      with double html-escaping
66      reported by Tatsuhiko Miyagawa
67
680.17 Sun Sep 4 00:07:00 2005
69    - fixed MANIFEST
70
710.16 Sun Sep 4 00:07:00 2005
72    - fixed Makefile.PL
73
740.15 Sat Sep 3 22:04:00 2005
75    - added option 'forcegen'
76    - fixed parser, now it creates link for L<foo> properly.
77      patched by Tatsuhiko Miyagawa.
78
790.14 Sat Sep 3 11:56:00 2005
80    - fixed mismapping in Pod::ProjectDocs::Parser
81      found by Tatsuhiko Miyagawa.
82
830.13  Sat Aug 27 14:00:00 2005
84    - fixed Makefile.PL, to remove bug appears in old version of Pod::Parser.
85      Reported by Tatsuhiko Miyagawa.
86
870.12  Fri Aug 26 23:00:00 2005
88    - add footer
89
900.11  Fri Aug 26 22:00:00 2005
91    - fixed bug in DocManager
92
930.1   Fri Aug 26 02:00:00 2005
94    - fixed bug that doesn't create 'src' directory.
95    - fixed parser html-building-process little bit.
96    - fixed bug by typo in DocManager
97    - add manager for trigger-scripts ('.cgi', '.pl' files)
98
990.09  Sat Aug 20 02:00:00 2005
100    - fixed problem about namespace confliction between '.pm' and '.js'.
101
1020.08  Fri Aug 19 12:00:00 2005
103    - fixed not to use Pod::Xhtml.
104    - add manager for javascript libraries.
105
1060.07  Thu Aug 18 23:00:00 2005
107    - add link to source file.
108    - fixed to check last modified time.
109
1100.06  Thu Aug 18 18:00:00 2005
111    - fixed to handle multiple 'libroot' by patch from Tatsuhiko Miyagawa.
112
1130.05  Fri Jun 24 18:00:00 2005
114    - fixed bug.
115        now you can set relative path for -lib and -out options.
116
1170.02  Sat Jun 18 18:00:00 2005
118    - CPAN release version;
119
1200.01  Thu Jun 16 16:52:20 2005
121    - original version; created by h2xs 1.23 with options
122        -X -A Pod::ProjectDocs
123
124