Acme-CPANAuthors-InMemoriam

 view release on metacpan or  search on metacpan

lib/Acme/CPANAuthors/InMemoriam.pm  view on Meta::CPAN

package Acme::CPANAuthors::InMemoriam;
use strict;
use warnings;

{
    no strict "vars";
    $VERSION = "1.09";
}

use Acme::CPANAuthors::Register (

    # Our fallen heroes, may they never be forgotten

    'ABELTJE'   => 'Abe Timmerman',
    'AMORETTE'  => 'Hojung Yoon',
    'ANDREWF'   => 'Andrew Ford',
    'AVENJ'     => 'Jon Portnoy',
    'CKARG'     => 'Christian Karg',
    'DAVEHODG'  => 'Dave Hodgkinson',
    'DHA'       => 'David Adler',
    'ENCRYPTIO' => 'Chris Kastorff',
    'GARY'      => 'Gary Howland',
    'GARYAJ'    => 'Gary Ashton-Jones',
    'GMCCAR'    => 'Greg McCarroll',
    'GMCH'      => 'Chris Hall',
    'IVORW'     => 'Ivor Williams',
    'JAITKEN'   => 'James Aitken',
    'JGOFF'     => 'Jeff Goff',
    'KENTNL'    => 'Kent Fredric',
    'KHAMPTON'  => 'Kip Hampton',
    'MSTROUT'   => 'Matt Trout',
    'NI-S'      => 'Nick Ing-Simmons',
    'NOBULL'    => 'Brian McCauley',
    'RKOBES'    => 'Randy Kobes',
    'SAVA'      => 'Sava Chankov',
    'SCHOP'     => 'Ariel Brosh',
    'SPIDB'     => 'Raun Boardman',
    'SPOON'     => 'Iain Truskett',
    'SUGMAK'    => 'Makoto Sugiyama',
    'TADMC'     => 'Tad McClellan',
    'VSARKISS'  => 'Vahe Sarkissian',
    'ZEFRAM'    => 'Andrew Main',

);

q<
summer has come and passed
the innocent can never last
wake me up when September ends

ring out the bells again
like we did when spring began
wake me up when September ends

Lyrics copyright Green Daze Music, Billie Joe Armstrong, Frank Edwin Wright III, Michael Pritchard.
>

__END__

=encoding UTF-8

=head1 NAME

Acme::CPANAuthors::InMemoriam - Remembering our fallen heroes

=head1 DESCRIPTION

This class provides a hash of CPAN authors' PAUSE ID and name to be 
used with the C<Acme::CPANAuthors> module.

This module was created to remember those CPAN Authors who are no longer with
us, who have given us their inspiration in the form of code, to continue and
celebrate their time with us.

=head1 OUR HEROES

  ABELTJE       Abe Timmerman       d.2024
  AMORETTE      Hojung Yoon         d.2013
  ANDREWF       Andrew Ford         d.2014
  AVENJ         Jon Portnoy         d.2016
  CKARG         Christian Karg      d.2013
  DAVEHODG      Dave Hodgkinson     d.2023
  DHA           David Adler         d.2021
  ENCRYPTIO     Chris Kastorff      d.2017
  GARY          Gary Howland        d.2002
  GARYAJ        Gary Ashton-Jones   d.2016
  GMCCAR        Greg McCarroll      d.2013
  GMCH          Chris Hall          d.????
  IVORW         Ivor Williams       d.2009
  JAITKEN       James Aitken        d.2014
  JGOFF         Jeff Goff           d.2020
  KHAMPTON      Kip Hampton         d.2017
  KENTNL        Kent Fredric        d.2021
  MSTROUT       Matt Trout          d.2025
  NI-S          Nick Ing-Simmons    d.2006
  NOBULL        Brian McCauley      d.2015
  RKOBES        Randy Kobes         d.2010
  SAVA          Sava Chankov        d.????
  SCHOP         Ariel Brosh         d.2003
  SPIDB         Raun Boardman       d.2021
  SPOON         Iain Truskett       d.2003
  SUGMAK        Makoto Sugiyama     d.2010
  TADMC         Tad McClellan       d.2012
  VSARKISS      Vahe Sarkissian     d.2008
  ZEFRAM        Andrew Main         d.2025

=head1 MAINTENANCE

If you are aware of any CPAN author that we have sadly lost, and who is not 
listed here, please send me their ID/name via email or RT, and I will update 
the module. If there are any mistakes, please contact me as soon as possible,
and I'll amend the entry right away.

=head1 SEE ALSO

L<Acme::CPANAuthors> - Main class to manipulate this one

=head1 SUPPORT

Bugs, patches and feature requests can be reported at:



( run in 1.337 second using v1.01-cache-2.11-cpan-39bf76dae61 )