Skip to content

Commit

Permalink
update html
Browse files Browse the repository at this point in the history
  • Loading branch information
szabgab committed Feb 16, 2016
1 parent 691dcf6 commit 99ae5a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion html/archive/238.html
Expand Up @@ -434,7 +434,7 @@
">Use Path::Tiny instead of home-made ReadFile and WriteFile</a>
<br /> <span style="font-size: 14px">
by <a href="http://szabgab.com/">Gabor Szabo</a> (<a href="https://metacpan.org/author/SZABGAB">SZABGAB</a>) </span> <p style="font-size: 16px">
When refactoring tests for a module, Gabor noticed functions for reading and writing files. He shows how you can use <a href="https://metacpan.org/pod/Path::Tiny">Path::Tiny</a> for this, and also mentions <a href="https://metacpan.org/pod/File::Slurp">File::Slurp</a>, which is my go-to module for those tasks these days.
When refactoring tests for a module, Gabor noticed functions for reading and writing files. He shows how you can use <a href="https://metacpan.org/pod/Path::Tiny">Path::Tiny</a> for this, and also mentions <a href="https://metacpan.org/pod/File::Slurper">File::Slurper</a>, which is my go-to module for those tasks these days.
</p>

</div>
Expand Down
2 changes: 1 addition & 1 deletion html/perlweekly.rss
Expand Up @@ -140,7 +140,7 @@
<item rdf:about="http://perlmaven.com/use-path-tiny-instead-of-readfile-and-writefile">
<title>Use Path::Tiny instead of home-made ReadFile and WriteFile</title>
<link>http://perlmaven.com/use-path-tiny-instead-of-readfile-and-writefile</link>
<description>When refactoring tests for a module, Gabor noticed functions for reading and writing files. He shows how you can use &#x3C;a href=&#x22;https://metacpan.org/pod/Path::Tiny&#x22;&#x3E;Path::Tiny&#x3C;/a&#x3E; for this, and also mentions &#x3C;a href=&#x22;https://metacpan.org/pod/File::Slurp&#x22;&#x3E;File::Slurp&#x3C;/a&#x3E;, which is my go-to module for those tasks these days.</description>
<description>When refactoring tests for a module, Gabor noticed functions for reading and writing files. He shows how you can use &#x3C;a href=&#x22;https://metacpan.org/pod/Path::Tiny&#x22;&#x3E;Path::Tiny&#x3C;/a&#x3E; for this, and also mentions &#x3C;a href=&#x22;https://metacpan.org/pod/File::Slurper&#x22;&#x3E;File::Slurper&#x3C;/a&#x3E;, which is my go-to module for those tasks these days.</description>
<dc:date>2016-02-15T10:00:13Z</dc:date>
</item>
<item rdf:about="http://perlmaven.com/run-perl-tidy-to-beautify-the-code">
Expand Down

0 comments on commit 99ae5a6

Please sign in to comment.