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
: [ether@jaeger 1466462308.21587/OpenGL-0.6704_06]$; perl Makefile.PL
glversion.c:36:3: warning: 'glutInit' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
glutInit(&argc, argv);
^
/System/Library/Frameworks/GLUT.framework/Headers/glut.h:431:22: note: 'glutInit' has been explicitly marked deprecated here
extern void APIENTRY glutInit(int *argcp, char **argv) OPENGL_DEPRECATED(10_0, 10_9);
^
glversion.c:37:3: warning: 'glutInitWindowSize' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
glutInitWindowSize(1,1);
^
@karenetheridge
karenetheridge / libapache2-mod-perl2 contents
Created June 14, 2016 17:33
Files are missing in libapache2-mod-perl2 that are present in mod_perl-2.0.9 on cpan, and are needed (Apache::SizeLimit::Core is called from Apache2::SizeLimit)
dpkg-query -L libapache2-mod-perl2 | grep '\/Apache\/'
/usr/lib/perl5/Apache/TestRun.pm
/usr/lib/perl5/Apache/TestClient.pm
/usr/lib/perl5/Apache/TestMM.pm
/usr/lib/perl5/Apache/TestCommonPost.pm
/usr/lib/perl5/Apache/TestConfigParrot.pm
/usr/lib/perl5/Apache/TestRunPHP.pm
/usr/lib/perl5/Apache/Test.pm
/usr/lib/perl5/Apache/TestConfigC.pm
/usr/lib/perl5/Apache/TestServer.pm
#!/usr/bin/env perl
use strict;
use warnings;
# PODNAME: command-line utility to nopaste
use App::Nopaste::Command;
if (my $url = App::Nopaste::Command->new_with_options->run) {
print $url;
print "\n";
@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
@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: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
# '
* 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: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
@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: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: