This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Revision history for Akado::Account | |
0.01 2012-09-29 | |
* First public release | |
0.02 2012-10-02 | |
* Fixing incorrect xml parse | |
0.03 2013-04-02 | |
* Module is now released with Dist::Zilla |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
test |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## ^\d+\.\d{2}$ Count: 1774 Percent: 59.13 | |
Catalyst-Plugin-Email-Japanese-0.05 => 0.05 | |
Mozilla-Mechanize-GUITester-0.06 => 0.06 | |
Geo-Coder-Ja-0.02 => 0.02 | |
Apache-Voodoo-1.21 => 1.21 | |
Moxy-0.47 => 0.32 | |
Test-Declare-0.03 => 0.02 | |
WWW-MobileCarrierJP-0.23 => 0.14 | |
DBD-Mock-1.39 => 1.39 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Source: dh-make-perl | |
Section: perl | |
Priority: optional | |
Maintainer: Ivan Bessarabov <[email protected]> | |
Build-Depends: debhelper (>= 8), | |
perl, libtest-exception-perl, libtest-differences-perl, libtest-deep-perl, | |
libtest-compile-perl, libipc-run-perl, libfile-touch-perl, | |
libfile-dircompare-perl | |
Standards-Version: 3.9.2 | |
Homepage: http://search.cpan.org/dist/DhMakePerl/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ wget http://api.metacpan.org/source/BDFOY/perlbench-0.94/benchmarks/app/perlfunc.pod | |
$ cat perlfunc.pod | grep =item | |
=item Functions for SCALARs or strings | |
=item Regular expressions and pattern matching | |
=item Numeric functions | |
=item Functions for real @ARRAYs | |
=item Functions for list data | |
=item Functions for real %HASHes | |
=item Input and output functions |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/perl | |
=encoding UTF-8 | |
=cut | |
=head1 DESCRIPTION | |
=cut | |
# common modules |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ git show aa2facfcf73dbe7cbcdaa83a26049785943d963b|cat | |
commit aa2facfcf73dbe7cbcdaa83a26049785943d963b | |
Author: Lasse Makholm <[email protected]> | |
Date: Thu Jan 10 15:44:44 2013 +0100 | |
Fix repo_source_to_contents_paths() to also work on Ubuntu | |
Make sure to generate paths both with and without components to | |
be compatible with both old and new apt-file versions. See: | |
https://bugs.launchpad.net/ubuntu/+source/dh-make-perl/+bug/1034881 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/perl | |
=encoding UTF-8 | |
=cut | |
=head1 DESCRIPTION | |
=cut | |
# common modules |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
use strict; | |
use warnings; | |
package Config; | |
use YAML; | |
sub load | |
{ | |
my ($class, %param) = @_; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
return qw( | |
Amon2 | |
CGI::Application | |
CGI::Prototype | |
CGI::Snapp | |
Catalyst::Runtime | |
Cot | |
Dancer | |
Dancer2 | |
Drogo |