File Coverage

blib/lib/Acme/CPANAuthors/India.pm
Criterion Covered Total %
statement 15 15 100.0
branch n/a
condition n/a
subroutine 5 5 100.0
pod n/a
total 20 20 100.0


line stmt bran cond sub pod time code
1             package Acme::CPANAuthors::India;
2              
3 1     1   644 use 5.006;
  1         2  
  1         32  
4 1     1   4 use strict;
  1         1  
  1         26  
5 1     1   4 use warnings FATAL => 'all';
  1         1  
  1         37  
6 1     1   904 use utf8;
  1         10  
  1         5  
7              
8             # PODNAME: Acme::CPANAuthors::India
9             our $VERSION = '0.07'; # VERSION
10             # ABSTRACT: We are the Indian CPAN Authors. Coming from that big peninsula in the center of Asia, the original Indians. The ones columbus was looking for. :)
11             #
12             # This file is part of Acme-CPANAuthors-India
13             #
14             # This software is copyright (c) 2013 by Shantanu Bhadoria.
15             #
16             # This is free software; you can redistribute it and/or modify it under
17             # the same terms as the Perl 5 programming language system itself.
18             #
19              
20             # Dependencies
21              
22             use Acme::CPANAuthors::Register (
23 1         12 ADARSHTP => 'ADARSH TP',
24             AGUL => 'Ashish Gulhati',
25             ARJUNS => 'Arjun Surendra',
26             ARUN => 'Arun Venkataraman',
27             ARUNBEAR => 'Arun Prasaad',
28             ASHISHM => 'Ashish Mukherjee',
29             ASHOOOO => 'Ashish Kasturia',
30             AVIKAK => 'Avinash Kak',
31             AVINASH => 'Avinash Chopde',
32             AWA => 'Vandana Awasthi',
33             BALAJIRAM => 'Balaji Ramasubramanian',
34             CHI => 'chitresh sharma',
35             CGANESAN => 'Chander Ganesan',
36             DEEPAKG => 'Deepak Gulati',
37             DHAVAL => 'Dhaval Dhanani',
38             DNARAYAN => 'David Narayan',
39             GAURAV => 'Gaurav Vaidya',
40             GAURAVKH => 'Gaurav Khambhala',
41             GERA => 'Devendra Gera',
42             GOYALI => 'Abhishek Jain',
43             GVENKAT => 'venkatakrishnan',
44             HAGGAI => 'Alan Haggai Alavi',
45             HARPREET => 'Harpreet Saini',
46             HUGHES => 'Manish Saxena',
47             JNAGRA => 'Jasvir Nagra',
48             KARTHIKK => 'Karthik Krishnamurthy',
49             KARTHIKU => 'Karthik Umashankar',
50             KCHAITAN => 'A.Krishna Chaitanya',
51             KRAMAN => 'Karthikeyan Rajaram',
52             KRISHPL => 'Krishna Shamu Sethuraman',
53             KTHAKORE => 'Kartik Thakore',
54             MALAY => 'Malay Kumar Basu',
55             MANJUNATH => 'Manjunath Kumatagi',
56             MITHUN => 'Mithun Ayachit',
57             MVR => 'Ramana Mokkapati',
58             MUKUND => 'Mukund Deshmukh',
59             MPGUTTA => 'Mohan Prasad Gutta',
60             NISHANT => 'Nishant Kakani',
61             PRASAD => 'Prasad Balan',
62             PRATH => 'Pratheepan Raveendranathan',
63             PRAVEEN => 'Praveen Kumar',
64             PRATP => 'Pratap Pereira',
65             PRASHANT => 'Prashant Shewale',
66             PJAIN => 'Pankaj Jain',
67             RAMAN => 'Raman.P',
68             ROHITM => 'Rohit Mishra',
69             RVAIDH => 'Rajesh Vaidheeswarran',
70             SEN => 'Sanjaysen Palash',
71             SARAVANAN => 'Saravanan S E',
72             SBALA => 'S Balamurugan',
73             SHGUN => 'Shishir Gundavaram',
74             SMALHOTRA => 'Sidharth Malhotra',
75             SREEKANTH => 'Sreekanth Kocharlakota',
76             SRSHAH => 'Sagar R. Shah',
77             SRIRAM => 'Sriram Srinivasan',
78             SACHINJSK => 'Sachin Sebastian',
79             SUNILS => 'Sunil S',
80             SPRADEEP => 'S Pradeep',
81             SIMRAN => 'simran',
82             SIDD => 'Siddhartha Basu',
83             SID => 'Siddharth Patwardhan',
84             SHANTANU => 'Shantanu Bhadoria',
85             TSINGH => 'Singh T. Junior',
86             UARUN => 'Arun Kumar U',
87             VIKAS => 'Vikas Naresh Kumar',
88             VARUNK => 'Varun kacholia',
89             VIPUL => 'Vipul Ved Prakash',
90 1     1   900 );
  1         288  
91              
92             1;
93              
94             =pod
95              
96             =head1 NAME
97              
98             Acme::CPANAuthors::India - We are the Indian CPAN Authors. Coming from that big peninsula in the center of Asia, the original Indians. The ones columbus was looking for. :)
99              
100             =head1 VERSION
101              
102             version 0.07
103              
104             =head1 SYNOPSIS
105              
106             use Acme::CPANAuthors;
107            
108             my $authors = Acme::CPANAuthors->new("India");
109            
110             my $number = $authors->count;
111             my @ids = $authors->id;
112             my @distros = $authors->distributions("SHANTANU");
113             my $url = $authors->avatar_url("SHANTANU");
114             my $kwalitee = $authors->kwalitee("SHANTANU");
115             my $name = $authors->name("SHANTANU");
116             ...
117              
118             =head1 DESCRIPTION
119              
120             This Module provides a List of all Indian CPAN Authors Listed.
121              
122             =head1 NOTES
123              
124             * If you are a Indian CPAN author not listed here, please send your ID/name via email or a pull request on github so I can keep this module up to date.
125             * If you are not a Indian CPAN author but still on the list here, please send me your ID/name via email or submit a pull request on github and I will remove your name.
126              
127             =head1 SEE ALSO
128              
129             * [Acme::CPANAuthors::Register]
130              
131             =for :stopwords cpan testmatrix url annocpan anno bugtracker rt cpants kwalitee diff irc mailto metadata placeholders metacpan
132              
133             =head1 SUPPORT
134              
135             =head2 Bugs / Feature Requests
136              
137             Please report any bugs or feature requests through github at
138             L.
139             You will be notified automatically of any progress on your issue.
140              
141             =head2 Source Code
142              
143             This is open source software. The code repository is available for
144             public review and contribution under the terms of the license.
145              
146             L
147              
148             git clone git://github.com/shantanubhadoria/acme-cpanauthors-india.git
149              
150             =head1 AUTHOR
151              
152             Shantanu Bhadoria
153              
154             =head1 CONTRIBUTORS
155              
156             =over 4
157              
158             =item *
159              
160             Shantanu
161              
162             =item *
163              
164             Shantanu Bhadoria
165              
166             =back
167              
168             =head1 COPYRIGHT AND LICENSE
169              
170             This software is copyright (c) 2013 by Shantanu Bhadoria.
171              
172             This is free software; you can redistribute it and/or modify it under
173             the same terms as the Perl 5 programming language system itself.
174              
175             =cut
176              
177             __END__