Skip to content

Instantly share code, notes, and snippets.

View karenetheridge's full-sized avatar
💭
🇹🇼🇭🇰🇺🇦"The only person who ever got his work done by Friday was Robinson Crusoe"

Karen Etheridge karenetheridge

💭
🇹🇼🇭🇰🇺🇦"The only person who ever got his work done by Friday was Robinson Crusoe"
View GitHub Profile
@karenetheridge
karenetheridge / gist:5272888
Created March 29, 2013 19:06
randomized hash ordering in 17.10, but preservation of order for certain operations
use strict;
use warnings;
my (%hash1, %hash2);
{
my @keys = (0..25);
my @vals = ('a'..'z');
@hash1{@keys} = @vals;
@hash2{@keys} = @vals;
@karenetheridge
karenetheridge / gist:7172124
Created October 26, 2013 17:19
too over the top? :)
09:00 < ether> priodev, are you https://metacpan.org/author/CARLOS ?
09:00 < ether> and are you really a frog?
09:01 < priodev> ether, yes and yes
09:01 < priodev> .ô/
09:02 < ether> :D
09:02 < priodev> ether, are you really a cat?
09:02 < ether> >o.o<
09:03 < ether> yes, in the non-creepy/furry way
09:04 < ether> I should add you to Acme::CPANAuthors::Nonhuman!
09:04 < priodev> ahhahahaha let me check that distro
@karenetheridge
karenetheridge / All reports
Last active December 31, 2015 23:59
cpantesters reports submitted for perl 5.19.7
sending: (http://www.cpan.org/authors/id/L/LE/LEONT/ExtUtils-Helpers-0.021.tar.gz, LEONT, ExtUtils-Helpers-0.021, PASS)
sending: (http://www.cpan.org/authors/id/L/LE/LEONT/ExtUtils-Config-0.007.tar.gz, LEONT, ExtUtils-Config-0.007, PASS)
sending: (http://www.cpan.org/authors/id/L/LE/LEONT/ExtUtils-InstallPaths-0.010.tar.gz, LEONT, ExtUtils-InstallPaths-0.010, PASS)
sending: (http://www.cpan.org/authors/id/L/LE/LEONT/Module-Build-0.4203.tar.gz, LEONT, Module-Build-0.4203, PASS)
sending: (http://www.cpan.org/authors/id/L/LE/LEONT/Module-Build-Tiny-0.030.tar.gz, LEONT, Module-Build-Tiny-0.030, PASS)
sending: (http://www.cpan.org/authors/id/P/PE/PETDANCE/File-Next-1.12.tar.gz, PETDANCE, File-Next-1.12, PASS)
sending: (http://www.cpan.org/authors/id/P/PE/PETDANCE/ack-2.12.tar.gz, PETDANCE, ack-2.12, PASS)
sending: (http://www.cpan.org/authors/id/D/DO/DOY/Try-Tiny-0.18.tar.gz, DOY, Try-Tiny-0.18, PASS)
sending: (http://www.cpan.org/authors/id/R/RJ/RJBS/Test-Fatal-0.013.tar.gz, RJBS, Test-Fatal-0.013, PASS)
sending:
@karenetheridge
karenetheridge / gist:10917623
Created April 16, 2014 18:30
old Test::Requires issue in my notes
when doing:
pass;
use Test::Requires;
test_requires 'Foo';
fail;
done_testing;
I get:
@karenetheridge
karenetheridge / GIT_HUB_EDIT_MSG
Created August 31, 2014 19:53
got a (reproducable) error doing 'git hub pull-request' in my Dist-Zilla-Plugin-Conflicts repo...
delay file generation until prereqs are available: restores -also section
Also, TESTS! :D
# New GitHub Pull Request
#
# Requesting that...
# repo: karenetheridge/Dist-Zilla-Plugin-Conflicts
# branch: topic/file_fromcode
# ...be pulled into...
@karenetheridge
karenetheridge / gist:290ac9bcd8ce400eaf9e
Last active August 29, 2015 14:20
firstcome please
Dist::Zilla::Plugin::OurPkgVersion,XENO,f
Dist::Zilla::Plugin::Test::PodSpelling,XENO,f
Dist::Zilla::Plugin::Test::Version,XENO,f
Dist::Zilla::Plugin::VersionTests,XENO,f
MooseX::Types::Locale::Currency,XENO,f
MooseX::Types::CreditCard,XENO,f
MooseX::Types::LogAny,XENO,f
Test::Version,XENO,m
* ccb1c96 (HEAD, upstream/pr/5, pr/5) fix meta merge and clean up declarations
* 5130262 skip test if Path::Class is not available, count tests otherwise
* 0a14aec add new test file, specifically for the UNIVERSAL::isa deprecation
* 49f1adc explicit change list for upcoming version.
* 0db8bac add contributors section from the NYC Perl Hackathon 2015
* 9b25a01 Merge branch 'theryee-master'
|\
| * eed3267 manual merge number of tests
| |\
|/ /
@karenetheridge
karenetheridge / gist:1f5b9a8d333e4f6872a4
Created May 22, 2015 17:29
build failure in 5.20.2
# Failed test 'Saw destination directory for PREFIX=$libdir2'
# at t/compat.t line 257.
# '# # running Build.PL --prefix /Volumes/amaretto/Users/ether/perl5/perlbrew/build/perl-5.20.2/cpan/Module-Build/MB-nvmq9oXf/lbiidr
# # Created MYMETA.yml and MYMETA.json
# # Creating new 'Build' script for 'Simple' version '0.01'
# # /Volumes/amaretto/Users/ether/perl5/perlbrew/build/perl-5.20.2/perl Build --makefile_env_macros 1 fakeinstall
# # Building Simple
# # Writing /auto/Simple/.packlist
# '
@karenetheridge
karenetheridge / gist:59266afb6b0dc338914e
Created June 25, 2015 17:49
ether's notes on LMU removal
List::MoreUtils:
Moose - zip, first_index, uniq, natatime
MooseX::ClassAttribute - uniq
Dist::Zilla - uniq, any - patched -- follow up.
MooseX::Runnable - uniq
perlfaq - uniq
[@Git] - uniq, first_index - https://github.com/madsen/dist-zilla-plugin-git/pull/23
Pod::Weaver::Section::Contributors - uniq
MooseX::Declare - uniq
Email::Sender - uniq
@karenetheridge
karenetheridge / gist:c5c36d5b30357f163d9d
Created June 25, 2015 18:08
ether's notes on File::Slurp removal
File::Slurp:
PAUSE-Permissions <-- send PR
Test-Inline <-- send PR (need github repo) -- it is at https://github.com/TheOpenRepository/Test-Inline
Parse-CPAN-Packages
CGI-FormBuilder-Source-Perl-0.01
Perl-Version-1.013
Pod-Readme-v1.1.2
Test-Name-FromLine-0.13
Daemon::Generic - runtime