summary refs log tree commit diff
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-06-07 09:38:50 +0200
committerfranck cuny <franck@lumberjaph.net>2010-06-07 09:38:50 +0200
commit1e704672033cfebbb32d3cb4c723da46cc33ac4f (patch)
treef534a9e5e1f326cbef13193b969dbe3e4effae41
parentadd two new methods to backtweet (diff)
downloadnet-backtype-1e704672033cfebbb32d3cb4c723da46cc33ac4f.tar.gz
switch to dzil
-rw-r--r--Changes5
-rw-r--r--Makefile.PL14
-rw-r--r--README27
-rw-r--r--dist.ini29
4 files changed, 34 insertions, 41 deletions
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 <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]