Put flip somewhere in your $PATH and chmod a+x it.
Copy fuck into ~/.bashrc.
| $ cpan-release-counts --user YANICK | |
| 2005 ( 3) # | |
| 2006 ( 17) ###### | |
| 2007 ( 22) ######## | |
| 2008 ( 28) ########### | |
| 2009 ( 15) ###### | |
| 2010 ( 45) ################## | |
| 2011 ( 57) ###################### | |
| 2012 ( 76) ############################## | |
| 2013 (125) ################################################## |
| use 5.10.0; | |
| sub create_moo { | |
| my ( $class, $prototype ) = @_; | |
| eval join "\n", "package $class;", 'use Moo;', | |
| map { "has $_ => ( is => 'ro' );" } keys %$prototype; | |
| return $class; |
| ""; <<finish; | |
| map ,dl :call DualLived()<CR> | |
| finish | |
| use Vim::X; | |
| sub DualLived :Vim { | |
| vim_msg "hello there"; |
| # Cluster: | |
| cluster { | |
| color 'local'; | |
| description ''; | |
| name 'local'; | |
| interfaces ( | |
| "hftp://localhost:41110" => { type => 'readonly', version => "0.20.2" }, | |
| "hftp://localhost:41021" => { type => 'execute', version => "0.20.2" }, | |
| ); |
| use 5.20.0; | |
| use experimental 'postderef'; | |
| use HTTP::Proxy; | |
| use HTTP::Proxy::HeaderFilter::simple; | |
| use Ubic; | |
| use CHI; |
| use 5.12.0; | |
| package MyJSONY; | |
| use Parse::RecDescent; | |
| use JSON qw/ to_json from_json /; | |
| use Scalar::Util qw/ looks_like_number /; | |
| #!/usr/bin/env perl -s | |
| =head1 SYNOPSIS | |
| $ azkaban_flow -f=<format> path/to/final/job | |
| =head1 DESCRIPTION | |
| The script reads the Azkaban job file, figure out all its dependencies, traverses them, | |
| and generates the resulting graph. |
| use 5.20.0; | |
| use utf8; | |
| use experimental 'postderef'; | |
| package Approved; | |
| sub o { '9.9 oh my... suuuuure, why not?' } | |
| sub b { pop } |
| $ perl -MMyApp -MCatalystX::Info -E'say CatalystX::Info->new(app => "MyApp")->chained_actions->as_string' | |
| .---------------------------. | |
| | Chained actions | | |
| +----------------+----------+ | |
| | Path Spec | Private | | |
| +----------------+----------+ | |
| | /foo/*/bar/*/* | /foo (1) | | |
| | | => /bar | | |
| '----------------+----------' |