
{"id":8261,"date":"2013-03-13T13:28:41","date_gmt":"2013-03-13T13:28:41","guid":{"rendered":"http:\/\/www.beautifulwork.org\/?p=8261"},"modified":"2013-03-13T13:28:41","modified_gmt":"2013-03-13T13:28:41","slug":"test-with-perl-extension-for-icalendar-date-objects","status":"publish","type":"post","link":"https:\/\/www.trueangle.org\/index.php\/2013\/03\/13\/test-with-perl-extension-for-icalendar-date-objects\/","title":{"rendered":"TEST WITH Perl extension for ICalendar date objects"},"content":{"rendered":"<h4><u>commandline session<\/u><\/h4>\n<pre>\n$cat test3.pl\n#!\/usr\/bin\/perl -w\n\nuse Test::Simple tests =&gt; 2;\n\nuse Date::ICal;\n\nmy $ical = Date::ICal-&gt;new;         # create an object\nok( defined $ical );                # check that we got something\nok( $ical-&gt;isa('Date::ICal') );     # and it's the right class\n\n$perl test3.pl\n1..2\nok 1\nok 2\n$\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>commandline session $cat test3.pl #!\/usr\/bin\/perl -w use Test::Simple tests =&gt; 2; use Date::ICal; my $ical = Date::ICal-&gt;new; # create an object ok( defined $ical ); # check that we got something ok( $ical-&gt;isa(&#8216;Date::ICal&#8217;) ); # and it&#8217;s the right class $perl test3.pl 1..2 ok 1 ok 2 $<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[1],"tags":[],"_links":{"self":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/8261"}],"collection":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/comments?post=8261"}],"version-history":[{"count":0,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/8261\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/media?parent=8261"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/categories?post=8261"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/tags?post=8261"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}