![]() |
File Search | Catalog | Content Search |
Homepage: | - |
Package version: | - |
Architecture: | - |
Distribution: | Perl-CPAN |
Filename: | Gedcom-FOAF-0.05.tar.gz |
NAME Gedcom::FOAF - Output FOAF files from Gedcom individuals and families SYNOPSIS use Gedcom; use Gedcom::FOAF; my $gedcom = Gedcom->new( gedcom_file => 'myfamily.ged' ); my $i = $gedcom->get_individual( 'Butch Cassidy' ); # print the individual's FOAF print $i->as_foaf; my( $f ) = $i->famc; # print the indi more»
Revision history for Perl extension Gedcom::FOAF. 0.05 Thu Sep 17 2009 - Allow the user to supply url templates rather than a base url - Change UTF8 to UTF-8 in the xml declaration 0.04 Tue Feb 05 2008 - Fix for unknown date and place for events (RT #30226) 0.03 Mon Oct 22 2007 - updated deps - switch to module::install 0.02 Thu Dec 08 2005 - pod updates - use p more»
[DIR] | Gedcom-FOAF-0.05/ (8) |