This file contains 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
package Plack::Middleware::Debug::StackTrace; | |
use strict; | |
use parent qw/Plack::Middleware::Debug::Base/; | |
use Devel::StackTrace; | |
use Data::Dump::Streamer; | |
our $VERSION = '0.01'; | |
our $StackTraceClass = "Devel::StackTrace"; | |
# Optional since it needs PadWalker | |
eval { |
This file contains 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
// ==UserScript== | |
// @name favlevel | |
// @namespace http://www.hatena.ne.jp/hitode909/ | |
// @description show favotter level | |
// @include http://twitter.com/* | |
// @include https://twitter.com/* | |
// @require http://code.jquery.com/jquery-1.3.2.min.js | |
// ==/UserScript== | |
(function() { |