From 1e704672033cfebbb32d3cb4c723da46cc33ac4f Mon Sep 17 00:00:00 2001 From: franck cuny Date: Mon, 7 Jun 2010 09:38:50 +0200 Subject: switch to dzil --- Changes | 5 +++++ Makefile.PL | 14 -------------- README | 27 --------------------------- dist.ini | 29 +++++++++++++++++++++++++++++ 4 files changed, 34 insertions(+), 41 deletions(-) delete mode 100644 Makefile.PL delete mode 100644 README create mode 100644 dist.ini diff --git a/Changes b/Changes index a68883e..576c89b 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,9 @@ Revision history for Perl extension Net::Backtype +0.02 Mon 07 Jun 2010 09:35:58 AM CEST + - more users* methods from backtype + - add stats_by_url and good_tweets_by_url to backtweet + - add doc to all methods + 0.01 Mon Nov 23 14:34:13 2009 - original version diff --git a/Makefile.PL b/Makefile.PL deleted file mode 100644 index 75deb47..0000000 --- a/Makefile.PL +++ /dev/null @@ -1,14 +0,0 @@ -use inc::Module::Install; -name 'Net-Backtype'; -all_from 'lib/Net/Backtype.pm'; - -requires 'Moose'; -requires 'MooseX::Net::API'; - -tests 't/*.t'; -author_tests 'xt'; - -build_requires 'Test::More'; -use_test_base; -auto_include; -WriteAll; diff --git a/README b/README deleted file mode 100644 index e027a16..0000000 --- a/README +++ /dev/null @@ -1,27 +0,0 @@ -This is Perl module Net::Backtype. - -INSTALLATION - -Net::Backtype installation is straightforward. If your CPAN shell is set up, -you should just be able to do - - % cpan Net::Backtype - -Download it, unpack it, then build it as per the usual: - - % perl Makefile.PL - % make && make test - -Then install it: - - % make install - -DOCUMENTATION - -Net::Backtype documentation is available as in POD. So you can do: - - % perldoc Net::Backtype - -to read the documentation online with your favorite pager. - -franck cuny diff --git a/dist.ini b/dist.ini new file mode 100644 index 0000000..b6ee62f --- /dev/null +++ b/dist.ini @@ -0,0 +1,29 @@ +name = Net-Backtype +author = franck cuny +license = Perl_5 +copyright_holder = linkfluence +copyright_year = 2010 +version = 0.02 + +[@Filter] +bundle = @Basic + +[MetaConfig] +[MetaJSON] +[PkgVersion] +[PodSyntaxTests] +[KwaliteeTests] +[PodCoverageTests] +[NoTabsTests] +[EOLTests] + +[MetaResources] +repository = git://github.com/franckcuny/net-backtype.git +bugtracker = http://rt.cpan.org/Public/Dist/Display.html?Name=Net::Backtype +homepage = http://search.cpan.org/perldoc?Net::Backtype + +[PodWeaver] +[AutoPrereq] +[ReadmeFromPod] +[CheckChangeLog] +[UploadToCPAN] -- cgit v1.2.3