Catalyst Perl

Catalyst Perl

Catalyst Perl

  • To: perl-Catalyst-Plugin-Unicode-Encoding-owner@xxxxxxxxxxxxxxxxx, scm-commits@xxxxxxxxxxxxxxxxxxxxxxx
  • Subject: [perl-Catalyst-Plugin-Unicode-Encoding] update to 1.3
  • From: Iain Arnell <iarnell@xxxxxxxxxxxxxxxxx>
  • Date: Fri, 20 Jan 2012 04:15:44 +0000 (UTC)
  • Delivered-to: Perl-devel@xxxxxxxxxxxxxxxxxxxxxxx
  • Delivered-to: perl-catalyst-plugin-unicode-encoding-owner@xxxxxxxxxxxxxxxxx
  • Keywords: perl-Catalyst-Plugin-Unicode-Encoding
  • Reply-to: Fedora perl development team <perl-devel@xxxxxxxxxxxxxxxxxxxxxxx>
commit d8477c3a5cca20d16952ddb6016b62c9b6cbda4b Author: Iain Arnell <iarnell@xxxxxxxxx> Date: Fri Jan 20 05:15:33 2012 +0100 update to 1.3 .gitignore | 1 + perl-Catalyst-Plugin-Unicode-Encoding.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) --- diff --git a/.gitignore b/.gitignore index 748d474..261073b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ Catalyst-Plugin-Unicode-Encoding-1.1.tar.gz /Catalyst-Plugin-Unicode-Encoding-1.2.tar.gz +/Catalyst-Plugin-Unicode-Encoding-1.3.tar.gz diff --git a/perl-Catalyst-Plugin-Unicode-Encoding.spec b/perl-Catalyst-Plugin-Unicode-Encoding.spec index 3ffc3ab..b9625f4 100644 --- a/perl-Catalyst-Plugin-Unicode-Encoding.spec +++ b/perl-Catalyst-Plugin-Unicode-Encoding.spec @@ -1,6 +1,6 @@ Name: perl-Catalyst-Plugin-Unicode-Encoding -Version: 1.2 -Release: 2%{?dist} +Version: 1.3 +Release: 1%{?dist} Summary: Unicode aware Catalyst License: GPL+ or Artistic Group: Development/Libraries @@ -12,7 +12,7 @@ BuildRequires: perl(Class::Data::Inheritable) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(HTTP::Status) BuildRequires: perl(IO::Scalar) -BuildRequires: perl(LWP) >= 5.828 +BuildRequires: perl(LWP) >= 5.837 BuildRequires: perl(Test::More) >= 0.88 BuildRequires: perl(Try::Tiny) BuildRequires: perl(URI) >= 1.36 @@ -21,7 +21,7 @@ BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) BuildRequires: perl(Test::WWW::Mechanize::Catalyst) Requires: perl(Catalyst) >= 5.80 -Requires: perl(LWP) >= 5.828 +Requires: perl(LWP) >= 5.837 Requires: perl(URI) >= 1.36 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -57,6 +57,9 @@ TEST_POD=1 make test %{_mandir}/man3/* %changelog +* Fri Jan 20 2012 Iain Arnell <iarnell@xxxxxxxxx> 1.3-1 +- update to latest upstream version + * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@xxxxxxxxxxxxxxxxxxxxxxx> - 1.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild diff --git a/sources b/sources index e515e21..f0e0d0f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9304e08dd8d909725bbf1a1b108a8cb5 Catalyst-Plugin-Unicode-Encoding-1.2.tar.gz +35067277e4866ca913bc3392116b7092 Catalyst-Plugin-Unicode-Encoding-1.3.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel
  • Prev by Date: [perl-XML-RSS] update to 1.49
  • Next by Date: File Lingua-EN-Inflect-Phrase-0.12.tar.gz uploaded to lookaside cache by iarnell
  • Previous by thread: [perl-XML-RSS] update to 1.49
  • Next by thread: File Lingua-EN-Inflect-Phrase-0.12.tar.gz uploaded to lookaside cache by iarnell
  • Index(es):
    • Date
    • Thread

[Fedora Announce]     [Fedora Kernel]     [Fedora Testing]     [Fedora Legacy Announce]     [Home]     [Fedora Tools]     [Fedora PHP Devel]     [Kernel List]     [Fedora Legacy]     [Fedora Maintainers]     [Fedora Maintainers]     [Fedora Desktop]     [PAM]     [Red Hat Development]     [Big List of Linux Books]     [Gimp]     [Yosemite News]

Schlep is tedious, unpleasant task.  According to Paul Graham schlep is also what really defines a company - it is doing the tasks that are unpleasant and tedious for someone that they would pay you for.

Narrowing this down to my own Perl web development work - the schlep for me was always getting the basic web app running with user registration, login pages, password reset mechanisms, etc. - in every new project that was the most repeatable, boring work.  I think everyone has the feeling that this does not need to be like that.  I've started thinking about what could be a solution to this and here are my first experiments about fixing it: Plack-Middleware-Auth-Form, WebPrototypes::ResetPass, WebPrototypes::Registration (I might rename the first one to WebPrototypes as well).  The point is to solve it across the multiple web frameworks, templating languages and storage layers - so that it can survive moving from project to project.

What is your schlep?

Relevant pages: