[libanyevent-handle-udp-perl] 01/60: initial commit
Jonas Smedegaard
js at alioth.debian.org
Mon Sep 30 10:05:35 UTC 2013
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository libanyevent-handle-udp-perl.
commit 4d5aebb375a8d91a9013911e326b146f339c86c4
Author: Leon Timmermans <fawaka at gmail.com>
Date: Wed Aug 3 23:59:58 2011 +0200
initial commit
---
.gitignore | 8 ++++++++
Changes | 4 ++++
dist.ini | 31 +++++++++++++++++++++++++++++++
lib/AnyEvent/Handle/UDP.pm | 5 +++++
4 files changed, 48 insertions(+)
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..400d473
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,8 @@
+.build
+*META.yml
+*~
+*.bak
+*.swp
+*.tdy
+*.tar.gz
+AnyEvent-Handle-UDP-*
diff --git a/Changes b/Changes
new file mode 100644
index 0000000..ece7754
--- /dev/null
+++ b/Changes
@@ -0,0 +1,4 @@
+Revision history for AnyEvent-Handle-UDP
+
+{{$NEXT}}
+ -
diff --git a/dist.ini b/dist.ini
new file mode 100644
index 0000000..1a96859
--- /dev/null
+++ b/dist.ini
@@ -0,0 +1,31 @@
+name = AnyEvent-Handle-UDP
+author = Leon Timmermans <leont at cpan.org>
+license = Perl_5
+copyright_holder = Leon Timmermans
+copyright_year = 2011
+
+[@Basic]
+
+;Meta information
+[AutoPrereqs]
+[MetaJSON]
+[MetaResources]
+[Repository]
+[Bugtracker]
+[MinimumPerl]
+[Git::NextVersion]
+
+;Munging
+[PodWeaver]
+[PkgVersion]
+
+;Testing
+[PodSyntaxTests]
+[PodCoverageTests]
+[KwaliteeTests]
+
+;Releasing
+[NextRelease]
+[Signature]
+[CheckChangesHasContent]
+[@Git]
diff --git a/lib/AnyEvent/Handle/UDP.pm b/lib/AnyEvent/Handle/UDP.pm
new file mode 100644
index 0000000..9e108d6
--- /dev/null
+++ b/lib/AnyEvent/Handle/UDP.pm
@@ -0,0 +1,5 @@
+package AnyEvent::Handle::UDP;
+use strict;
+use warnings;
+
+1;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libanyevent-handle-udp-perl.git
More information about the Pkg-perl-cvs-commits
mailing list