From 7c589e0225fb2c88b1b6d8a61a10c189b2451480 Mon Sep 17 00:00:00 2001 From: Gavin Rogers Date: Tue, 18 Feb 2014 16:24:15 +0000 Subject: [PATCH 1/2] commit1 --- .cil | 12 ++++++++++++ README.pod | 5 +++-- issues/README.txt | 3 +++ issues/i_af900598.cil | 9 +++++++++ issues/i_ffa7e709.cil | 9 +++++++++ 5 files changed, 36 insertions(+), 2 deletions(-) create mode 100644 .cil create mode 100644 issues/README.txt create mode 100644 issues/i_af900598.cil create mode 100644 issues/i_ffa7e709.cil diff --git a/.cil b/.cil new file mode 100644 index 0000000..ad76867 --- /dev/null +++ b/.cil @@ -0,0 +1,12 @@ +UseGit: 1 +StatusStrict: 1 +StatusOpenList: New +StatusOpenList: InProgress +StatusClosedList: Finished +DefaultNewStatus: New +LabelStrict: 1 +LabelAllowedList: Type-Enhancement +LabelAllowedList: Type-Defect +LabelAllowedList: Priority-High +LabelAllowedList: Priority-Medium +LabelAllowedList: Priority-Low diff --git a/README.pod b/README.pod index 209efa2..749b6e7 100644 --- a/README.pod +++ b/README.pod @@ -2,6 +2,7 @@ Provides OO interfaces to AD servers and a database using Net::LDAP and DBIx::Class +adding a line =head2 VERSION @@ -37,7 +38,7 @@ Populate, update, and modify a userdatabase. =head2 INSTALLATION -To install this module, just download it. +To install this module, just clone it. =head2 DEPENDANCIES @@ -53,7 +54,7 @@ some of which may be provided in the lib subdir: =head2 SUPPORT AND DOCUMENTATION After installing, you can find documentation for this module with the -perldoc command. +perldoc command. This command is relative to the application perldoc ./LinWin/AdUser.pm perldoc ./LinWin/Format.pm diff --git a/issues/README.txt b/issues/README.txt new file mode 100644 index 0000000..802db93 --- /dev/null +++ b/issues/README.txt @@ -0,0 +1,3 @@ +This directory is used by CIL to track issues and feature requests. + +The home page for CIL is at http://www.chilts.org/project/cil/ diff --git a/issues/i_af900598.cil b/issues/i_af900598.cil new file mode 100644 index 0000000..632e295 --- /dev/null +++ b/issues/i_af900598.cil @@ -0,0 +1,9 @@ +Summary: Ok this is a bit better +Status: New +CreatedBy: Gavin Rogers +AssignedTo: +DueDate: +Inserted: 2014-02-08T00:38:14 +Updated: 2014-02-08T00:38:14 + +Description ... diff --git a/issues/i_ffa7e709.cil b/issues/i_ffa7e709.cil new file mode 100644 index 0000000..a4463aa --- /dev/null +++ b/issues/i_ffa7e709.cil @@ -0,0 +1,9 @@ +Summary: Can't get a database +Status: New +CreatedBy: Gavin Rogers +AssignedTo: +DueDate: +Inserted: 2014-02-08T00:16:23 +Updated: 2014-02-08T00:16:23 + +Description ... From 4ce49d0c213636f8963f6b322ee77413cea687cd Mon Sep 17 00:00:00 2001 From: Gavin Rogers Date: Tue, 18 Feb 2014 16:25:42 +0000 Subject: [PATCH 2/2] commit2 --- README.pod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.pod b/README.pod index 749b6e7..16aeada 100644 --- a/README.pod +++ b/README.pod @@ -2,7 +2,8 @@ Provides OO interfaces to AD servers and a database using Net::LDAP and DBIx::Class -adding a line +adding a changed line +adding another line =head2 VERSION