Changeset 13002 for lang/perl/Acme-PSON/trunk/lib/Acme/PSON.pm
- Timestamp:
- 06/01/08 22:14:50 (5 years ago)
- Files:
-
- 1 modified
-
lang/perl/Acme-PSON/trunk/lib/Acme/PSON.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Acme-PSON/trunk/lib/Acme/PSON.pm
r12563 r13002 4 4 use warnings; 5 5 6 our $VERSION = '0.0 4';6 our $VERSION = '0.05'; 7 7 8 8 use strict; … … 11 11 use Carp; 12 12 use Data::Dumper; 13 use Exporter 'import';13 use Exporter::Lite; 14 14 @EXPORT_OK = qw(obj2pson pson2obj); 15 15
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)