Public Gists by kentfredric

Gravatar
Sun Nov 08 08:12:39 -0800 2009
1
2
3
package Gentoo::MirrorList;
 
# ABSTRACT: A programmatic way to access Gentoo.org Mirror Metadata
Gravatar
Fri Nov 06 00:30:06 -0800 2009
1
2
3
dzil changelog init
# created ./changedb.sqlite
# injected changedb.sqlite into MANIFEST.SKIP
Gravatar
Sat Oct 31 22:55:26 -0700 2009
1
2
3
$x = array( 1 => 2, 2 => 3 );
 
foreach ( $x as $i => $v ){
Gravatar
Fri Oct 30 23:49:39 -0700 2009
1
2
3
Index: t/03crosstable_leak.t
===================================================================
--- t/03crosstable_leak.t (revision 0)
Gravatar
Fri Oct 30 23:45:29 -0700 2009
1
2
3
Index: t/03crosstable_leak.t
===================================================================
--- t/03crosstable_leak.t (revision 0)
Gravatar
Wed Oct 28 22:10:04 -0700 2009
1
2
3
#!/usr/bin/perl
use strict;
use warnings;
Gravatar
Wed Oct 28 05:28:05 -0700 2009
1
2
3
#!/usr/bin/perl
use strict;
use warnings;
Gravatar
Wed Oct 21 14:42:12 -0700 2009
1
2
3
#!/usr/bin/perl
 
use strict;
Gravatar
Tue Oct 20 14:45:57 -0700 2009
1
2
3
#!/usr/bin/perl
 
use strict;
Gravatar
Tue Oct 20 05:15:44 -0700 2009
1
2
3
# Form.tt
<!-- the 'form' wrapper is a hookable printer that by default just stuffs in the form, and where the form is going to -->
[% WRAPPER form %]
Gravatar
Mon Oct 19 06:21:39 -0700 2009
1
2
3
package WMDs;
 
 
gist: 213339 Carp::Always makes backtrac...
Gravatar
Mon Oct 19 05:58:11 -0700 2009
1
2
3
package Foo;
 
use utf8;
Gravatar
Mon Oct 19 05:08:55 -0700 2009
1
2
3
perl -MDevel::SimpleTrace script/foo_server.pl
syntax error at /home/kent/perl/git/foo-backend/script/../lib/Foo/Controller/Bar.pm line 111, near ")
 
Gravatar
Sun Oct 18 11:06:38 -0700 2009
1
2
3
Whirlpool:
left ne right, but no input has been added
left: 19fa61d75522a4669b44e39c1d2e1726c530232130d407f89afee0964997f7a73e83be698b288febcf88e3e03c4f0757ea8964e59b63d93708b138cc42a66eb3
Gravatar
Sun Oct 11 05:24:48 -0700 2009
1
2
3
#!/usr/bin/perl
use strict;
use warnings;
Gravatar
Sun Oct 11 04:54:53 -0700 2009
1
2
3
sub test :Local :Args(0) {
    my ( $self, $c ) = @_;
 
Gravatar
Wed Sep 09 02:41:35 -0700 2009
1
2
3
make coverage
$WEBBROWSER cover_db/TestCase-pm.html
 
Gravatar
Tue Sep 08 09:14:38 -0700 2009
1
2
3
package My::Module;
use strict;
use warnings;
Gravatar
Sat Sep 05 22:22:13 -0700 2009
1
2
3
This is the full path to your currently selected profile:
 
 
Gravatar
Wed Sep 02 07:04:19 -0700 2009
1
2
3
make -j3 test TEST_VERBOSE=1
PERL_DL_NONLAZY=1 /usr/bin/perl5.10.1 "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t
===( 1;0 1/1 0/? 0/41 )=======================================ok