Skip to content

TRUEANGLE

BEAUTY AND PLAY

  • DOLLECT
  • Others
  • Configuration
  • AI
  • BLOG
  • ABOUT
    • ABOUT
    • Perception Style

Daily Archives: March 13, 2013

TEST WITH Perl extension for ICalendar date objects

commandline session $cat test3.pl #!/usr/bin/perl -w use Test::Simple tests => 2; use Date::ICal; my $ical = Date::ICal->new; # create an object ok( defined $ical ); # check that we got something ok( $ical->isa(‘Date::ICal’) ); # and it’s the right class $perl test3.pl 1..2 ok 1 ok 2 $

Posted byjeffrinMarch 13, 2013Posted inUncategorizedLeave a comment on TEST WITH Perl extension for ICalendar date objects
March 2013
M T W T F S S
 123
45678910
11121314151617
18192021222324
25262728293031
« Feb   Apr »
TRUEANGLE, Proudly powered by WordPress.