diff options
| -rw-r--r-- | Changes | 5 | ||||
| -rw-r--r-- | Makefile.PL | 14 | ||||
| -rw-r--r-- | README | 27 | ||||
| -rw-r--r-- | dist.ini | 29 |
4 files changed, 34 insertions, 41 deletions
@@ -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; @@ -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 <franck@lumberjaph.net> +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] |
