<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>iox</author_name>
  <author_url>https://blog.hatena.ne.jp/iox/</author_url>
  <blog_title>高知ではたらくひとのブログ</blog_title>
  <blog_url>https://iox.hatenablog.com/</blog_url>
  <categories>
    <anon>perl</anon>
  </categories>
  <description>私のperlのテスト環境について書いてみます。perlスクリプトのテストには、Test::Moreモジュールを使っています。 使い方はこんな感じ。Module.t use strict; use Test::More 'no_plan'; BEGIN{ use_ok('Module')}; my $r = Module-&gt;new; is ref($r), 'Module', 'ref'; # Module-&gt;newのクラスがModuleであればOK is $r-&gt;add(2,5), 5, 'add'; # add(2,5)をコールして5が返ってくればOK テストファイルが一杯できると、ひとつづ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fiox.hatenablog.com%2Fentry%2F20070706%2Fp1&quot; title=&quot;perlでテストファースト - 高知ではたらくひとのブログ&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2007-07-06 00:00:00</published>
  <title>perlでテストファースト</title>
  <type>rich</type>
  <url>https://iox.hatenablog.com/entry/20070706/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
