Archive for July 2018
Posted on July 31, 2018. Filed under: Uncategorized | Tags: author:tobyink, cpan:devel-strictmode, cpan:moo, cpan:moose, cpan:mouse, cpan:type-library, cpan:type-params, cpan:type-tie, cpan:type-tiny, cpan:types-common-numeric, cpan:types-common-string, cpan:types-datetime, cpan:types-path-tiny, cpan:types-typetiny, meta, perl, perlmonks, TODO |
Type::Tiny is probably best known as a way of having Moose-like type constraints in Moo, but it can be used for so much more. This is a series of posts showing other things you can use Type::Tiny for. A seven part series posted to blogs.perl.org and perlmonks Using Type::Params for Validating Function Parameters — perl.org […]
Read Full Post |
Make a Comment ( Comments Off on Exploring Type::Tiny )
Posted on July 24, 2018. Filed under: Uncategorized | Tags: author:david.farrell, perl, r/perl, reddit, xs |
Patching Perl: loading modules that return false If you’ve been programming Perl for a while, you’ve probably run into this exception: Foo.pm did not return a true value. This is a peculiar quirk of the require function: modules must return a true value else Perl interprets it as a failure via r/perl [reddit]
Read Full Post |
Make a Comment ( Comments Off on Patching Perl: loading modules that return false )
Posted on July 16, 2018. Filed under: Uncategorized | Tags: attic, backups, borg, github, rdiff-backup, scripts |
borg, rdiff-backup and attic scripts This page contains the three generations of backup scripts I have used for my laptop. My reasoning for sharing these is that they were annoying to develop and completely automate the backup process. While customizing one of these scripts to your needs might take a while, it is significantly easier […]
Read Full Post |
Make a Comment ( Comments Off on borg, rdiff-backup and attic scripts )