Changeset 4891 for lang/perl/Pod-ProjectDocs
- Timestamp:
- 01/18/08 18:28:40 (5 years ago)
- Location:
- lang/perl/Pod-ProjectDocs/trunk
- Files:
-
- 2 added
- 1 removed
- 3 modified
-
.shipit (added)
-
Changes (modified) (1 diff)
-
MANIFEST.SKIP (added)
-
Makefile.PL (modified) (1 diff)
-
inc (deleted)
-
lib/Pod/ProjectDocs.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Pod-ProjectDocs/trunk/Changes
r3306 r4891 1 1 Revision history for Perl extension Pod::ProjectDocs. 2 3 0.35 Fri Jan 18 18:10:00 2008 4 - removed $json->autoconv(0) because JSON doesn't have autoconv method from version 2. 5 RT#32408, 32409 2 6 3 7 0.34 Sat Oct 27 21:56:00 2007 -
lang/perl/Pod-ProjectDocs/trunk/Makefile.PL
r3306 r4891 16 16 requires 'Readonly' => 0; 17 17 requires 'URI::Escape' => 0; 18 requires 'JSON' => 0.991;18 requires 'JSON' => 2.04; 19 19 features( 20 20 'Syntax Highlighten' => [ -
lang/perl/Pod-ProjectDocs/trunk/lib/Pod/ProjectDocs.pm
r3306 r4891 17 17 __PACKAGE__->mk_accessors(qw/managers components config/); 18 18 19 our $VERSION = '0.3 4';19 our $VERSION = '0.35'; 20 20 21 21 sub new { … … 164 164 } 165 165 } 166 $js->autoconv(0);167 166 return $js->objToJson($records); 168 167 }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)